diff options
author | Max Christian Pohle | 2020-06-26 10:13:58 +0200 |
---|---|---|
committer | Max Christian Pohle | 2020-06-26 13:43:27 +0200 |
commit | b68fec17407aa70fdd4cc5c88667ac2d2f49658a (patch) | |
tree | 113528e165b486cbf2069f220bdca949b1dcd18d /ftplugin | |
parent | dbcaab09f2b1f2b6256364407fa67ee67f3cdc66 (diff) | |
download | vim-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.tar.bz2 vim-b68fec17407aa70fdd4cc5c88667ac2d2f49658a.zip |
Hotfixes to improve compatibility with python
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/univention-template.vim | 4 |
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 @@ | |||
1 | setlocal foldtext=getline(v:foldstart).printf('\ [%d\ lines]\ \ \ \',\ v:foldend-v:foldstart) | ||
2 | setlocal foldmethod=syntax | ||
3 | setlocal foldenable | ||
4 | |||