Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

sgur/unite-qf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Usage

A plugin that lets you use the quickfix and/or location lists as sources for unite.vim

:Unite qf	"unite quickfix result
:Unite qf:enc=utf-8 "iconv(getqflist(),enc,&enc)
:Unite qf:enc=utf-8:ex= "show prompt for ex-command (ex. grep, vimgrep, make)
:Unite qf:enc=utf-8:ex=grep\ vim\ ~/vimfiles/* "specify ex-command

:Unite locationlist	"unite locationlist result
:Unite locationlist:enc=utf-8 "iconv(getloclist(),enc,&enc)