Remove space

This commit is contained in:
Karl Yngve Lervåg 2015-11-12 19:42:06 +01:00
parent 2acf99579b
commit 0ede61a82f

View File

@ -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