Quramy / tsuquyomi

A Vim plugin for TypeScript

Home Page:http://www.vim.org/scripts/script.php?script_id=5151

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A normal quickfix list from :grep, :vimgrep, ... disappear when saving a buffer

nbl7 opened this issue · comments

commented

When the plugin is installaed the normal quickfix list is not working anymore as expected.

Commands to reproduce the issue:

  • :grep -R 'patterns' .
  • :copen
  • Navigate to a file from the quicklist created
  • Save buffer with :w
  • The quickfix list is empty now

Yeah, I too was wondering what users who use the quickfix list for other things too normally do about this.

Bump. Is there a way to use the location list instead, or some other workaround for preserving your quickfix?

At the least the quickfix should not change if there are no errors.