Files
neovim/runtime/lua/vim/lsp
Nils aa3b17d04a lsp: Add <nomodeline> to doautocmd calls (#13576)
When using "au User LspDiagnosticsChanged redrawstatus!", modelines get processed again (see h: doautocmd). Fortunately this can be suppressed using the <nomodeline> flag. this replaces every doautocmd call, that issues a User command, with doautocmd <nomodeline>.
2020-12-21 20:03:50 +01:00
..
2020-11-12 22:21:34 -05:00
2020-08-23 13:48:27 +02:00
2020-12-20 21:59:25 +01:00