Reorginazation after switching to GNU Stow for organizing dotfiles
This commit is contained in:
13
vim/.vim/bundle/snipmate-tlib/autoload/tlib/loclist.vim
Normal file
13
vim/.vim/bundle/snipmate-tlib/autoload/tlib/loclist.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" @Author: Tom Link (mailto:micathom AT gmail com?subject=[vim])
|
||||
" @Website: http://www.vim.org/account/profile.php?user_id=4037
|
||||
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
|
||||
" @Last Change: 2015-10-24
|
||||
" @Revision: 2
|
||||
|
||||
|
||||
function! tlib#loclist#Browse(...) abort "{{{3
|
||||
let list = getloclist(0)
|
||||
return call(function('tlib#qfl#QflList'), [list] + a:000)
|
||||
endf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user