Quramy / tsuquyomi

A Vim plugin for TypeScript
http://www.vim.org/scripts/script.php?script_id=5151
1.39k stars 72 forks source link

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

Open nbl7 opened 4 years ago

nbl7 commented 4 years ago

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

Commands to reproduce the issue:

hoclun-rigsep commented 3 years ago

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

hoclun-rigsep commented 3 years ago

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.