darkrc/vim/plugin/nvim.vim

4 lines
66 B
VimL
Raw Permalink Normal View History

if has("nvim")
command -nargs=1 EOB set fillchars=eob:<args>
end