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