Skip to content

Instantly share code, notes, and snippets.

View ori3's full-sized avatar

Orihara Yuichi ori3

View GitHub Profile
@ori3
ori3 / gtags.vim
Created September 1, 2012 18:51
gtags.vim Version: 0.3.1
--- gtags.vim.org 2012-09-02 03:11:51.000000000 +0900
+++ gtags.vim 2012-09-02 03:45:55.000000000 +0900
@@ -363,7 +363,8 @@
" Parse the output of 'global -x' and show in the quickfix window.
let efm_org = &efm
let &efm="%*\\S%*\\s%l%\\s%f%\\s%m"
- cexpr! result
+ "cexpr! result
+ cgete result
let &efm = efm_org