mirror of
https://github.com/neovim/neovim.git
synced 2026-06-18 17:51:18 +00:00
Problem: [security]: possible code execution with python3complete
Solution: Disable execution of import/from statements
Github Security Advisory:
https://github.com/vim/vim/security/advisories/GHSA-52mc-rq6p-rc7c
4b850457e1
Co-authored-by: Christian Brabandt <cb@256bit.org>
24 lines
788 B
Plaintext
24 lines
788 B
Plaintext
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 and menu.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
|
|
python3complete.vim Python
|
|
rubycomplete.vim Ruby
|
|
syntaxcomplete.vim from syntax highlighting
|
|
xmlcomplete.vim XML (uses files in the xml directory)
|