neovim/runtime
Chinmay Dalal fa0a25dcb3
fix(lsp): error in reset_timer on second detach #24117
Problem:
On running `zig fmt` manually, the on_lines callback and the
server both detach (for some reason), and both of them call
`clear()`. This fixes it, otherwise the second one to detach
has an error in `reset_timer` since the bufstate doesn't exist

Solution:
* exit early in clear if `bufstates[bufnr]` is nil
* set bufstatte.enabled to true on reload instead of making bufstate nil
2023-06-23 16:33:15 -07:00
..
autoload fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
colors vim-patch:71badf9547e8 (#23285) 2023-04-23 15:22:55 +02:00
compiler
doc feat(extmarks): support hl_mode "combine" for inline virt_text (#24099) 2023-06-22 20:39:35 +08:00
ftplugin vim-patch:10e8ff9b2607 (#23977) 2023-06-11 12:40:22 +01:00
indent vim-patch:9.0.1580: CI: indent test hangs on FreeBSD (#23768) 2023-05-26 22:13:42 +08:00
keymap
lua fix(lsp): error in reset_timer on second detach #24117 2023-06-23 16:33:15 -07:00
macros
pack/dist/opt refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
plugin vim-patch:b7398fe41c9e (#23627) 2023-05-15 09:38:32 +02:00
queries fix(treesitter): update highlights for query (#23699) 2023-05-21 19:22:28 +02:00
spell
syntax vim-patch:10e8ff9b2607 (#23977) 2023-06-11 12:40:22 +01:00
tools
tutor
CMakeLists.txt refactor(build): move the last generator from scripts/ to src/nvim/generators 2023-04-21 16:46:35 +02:00
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim fix(ftplugin): source Lua files after Vimscript files per directory (#23801) 2023-05-28 15:13:44 +02:00
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim vim-patch:b7398fe41c9e (#23627) 2023-05-15 09:38:32 +02:00
mswin.vim feat(ex_cmds)!: remove :behave 2023-04-13 12:15:30 +02:00
neovim.ico
nvim.appdata.xml NVIM v0.9.0 2023-04-07 13:26:29 +02:00
nvim.desktop
nvim.png
optwin.vim vim-patch:9.0.0640: cannot scroll by screen line if a line wraps 2023-05-02 13:11:26 +02:00
synmenu.vim