aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-05 22:04:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-05 22:04:52 +1200
commitf4ec4fcf2beb6e67a4564bbbf9cfb2e48f57d74f (patch)
tree3822af3b82923861d7c14e3016c40aa9141972be
parentRefactor to use deferred/dynamic hooks (diff)
downloadvim-big-file-options-f4ec4fcf2beb6e67a4564bbbf9cfb2e48f57d74f.tar.gz
vim-big-file-options-f4ec4fcf2beb6e67a4564bbbf9cfb2e48f57d74f.zip
Add a blank line
-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