Skip to content

Commit 5b875ac

Browse files
authored
Replace b:filetype with filetype (#216)
b:filetype is an invalid variable name Fix #215
1 parent 6e2b092 commit 5b875ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/editorconfig.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function! s:ApplyConfig(config) abort " Set the buffer options {{{1
384384
endif
385385

386386
" Do not process netrw buffers
387-
if &b:filetype == 'netrw'
387+
if &filetype == 'netrw'
388388
return
389389
endif
390390

0 commit comments

Comments
 (0)