chrisbra / csv.vim

A Filetype plugin for csv files
http://www.vim.org/scripts/script.php?script_id=2830
Vim License
1.28k stars 62 forks source link

fix: No delimiter found with `cmdheight=0` #223

Closed hgigas closed 1 year ago

hgigas commented 1 year ago

With cmdheight=0 substitute command has no output, then

            redir => temp[i]
            " use very non-magic
            exe ":silent! :". first. ",". last. 's/\V' . i . "/&/nge"

do nothing

chrisbra commented 1 year ago

oh thanks. This is ugly, but oh well