From: R. Steve McKown Date: Mon, 18 Jan 2016 21:12:10 +0000 (-0700) Subject: Change unite source descriptions X-Git-Url: https://oss.titaniummirror.com/gitweb?p=vim-mkbuild.git;a=commitdiff_plain;h=HEAD Change unite source descriptions --- diff --git a/autoload/unite/sources/mkbuild.vim b/autoload/unite/sources/mkbuild.vim index 0a293bd..22c5fb0 100644 --- a/autoload/unite/sources/mkbuild.vim +++ b/autoload/unite/sources/mkbuild.vim @@ -5,7 +5,7 @@ set cpo&vim let s:xref_source = { \ 'name': 'mkbuild/xref', - \ 'description': 'select cross references built from an mkbuild build', + \ 'description': 'select from cross references built by mkbuild', \ 'action_table': { \ 'setxrefs' : { 'is_selectable': 1 }, \ }, @@ -50,7 +50,7 @@ endfunction let s:xfile_source = { \ 'name': 'mkbuild/file_xref', - \ 'description': 'select files used in an mkbuild build', + \ 'description': 'select source files used in an mkbuild build', \ 'action_table': { \ 'open' : { 'is_selectable': 1 }, \ }, @@ -70,7 +70,7 @@ endfunction let s:file_source = { \ 'name': 'mkbuild/file', - \ 'description': 'select files in an mkbuild project', + \ 'description': 'select from all files in an mkbuild project', \ 'action_table': { \ 'open' : { 'is_selectable': 1 }, \ },