comparison runtime/doc/options.txt @ 19181:94eda51ba9ba v8.2.0149

patch 8.2.0149: maintaining a Vim9 branch separately is more work Commit: https://github.com/vim/vim/commit/8a7d6542b33e5d2b352262305c3bfdb2d14e1cf8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 26 15:56:19 2020 +0100 patch 8.2.0149: maintaining a Vim9 branch separately is more work Problem: Maintaining a Vim9 branch separately is more work. Solution: Merge the Vim9 script changes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jan 2020 16:00:05 +0100
parents 8edf0aeb71b9
children 7be3663e2f2b
comparison
equal deleted inserted replaced
19180:8edf0aeb71b9 19181:94eda51ba9ba
6219 autoload/ automatically loaded scripts |autoload-functions| 6219 autoload/ automatically loaded scripts |autoload-functions|
6220 colors/ color scheme files |:colorscheme| 6220 colors/ color scheme files |:colorscheme|
6221 compiler/ compiler files |:compiler| 6221 compiler/ compiler files |:compiler|
6222 doc/ documentation |write-local-help| 6222 doc/ documentation |write-local-help|
6223 ftplugin/ filetype plugins |write-filetype-plugin| 6223 ftplugin/ filetype plugins |write-filetype-plugin|
6224 import/ files that are found by `:import`
6224 indent/ indent scripts |indent-expression| 6225 indent/ indent scripts |indent-expression|
6225 keymap/ key mapping files |mbyte-keymap| 6226 keymap/ key mapping files |mbyte-keymap|
6226 lang/ menu translations |:menutrans| 6227 lang/ menu translations |:menutrans|
6227 menu.vim GUI menus |menu.vim| 6228 menu.vim GUI menus |menu.vim|
6228 pack/ packages |:packadd| 6229 pack/ packages |:packadd|