diff options
author | Max Christian Pohle | 2020-01-20 11:56:31 +0100 |
---|---|---|
committer | Max Christian Pohle | 2020-01-20 11:56:31 +0100 |
commit | 7ebf9126bcbe10769b2275056fede56736890b59 (patch) | |
tree | fffc4b9fc6e99d955755526f345f02c8843c00b5 /ftplugin | |
parent | 5ffd36adcb5e2aa352609a3d4e005b3e99173442 (diff) | |
download | vim-7ebf9126bcbe10769b2275056fede56736890b59.tar.bz2 vim-7ebf9126bcbe10769b2275056fede56736890b59.zip |
Syntax files ready and tested
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 | |||