diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-08-15 12:59:05 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-08-15 12:59:24 +0200 |
commit | e60d83bc996080630961b87d9a4c4d28f91fd1b1 (patch) | |
tree | b5cfceb944378b5c26115085b4163899d4e8da28 /vim/ftplugin | |
parent | 5de0fe322a27d36e8ed7b1054b37c6edd457f4cd (diff) | |
download | myconfigs-e60d83bc996080630961b87d9a4c4d28f91fd1b1.tar.gz myconfigs-e60d83bc996080630961b87d9a4c4d28f91fd1b1.tar.bz2 myconfigs-e60d83bc996080630961b87d9a4c4d28f91fd1b1.zip |
Drop vim folder (shouldn't be on server)
Diffstat (limited to 'vim/ftplugin')
-rw-r--r-- | vim/ftplugin/python.vim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim deleted file mode 100644 index 03b655f..0000000 --- a/vim/ftplugin/python.vim +++ /dev/null @@ -1,2 +0,0 @@ -setlocal colorcolumn=79 -setlocal textwidth=79 |