Add gvim font size regex for linux

This commit is contained in:
Talia 2018-10-24 09:49:11 +02:00
parent 697a90857c
commit 9320c6c57d
1 changed files with 1 additions and 0 deletions

1
gvimrc
View File

@ -42,6 +42,7 @@ if !exists('g:colors_name')
end
if has("unix")
let g:font_temp="\\\\\\@<! \\zs\\d\\+"
elseif has("win32")
let g:font_temp=".*:h\\zs\\d\\+"
set linespace=0