]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(vimcomplete): do not complete 'shellcmd' on WSL and Windows
authorMaxim Kim <habamax@gmail.com>
Thu, 16 Oct 2025 19:17:02 +0000 (19:17 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 16 Oct 2025 19:17:02 +0000 (19:17 +0000)
commit30ff1e3b0274a40bc64025bf0eaca20f636e6414
tree953a41bdca040865fb9d0c31a9e341f086dd3228
parentf22cedd75fa30e046e96ace4b2f54d8dca601ed2
runtime(vimcomplete): do not complete 'shellcmd' on WSL and Windows

- shellcmd completion is VERY slow on both WSL and Windows, e.g. `term
  something` or `!something` might take ~10 seconds to show first
  results. Do not complete it there.

- revert previous change to not complete on whitespace, do not complete
  on *empty* lines instead.

closes: #18568

Signed-off-by: Maxim Kim <habamax@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/vimcomplete.vim
runtime/doc/insert.txt
runtime/doc/tags