aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/univention-template.vim
blob: 9071bcdfcec8cc9de6ce0328e9e30405469b4593 (plain)
1
2
3
4
setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart) 
setlocal foldmethod=syntax
setlocal foldenable

..