diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-06 05:05:54 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-06 05:26:16 +0100 |
commit | 93fb7383a330f03bf64ed5558a8e16ea4c742478 (patch) | |
tree | 596412501c48ef25aa15b1c3d1903c5568e7f2ab /runtime/syntax/quake.vim | |
parent | 8f03014e8861df7f49bf4e1dbdfcc20e1611ce35 (diff) | |
download | rneovim-93fb7383a330f03bf64ed5558a8e16ea4c742478.tar.gz rneovim-93fb7383a330f03bf64ed5558a8e16ea4c742478.tar.bz2 rneovim-93fb7383a330f03bf64ed5558a8e16ea4c742478.zip |
vim-patch:214641f77df6
Runtime file updates.
https://github.com/vim/vim/commit/214641f77df6f318a4b3a0b09723c19859a103f4
N/A:
vim-patch:26a280c47a1c
Diffstat (limited to 'runtime/syntax/quake.vim')
-rw-r--r-- | runtime/syntax/quake.vim | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/syntax/quake.vim b/runtime/syntax/quake.vim index 3a9b68d6f3..7db53106ad 100644 --- a/runtime/syntax/quake.vim +++ b/runtime/syntax/quake.vim @@ -1,11 +1,11 @@ " Vim syntax file -" Language: Quake[1-3] configuration file -" Maintainer: Nikolai Weibull <now@bitwi.se> -" Latest Revision: 2007-06-17 +" Language: Quake[1-3] configuration file +" Previous Maintainer: Nikolai Weibull <now@bitwi.se> +" Latest Revision: 2007-06-17 " quake_is_quake1 - the syntax is to be used for quake1 configs " quake_is_quake2 - the syntax is to be used for quake2 configs " quake_is_quake3 - the syntax is to be used for quake3 configs -" Credits: Tomasz Kalkosinski wrote the original quake3Colors stuff +" Credits: Tomasz Kalkosinski wrote the original quake3Colors stuff if exists("b:current_syntax") finish |