You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Problem]
In some cases (read Mac OS with Xcode installed) when executing ctags from
inside vim you end up executing the binary distributed by apple which doesn't
support long options (arguments started with double -, e.g. --version) and this
causes unite-outline to fail to recognize ctags.
[Solution]
Create a global variable setting to allow user to specify the correct ctags path
and use it.
[Note]
Previously unite-outline was already using a global variable for that mater but
it inherit from neocomplcache. I simply rename it to be consistent with all
other variables and add documentation about it.
todesking
pushed a commit
to todesking/unite-outline
that referenced
this issue
May 27, 2014
ファイルタイプによっては連続する空白の圧縮が不都合な場合がある。
outline info の属性によって、この機能の ON/OFF を制御できるといいかも知れない。
省略時は ON で、既存の outline info は変更の必要なしとすべき。
問題は属性の名前
normalize_heading_word: 0
squeeze_whitespaces: 0
あたり?
The text was updated successfully, but these errors were encountered: