aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoload/big_file_options.vim2
1 files changed, 1 insertions, 1 deletions
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)