aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2020-06-26 10:13:58 +0200
committerMax Christian Pohle2020-06-26 13:43:27 +0200
commitb68fec17407aa70fdd4cc5c88667ac2d2f49658a (patch)
tree113528e165b486cbf2069f220bdca949b1dcd18d /ftplugin
parentdbcaab09f2b1f2b6256364407fa67ee67f3cdc66 (diff)
downloadvim-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.tar.bz2
vim-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.zip
Hotfixes to improve compatibility with python
Diffstat (limited to 'ftplugin')
-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
..