Skip to content

Commit 19b1d4f

Browse files
Remove unused g:javascript_conceal variable
1 parent 3089ddd commit 19b1d4f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

syntax/javascript.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ if !exists("main_syntax")
1212
let main_syntax = 'javascript'
1313
endif
1414

15-
if !exists('g:javascript_conceal')
16-
let g:javascript_conceal = 0
17-
endif
18-
1915
" Dollar sign is permitted anywhere in an identifier
2016
if v:version > 704 || v:version == 704 && has('patch1142')
2117
syntax iskeyword @,48-57,_,192-255,$

0 commit comments

Comments
 (0)