aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2020-01-20 11:56:31 +0100
committerMax Christian Pohle2020-01-20 11:56:31 +0100
commit7ebf9126bcbe10769b2275056fede56736890b59 (patch)
treefffc4b9fc6e99d955755526f345f02c8843c00b5 /ftplugin
parent5ffd36adcb5e2aa352609a3d4e005b3e99173442 (diff)
downloadvim-7ebf9126bcbe10769b2275056fede56736890b59.tar.bz2
vim-7ebf9126bcbe10769b2275056fede56736890b59.zip
Syntax files ready and tested
Diffstat (limited to 'ftplugin')
-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
..