aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--autoload/big_file_options.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/big_file_options.vim b/autoload/big_file_options.vim
index 5f9094a..07d047e 100644
--- a/autoload/big_file_options.vim
+++ b/autoload/big_file_options.vim
@@ -67,6 +67,7 @@ function! s:SetPre() abort
setlocal nomodifiable
setlocal readonly
endif
+
endfunction
" These options need to be set later, after the buffer has loaded