From 0ac3b59308eefeca1b768054bf4b1e6aa86305ee Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 5 Jun 2019 22:05:03 +1200 Subject: Set filetype to blank string, not NONE --- autoload/big_file_options.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/big_file_options.vim b/autoload/big_file_options.vim index 07d047e..381b0f7 100644 --- a/autoload/big_file_options.vim +++ b/autoload/big_file_options.vim @@ -74,7 +74,7 @@ endfunction function! s:SetPost() abort " Force filetype off - setlocal filetype=NONE + setlocal filetype= " Disable syntax highlighting if configured let syntax = get(g:, 'big_file_options_syntax', 0) -- cgit v1.2.3