neovim/runtime
Peter Aronoff 4b3be56a03
fix(diagnostic): make docs agree with code (#29561)
Problem: the code and docs for vim.diagnostic.JumpOpts.float send mixed
signals about what the default should be. When the option is first set,
in the global_diagnostic_options table, the comment clearly says that
the default is false. Later in the code, in goto_diagnostic, there's
a line that sets the default to true if no default is present. Finally,
the docs say that the default is true.

Solution: Change the docs to reflect the new default of false and fix
the goto_diagnostic function.
2024-07-04 12:15:35 -05:00
..
autoload refactor(typval)!: remove distinction of binary and nonbinary strings 2024-06-27 11:04:04 +02:00
colors
compiler vim-patch:0ddab58: runtime(java): Add a config variable for commonly used compiler options 2024-06-16 23:24:55 +02:00
doc fix(diagnostic): make docs agree with code (#29561) 2024-07-04 12:15:35 -05:00
ftplugin vim-patch:2fbcc15: runtime(terraform): Add filetype plugin for terraform 2024-07-04 14:06:41 +02:00
indent fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533) 2024-07-03 15:24:12 +08:00
keymap
lua fix(diagnostic): make docs agree with code (#29561) 2024-07-04 12:15:35 -05:00
macros
pack/dist/opt Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497 2024-06-20 12:29:47 +08:00
plugin
queries
spell
syntax vim-patch:3d2a996: runtime(dockerfile): enable spellchecking of comments in syntax script 2024-07-04 14:06:41 +02:00
tools
tutor
CMakeLists.txt
delmenu.vim
filetype.lua refactor: use vim._with where possible 2024-06-28 19:58:31 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml
nvim.desktop
nvim.png
optwin.vim
synmenu.vim
windows_icon.rc feat(win32): embed executable icon 2024-07-02 13:05:16 +02:00