https://github.com/todesking/scoped_qf.vim
https://github.com/todesking/scoped_qf.vim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/todesking/scoped_qf.vim
- Owner: todesking
- License: mit
- Created: 2015-01-22T15:49:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T08:14:53.000Z (over 11 years ago)
- Last Synced: 2025-12-24T16:59:01.726Z (6 months ago)
- Language: VimL
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```