mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +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.