set textwidth=79
This commit is contained in:
parent
67ea84a3c8
commit
c6e66a956f
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue