aboutsummaryrefslogtreecommitdiff
path: root/plugin/big_file_options.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/big_file_options.vim')
-rw-r--r--plugin/big_file_options.vim4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/big_file_options.vim b/plugin/big_file_options.vim
index 89b65c2..e02e935 100644
--- a/plugin/big_file_options.vim
+++ b/plugin/big_file_options.vim
@@ -14,7 +14,5 @@ let loaded_big_file_options = 1
augroup big_file_options
autocmd!
autocmd BufReadPre,StdinReadPre *
- \ call big_file_options#CheckPre(expand('<afile>'))
- autocmd BufReadPost,StdinReadPost *
- \ call big_file_options#CheckPost()
+ \ call big_file_options#()
augroup end