set textwidth=79

This commit is contained in:
ManjaroOne666 2018-04-20 19:14:19 +01:00
parent 67ea84a3c8
commit c6e66a956f
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ set expandtab
set shiftround
set autoindent
set textwidth=79
nnoremap <silent> <buffer> <F5> :call SaveAndExecute('python')<CR>
" vnoremap <silent> <buffer> <F5> :<C-u>call SaveAndExecutePython()<CR>