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, 0 insertions, 4 deletions
diff --git a/ftplugin/univention-template.vim b/ftplugin/univention-template.vim
deleted file mode 100644
index 9071bcd..0000000
--- a/ftplugin/univention-template.vim
+++ /dev/null
@@ -1,4 +0,0 @@
1setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart)
2setlocal foldmethod=syntax
3setlocal foldenable
4
..