Enable smoothscroll
This commit is contained in:
parent
794b3cdb4f
commit
6a7c641003
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -201,6 +201,10 @@ else
|
|||
set signcolumn=yes
|
||||
endif
|
||||
|
||||
if has('patch-9.0.0640')
|
||||
set smoothscroll
|
||||
endif
|
||||
|
||||
if has('printer')
|
||||
set printheader=%t%h%m%=Page\ %N
|
||||
set printoptions=paper:A4,number:y,syntax:n
|
||||
|
|
Loading…
Reference in a new issue