aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/univention-template.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/univention-template.vim')
-rw-r--r--ftplugin/univention-template.vim4
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 @@
1setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart)
2setlocal foldmethod=syntax
3setlocal foldenable
4
..