vim-easycomplete
vim-easycomplete copied to clipboard
:cdo doesn't work after :EasyCompleteReference
If the quick fix list is filled after an EasyCompleteReference, the command :cdo doesn't work in vim9.
After some analysis, it seems that if in the file autoload/easycomplete/action/reference.vim the field 'valid' is set to '1' (around line 105), the cdo command is working again.