Peeja/vim-cdo

Doesn't work without hidden set

mikekaminsky opened this issue · 3 comments

Not sure if others have experienced this, but I had to add set hidden to my .vimrc for :Cdo to successfully find and replace because Vim didn't like switching buffers without writing first. /cc @amarshall @DanielleSucher

I wouldn't have noticed because I had set hidden in my .vimrc before ever discovering cdo. Nice catch! Maybe do a documentation pull request to warn others about this behavior?

Just submitted my (first ever!) pull request. Thanks Danielle.

AWESOME!