aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-06-29 17:01:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-06-29 17:01:37 +1200
commit582df435fe5ccce96f098b057400b90a0792fc61 (patch)
tree93c4c9f3acec05c44ab7ca192b8e058a49a727bd /vim
parentUse bit shifting not exponentiation (diff)
downloaddotfiles-582df435fe5ccce96f098b057400b90a0792fc61.tar.gz
dotfiles-582df435fe5ccce96f098b057400b90a0792fc61.zip
Comment nitpick
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