We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just an information:
I introduced Spelunker enable/disable status marker support to vim-airline (Originally vim-airline has supported only vim-standard &spell flag).
&spell
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 をアップデートの上、以下を設定してください:
上記設定で、Spelunkerの有効/無効 のステータス を vim-airlineの スペル表示マーク で捕捉するようになります。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
By this setting, it captures Spelunker's enable/disable status on vim-airline's spell mark.
お知らせ:
vim-airline に、Spelunker の 有効/無効ステータス表示のサポート を導入してもらいました
(もともとは vim標準の
&spell
のフラグのみ をサポート)。使用する場合は、vim-airline をアップデートの上、以下を設定してください:
上記設定で、Spelunkerの有効/無効 のステータス を vim-airlineの スペル表示マーク で捕捉するようになります。
The text was updated successfully, but these errors were encountered: