Files
neovim/src
Jan Edmund Lazo 3566244d0e gen_ex_cmds: simplify writes to defsfile (#13096)
defsfile:write() is executed multiple times to append strings.
Some of these can be combined into a format string, wrapped in [[]].
It is easier to read and insert strings via "%s".

defsfile now has a trailing comma for "cmdnames" array
but it does not break the build.
2020-10-15 19:07:54 -04:00
..
2020-09-04 20:59:00 +02:00
2017-02-26 11:57:52 +01:00
2020-10-12 09:28:12 +02:00