darkrc/vim/plugin/nvim.vim

5 lines
74 B
VimL
Raw Normal View History

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