diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-16 20:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 20:14:14 +0200 |
commit | fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710 (patch) | |
tree | 3dcdc5476f133c009d4ba43f0c820e7adae78e26 /runtime/syntax/vim.vim | |
parent | 0fa4f98a05bbcb60b5c317fac0e70da3821688fe (diff) | |
parent | acdc0b1955e531cd5a365066e1ce3a3fe22eefb9 (diff) | |
download | rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.gz rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.tar.bz2 rneovim-fbd6b10e1b5b68fdec70e8ae8a2ad8ac2221a710.zip |
Merge #5493 from justinmk/checkhealth
CheckHealth: check tmux, terminfo
Diffstat (limited to 'runtime/syntax/vim.vim')
-rw-r--r-- | runtime/syntax/vim.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index d056e5b7bf..34fdae0ffc 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -5,6 +5,14 @@ " Version: 7.4-45 " Automatically generated keyword lists: {{{1 +" ############################################################################# +" ############################################################################# +" Note: Be careful when merging the upstream version of this file. +" Much of this is generated by scripts/genvimvim.lua (result is installed +" to: $VIMRUNTIME/syntax/vim/generated.vim) +" ############################################################################# +" ############################################################################# + " Quit when a syntax file was already loaded {{{2 if exists("b:current_syntax") finish |