Skip to content

FYI: Vim-Airline Support of Spelunker Status Marker #75

@KSR-Yasuda

Description

@KSR-Yasuda

Just an information:

I introduced Spelunker enable/disable status marker support to vim-airline
(Originally vim-airline has supported only vim-standard &spell flag).

To use it, update vim-airline and set below:

let g:airline_spell_check_command = 'exists("b:enable_spelunker_vim") && b:enable_spelunker_vim || !exists("b:enable_spelunker_vim") && exists("g:enable_spelunker_vim") && g:enable_spelunker_vim'

By this setting, it captures Spelunker's enable/disable status on vim-airline's spell mark.


お知らせ:

vim-airline に、Spelunker の 有効/無効ステータス表示のサポート を導入してもらいました
(もともとは vim標準の &spell のフラグのみ をサポート)。

使用する場合は、vim-airline をアップデートの上、以下を設定してください:

let g:airline_spell_check_command = 'exists("b:enable_spelunker_vim") && b:enable_spelunker_vim || !exists("b:enable_spelunker_vim") && exists("g:enable_spelunker_vim") && g:enable_spelunker_vim'

上記設定で、Spelunkerの有効/無効 のステータス を vim-airlineの スペル表示マーク で捕捉するようになります。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions