From c6e66a956ff5934a9b09fa9d5919fed314b8137c Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Fri, 20 Apr 2018 19:14:19 +0100 Subject: [PATCH] set textwidth=79 --- vim/ftplugin/python.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim index 3721f42..073da12 100644 --- a/vim/ftplugin/python.vim +++ b/vim/ftplugin/python.vim @@ -5,6 +5,8 @@ set expandtab set shiftround set autoindent +set textwidth=79 + nnoremap :call SaveAndExecute('python') " vnoremap :call SaveAndExecutePython()