forked from aniani/vim
This double escaping was likely introduced because it was the only way to make :Open work with hashes/percent signs despite shellescape(..., 1) supposedly taking care of it, but then breaks the gx mapping on MSYS2 as reported at [0] Since special characters in the URL following :Open can be escaped, whereas gx simply breaks and is more common, no longer double escape [0]: https://github.com/vim/vim/issues/16252 fixes: #16252 closes: #16265 Signed-off-by: Konfekt <Konfekt@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
The autoload directory is for standard Vim autoload scripts. These are functions used by plugins and for general use. They will be loaded automatically when the function is invoked. See ":help autoload". gzip.vim for editing compressed files netrw*.vim browsing (remote) directories and editing remote files tar.vim browsing tar files zip.vim browsing zip files paste.vim common code for mswin.vim, menu.vim and macmap.vim spellfile.vim downloading of a missing spell file Omni completion files: ccomplete.vim C csscomplete.vim HTML / CSS htmlcomplete.vim HTML javascriptcomplete.vim Javascript phpcomplete.vim PHP pythoncomplete.vim Python rubycomplete.vim Ruby syntaxcomplete.vim from syntax highlighting xmlcomplete.vim XML (uses files in the xml directory)