diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/univention-template.vim | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/univention-template.vim b/ftplugin/univention-template.vim new file mode 100644 index 0000000..9071bcd --- /dev/null +++ b/ftplugin/univention-template.vim  | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart) | ||
| 2 | setlocal foldmethod=syntax | ||
| 3 | setlocal foldenable | ||
| 4 | |||
