3 lines
66 B
VimL
3 lines
66 B
VimL
if has("nvim")
|
|
command -nargs=1 EOB set fillchars=eob:<args>
|
|
end
|
if has("nvim")
|
|
command -nargs=1 EOB set fillchars=eob:<args>
|
|
end
|