Skip to content

Commit

Permalink
Fix typos: qw( instration diretory coments higlighting )
Browse files Browse the repository at this point in the history
  • Loading branch information
Util committed Apr 25, 2015
1 parent b435642 commit 46965a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Braces within a heredoc no longer confuse the highlighting.

Keyword detection for "accept" was looking for "acept".

Added higlighting for "import" and "format".
Added highlighting for "import" and "format".

Stop setting "iskeyword" globally. (Hinrik)

Expand Down
2 changes: 1 addition & 1 deletion indent/perl6.vim
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function! GetPerl6Indent()
return 0
endif

" Don't reindent coments on first column
" Don't reindent comments on first column
if cline =~ '^#'
return 0
endif
Expand Down
4 changes: 2 additions & 2 deletions syntax/tt2.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
" Bugs/requests: http://github.com/vim-perl/vim-perl/issues
" Last Change: {{LAST_CHANGE}}
"
" Instration:
" put tt2.vim and tt2html.vim in to your syntax diretory.
" Installation:
" put tt2.vim and tt2html.vim in to your syntax directory.
"
" add below in your filetype.vim.
" au BufNewFile,BufRead *.tt2 setf tt2
Expand Down

0 comments on commit 46965a9

Please sign in to comment.