Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit a739985

Browse files
committed
Bug fix: wrong loading guard.
1 parent 37ba248 commit a739985

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.10.0-24'
22+
let g:_SYNTASTIC_VERSION = '3.10.0-25'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/perl6/perl6.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if exists('g:loaded_syntastic_perl6_perl6_checker')
1616
finish
1717
endif
18-
let g:loaded_syntastic_raku_raku_checker = 1
18+
let g:loaded_syntastic_perl6_perl6_checker = 1
1919

2020
call g:SyntasticRegistry.CreateAndRegisterChecker({
2121
\ 'filetype': 'perl6',

0 commit comments

Comments
 (0)