diff options
author | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:34:26 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-08-02 20:34:26 +0200 |
commit | 5de0fe322a27d36e8ed7b1054b37c6edd457f4cd (patch) | |
tree | ffaac17ab3ee7450b58df88384be9a6171580465 /vim/ftplugin/python.vim | |
parent | 512ca2308d4a93fb6c29fb0828f5071e6bbb4301 (diff) | |
parent | 0439d2707714e1b6879818dc76e15256617a335d (diff) | |
download | myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.tar.gz myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.tar.bz2 myconfigs-5de0fe322a27d36e8ed7b1054b37c6edd457f4cd.zip |
Merge branch 'master' into server
Diffstat (limited to 'vim/ftplugin/python.vim')
-rw-r--r-- | vim/ftplugin/python.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim new file mode 100644 index 0000000..03b655f --- /dev/null +++ b/vim/ftplugin/python.vim @@ -0,0 +1,2 @@ +setlocal colorcolumn=79 +setlocal textwidth=79 |