An open API service indexing awesome lists of open source software.

https://github.com/todesking/scoped_qf.vim


https://github.com/todesking/scoped_qf.vim

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# scoped_qf.vim: Make scoped quickfix list

## Dependency

* [metascope.vim](https://github.com/todesking/metascope.vim)

## Usage

```vim
" Specify scope by metascope.vim's scope name
" 'g', 'b', 't', 'w', 'filetype' is available in default.
let g:scoped_qf_scope_type = 'b'

" Use this function instead of default `setqflist()`
call scoped_qf#set(new_quickfix_list)
```