mirror of
https://github.com/neovim/neovim.git
synced 2026-05-28 07:45:35 +00:00
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.