Remove space
This commit is contained in:
parent
2acf99579b
commit
0ede61a82f
@ -63,7 +63,7 @@ endfunction
|
||||
"
|
||||
function! s:wrap_math(lhs, rhs) " {{{1
|
||||
return '<c-r>=<sid>is_math() ? ' . string(a:rhs)
|
||||
\ . ' : ' . string(a:lhs) . '<cr>'
|
||||
\ . ' : ' . string(a:lhs) . '<cr>'
|
||||
endfunction
|
||||
|
||||
" }}}1
|
||||
|
Loading…
x
Reference in New Issue
Block a user