aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/sed.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-23 19:40:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-23 19:40:40 +1300
commitec5357c4fd006ba4a1d01f8700b629092e459161 (patch)
treee0f50eb80f4eb420938b2f1ae3292f2402050ad4 /vim/ftplugin/sed.vim
parentReshape autoloads into noun#Verb() pattern (diff)
downloaddotfiles-ec5357c4fd006ba4a1d01f8700b629092e459161.tar.gz
dotfiles-ec5357c4fd006ba4a1d01f8700b629092e459161.zip
Centralize default 'foldlevel'
Diffstat (limited to 'vim/ftplugin/sed.vim')
-rw-r--r--vim/ftplugin/sed.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/ftplugin/sed.vim b/vim/ftplugin/sed.vim
index 35e705a4..04d86d7d 100644
--- a/vim/ftplugin/sed.vim
+++ b/vim/ftplugin/sed.vim
@@ -11,5 +11,4 @@ let b:undo_ftplugin = 'setlocal comments< formatoptions<'
" Fold based on indent level, but start with all folds open
setlocal foldmethod=indent
-setlocal foldlevel=99
-let b:undo_ftplugin .= '|setlocal foldmethod< foldlevel<'
+let b:undo_ftplugin .= '|setlocal foldmethod<'