aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/awk.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/ftplugin/awk.vim')
-rw-r--r--vim/ftplugin/awk.vim3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/ftplugin/awk.vim b/vim/ftplugin/awk.vim
index dbefa5cd..76637486 100644
--- a/vim/ftplugin/awk.vim
+++ b/vim/ftplugin/awk.vim
@@ -11,8 +11,7 @@ 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<'
" Specify ERE flavor for regex_escape.vim
let b:regex_escape_flavor = 'ere'