9 lines
132 B
Lua
9 lines
132 B
Lua
|
local definitions = {
|
||
|
-- Example
|
||
|
bufs = {
|
||
|
{ "BufWritePre", "COMMIT_EDITMSG", "setlocal noundofile" },
|
||
|
},
|
||
|
}
|
||
|
|
||
|
return definitions
|