Is it possible to grep Vim's quickfix?
问题 So let's say I use ag.vim to search 'disabled' through files. It returns me some results in quickfix window: 1 first_file.rb|1 col 1| disabled something something 2 second_file.rb|1 col 2| disabled another something Is it possible to pick quickfix results as an input, grep through it and open results in new quickfix? So, if i would enter :quickfix_grep first_file , new quickfix would pop up with only 1 entry: 1 first_file.rb|1 col 1| disabled something something 回答1: Update A vim plugin has