neovim/runtime
belkka 3cf1c70c70 refactor(ftplugin/man.vim): rearrange setlocal commands
Problem:
1. multiple `setlocal` commands are spread across the script.
2. several options, apparently, serve the same purpose (hide UI columns) which may not be immediately clear. more options may be required to fullfill the same purpose or they could be removed all together as a group if better solution is found later
3. `setlocal nofoldenable` may be overriden by conditional block later in the script.

Solution:
1. move 'colorcolumn' and 'nolist' to the group of other options at the beginning
2. add an explanatory comment about options that disable UI columns
3. move 'nofoldenable' to the if-else block to keep relevant commands coupled
2024-06-11 04:09:50 +03:00
..
autoload vim-patch:98b73eb: runtime(netrw): prevent accidental data loss 2024-06-04 23:15:50 +02:00
colors
compiler vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
doc Merge #29238 from clason/feat/help-toc 2024-06-10 05:22:27 -07:00
ftplugin refactor(ftplugin/man.vim): rearrange setlocal commands 2024-06-11 04:09:50 +03:00
indent vim-patch:76174e7: runtime(asm): remove the indent plugin since it has too many issues 2024-05-27 06:59:01 +02:00
keymap
lua fix(lsp): do not reset buf version when detaching client (#29242) 2024-06-10 18:53:08 +02:00
macros
pack/dist/opt vim-patch:62ccaa6: runtime(termdebug): check for gdb file/dir before using as buffer name (#28908) 2024-05-22 08:41:07 +08:00
plugin vim-patch:94043780196c (#28831) 2024-05-18 15:53:26 +08:00
queries build(deps): bump tree-sitter-vimdoc to v3.0.0 2024-06-08 10:19:28 +02:00
spell
syntax vim-patch:d6b4afb: runtime(java): Exclude lambda expressions from _when_ _switch-case_ label clauses (vim/vim#14945) 2024-06-10 00:23:18 +02:00
tools
tutor docs: misc (#28837) 2024-06-07 10:55:14 +08:00
CMakeLists.txt
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml NVIM v0.10.0 2024-05-16 14:34:32 +02:00
nvim.desktop
nvim.png
optwin.vim vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt' 2024-06-06 06:07:31 +08:00
synmenu.vim