aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/tcl.vim
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-08-24 16:28:39 -0500
committerWill Stamper <epmatsw@gmail.com>2014-08-24 18:40:06 -0500
commita1582a841b2864ad20c22cc18b04010f9a813128 (patch)
treeaab5efa74f5a4ee1df5f4a6dc864771ec4ec8842 /runtime/syntax/tcl.vim
parentae1788d55d5f465891e1b72f7d49101b96e8b013 (diff)
downloadrneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip
Spelling fixes
Diffstat (limited to 'runtime/syntax/tcl.vim')
-rw-r--r--runtime/syntax/tcl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/tcl.vim b/runtime/syntax/tcl.vim
index 3c598267dc..06629d077f 100644
--- a/runtime/syntax/tcl.vim
+++ b/runtime/syntax/tcl.vim
@@ -171,7 +171,7 @@ syn region tcltkCommand matchgroup=tcltkCommandColor start="\<format\>" matchgro
" PACK
" commands associated with pack
-syn keyword tcltkPackSwitch contained forget info propogate slaves
+syn keyword tcltkPackSwitch contained forget info propagate slaves
syn keyword tcltkPackConfSwitch contained after anchor before expand fill in ipadx ipady padx pady side
syn region tcltkCommand matchgroup=tcltkCommandColor start="\<pack\>" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkPackSwitch,tcltkPackConf,tcltkPackConfSwitch,tclNumber,tclVarRef,tclString,tcltkCommand keepend