mirror of
https://github.com/amix/vimrc
synced 2025-06-30 11:54:59 +08:00
Updated vimrc
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
"
|
||||
"============================================================================
|
||||
|
||||
if exists("g:loaded_syntastic_racket_code_ayatollah_checker")
|
||||
if exists('g:loaded_syntastic_racket_code_ayatollah_checker')
|
||||
finish
|
||||
endif
|
||||
let g:loaded_syntastic_racket_code_ayatollah_checker = 1
|
||||
|
@ -11,7 +11,7 @@
|
||||
"
|
||||
"============================================================================
|
||||
|
||||
if exists("g:loaded_syntastic_racket_racket_checker")
|
||||
if exists('g:loaded_syntastic_racket_racket_checker')
|
||||
finish
|
||||
endif
|
||||
let g:loaded_syntastic_racket_racket_checker=1
|
||||
|
Reference in New Issue
Block a user