set textwidth=79

This commit is contained in:
ManjaroOne666 2018-04-20 19:14:19 +01:00
commit c6e66a956f

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>