0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00
Bram Moolenaar 3d1d6475f9 patch 8.1.0143: matchit and matchparen don't handle E363
Problem:    Matchit and matchparen don't handle E363.
Solution:   Catch the E363 error. (Christian Brabandt)
2018-07-03 18:18:23 +02:00
..
2014-01-23 14:24:41 +01:00
2016-11-17 14:50:09 +01:00
2016-04-10 01:31:25 +02:00
2018-02-09 22:00:53 +01:00
2006-02-01 21:47:16 +00:00
2017-03-05 17:04:09 +01:00
2015-10-13 23:21:27 +02:00
2016-04-12 21:07:15 +02:00
2016-09-16 20:02:31 +02:00

The plugin directory is for standard Vim plugin scripts.

All files here ending in .vim will be sourced by Vim when it starts up.
Look in the file for hints on how it can be disabled without deleting it.

getscriptPlugin.vim  get latest version of Vim scripts
gzip.vim	     edit compressed files
logiPat.vim	     logical operators on patterns
matchparen.vim	     highlight paren matching the one under the cursor
netrwPlugin.vim	     edit files over a network and browse (remote) directories
rrhelper.vim	     used for --remote-wait editing
spellfile.vim	     download a spellfile when it's missing
tarPlugin.vim	     edit (compressed) tar files
tohtml.vim	     convert a file with syntax highlighting to HTML
vimballPlugin.vim    create and unpack .vba files
zipPlugin.vim	     edit zip archives

Note: the explorer.vim plugin is no longer here, the netrw.vim plugin has
taken over browsing directories (also for remote directories).