Skip to content

Commit

Permalink
UPDATE cloudformation.vim - fix spelling error 'cloudformaiton'
Browse files Browse the repository at this point in the history
Was reading through the code and found a minor (and isolated spelling error), fixing for obvious reasons.
  • Loading branch information
JohnVonNeumann committed Oct 22, 2018
1 parent c10f604 commit 60aa8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/cloudformation.vim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
" Vim syntastic plugin helper
" Language: CloudFormation

if exists("g:loaded_syntastic_cloudformaiton_filetype")
if exists("g:loaded_syntastic_cloudformation_filetype")
finish
endif
let g:loaded_syntastic_cloudformaiton_filetype = 1
let g:loaded_syntastic_cloudformation_filetype = 1
let s:save_cpo = &cpo
set cpo&vim

Expand Down

0 comments on commit 60aa8ac

Please sign in to comment.