Language: en ja

Vim documentation: fg

main help file
fg.txt        日本語ヘルプ

Version :
Author  : Tsuyoshi CHO <Tsuyoshi.CHO+develop@Gmail.com>
License : MIT license  {{{
    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:
    The above copyright notice and this permission notice shall be included
    in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
}}}

==============================================================================
目次                                            fg-contents

概要                            fg-introduction
使い方                          fg-usage
インターフェイス                fg-interface
  変数                            fg-variables
  関数                            fg-functions
設定                            fg-setting


==============================================================================
概要                                            fg-introduction

fg は find および grep をサポートするプラグインです。

最新版:
https://github.com/tsuyoshicho/fg.vim


==============================================================================
使い方                                          fg-usage

Fg プリフィックス (g:fg#prefix 参照) の検索コマンド。
これは、コマンドの検知(例: 'grep', 'ag' など) と自動定義がされます。

        " detect pt
        :FgPt



==============================================================================
インターフェイス                                fg-interface

------------------------------------------------------------------------------
変数                                            fg-variables

g:fg#base#object                                g:fg#base#object
        既定値: = s:obj


g:fg#priority                                   g:fg#priority
        既定値: ["pt", "ag", "grep"]


g:fg#param                                      g:fg#param
        既定値: = get(g: ,"fg#param", {})


g:fg#async                                      g:fg#async
        既定値: = get(g: ,"fg#async", 1)


g:fg#prefix                                     g:fg#prefix
        既定値: = get(g: ,"fg#prefix", "Fg")


------------------------------------------------------------------------------
関数                                            fg-functions

==============================================================================
設定                                            fg-setting

==============================================================================
vim:tw=78:ts=8:ft=help:norl:noet:fen:

top - main help file - tag index
Language: en ja