mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

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>.