aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-05 22:05:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-05 22:05:03 +1200
commit0ac3b59308eefeca1b768054bf4b1e6aa86305ee (patch)
tree337030ec7898ca5dba85f0f0ef48f0ec71f11bc5
parentAdd a blank line (diff)
downloadvim-big-file-options-0ac3b59308eefeca1b768054bf4b1e6aa86305ee.tar.gz
vim-big-file-options-0ac3b59308eefeca1b768054bf4b1e6aa86305ee.zip
Set filetype to blank string, not NONE
-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)