Add gvim font size regex for linux
This commit is contained in:
parent
697a90857c
commit
9320c6c57d
1 changed files with 1 additions and 0 deletions
1
gvimrc
1
gvimrc
|
@ -42,6 +42,7 @@ if !exists('g:colors_name')
|
||||||
end
|
end
|
||||||
|
|
||||||
if has("unix")
|
if has("unix")
|
||||||
|
let g:font_temp="\\\\\\@<! \\zs\\d\\+"
|
||||||
elseif has("win32")
|
elseif has("win32")
|
||||||
let g:font_temp=".*:h\\zs\\d\\+"
|
let g:font_temp=".*:h\\zs\\d\\+"
|
||||||
set linespace=0
|
set linespace=0
|
||||||
|
|
Loading…
Reference in a new issue