aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d2e2399b..a0ccd524 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -559,7 +559,7 @@ endif
" When opening a large file, take some measures to keep things loading quickly
if has('eval') && has('autocmd')
- " Threshold is 10 MB in size
+ " Threshold is 10 MiB
let g:bigfilesize = 10 * 1024 * 1024
" Declare function for turning off slow options