aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/syntaxcomplete.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/autoload/syntaxcomplete.vim
parentae1788d55d5f465891e1b72f7d49101b96e8b013 (diff)
downloadrneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.gz
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.tar.bz2
rneovim-a1582a841b2864ad20c22cc18b04010f9a813128.zip
Spelling fixes
Diffstat (limited to 'runtime/autoload/syntaxcomplete.vim')
-rw-r--r--runtime/autoload/syntaxcomplete.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/syntaxcomplete.vim b/runtime/autoload/syntaxcomplete.vim
index a18c3c360c..0ce3e6e154 100644
--- a/runtime/autoload/syntaxcomplete.vim
+++ b/runtime/autoload/syntaxcomplete.vim
@@ -548,7 +548,7 @@ function! s:SyntaxCSyntaxGroupItems( group_name, syntax_full )
" let syn_list = substitute( @l, '^.*xxx\s*\%(contained\s*\)\?', "", '' )
" let syn_list = substitute( @l, '^.*xxx\s*', "", '' )
- " We only want the words for the lines begining with
+ " We only want the words for the lines beginning with
" containedin, but there could be other items.
" Tried to remove all lines that do not begin with contained