aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/autohotkey.vim
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-05-01 22:19:40 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-05-03 19:25:18 +0200
commit3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849 (patch)
treebc4056ebc380e77e511b03bb5f638a8779b294e2 /runtime/syntax/autohotkey.vim
parent91afb30b667bbc321d351708f694d00b256be585 (diff)
downloadrneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.tar.gz
rneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.tar.bz2
rneovim-3c45e3b42a6c8c48d4f2bc7d51ccfa0f6781d849.zip
vim-patch:a0f849e
Update runtime files. https://github.com/vim/vim/commit/a0f849ee40cbea3c889345256786b640b0becca2 Missing files runtime/doc/tags and runtime/doc/todo.txt. Excluded runtime/syntax/vim.vim, since we diverged quite a bit from vim in this file.
Diffstat (limited to 'runtime/syntax/autohotkey.vim')
-rw-r--r--runtime/syntax/autohotkey.vim6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/syntax/autohotkey.vim b/runtime/syntax/autohotkey.vim
index 42d4cfdfe4..764f94b11a 100644
--- a/runtime/syntax/autohotkey.vim
+++ b/runtime/syntax/autohotkey.vim
@@ -1,7 +1,8 @@
" Vim syntax file
" Language: AutoHotkey script file
-" Maintainer: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2008-06-22
+" Maintainer: SungHyun Nam <goweol@gmail.com>
+" Previous Maintainer: Nikolai Weibull <now@bitwi.se>
+" Latest Revision: 2015-10-29
if exists("b:current_syntax")
finish
@@ -179,6 +180,7 @@ syn keyword autohotkeyRepeat
syn keyword autohotkeyConditional
\ IfExist IfNotExist If IfEqual IfLess IfGreater Else
+ \ IfWinExist IfWinNotExist
syn match autohotkeyPreProcStart
\ nextgroup=