Skip to content
New issue

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

Control whitespace squeezing. #24

Open
h1mesuke opened this issue Dec 18, 2011 · 0 comments
Open

Control whitespace squeezing. #24

h1mesuke opened this issue Dec 18, 2011 · 0 comments

Comments

@h1mesuke
Copy link
Owner

ファイルタイプによっては連続する空白の圧縮が不都合な場合がある。
outline info の属性によって、この機能の ON/OFF を制御できるといいかも知れない。

省略時は ON で、既存の outline info は変更の必要なしとすべき。

問題は属性の名前

normalize_heading_word: 0
squeeze_whitespaces: 0

あたり?

todesking pushed a commit to todesking/unite-outline that referenced this issue May 27, 2014
todesking pushed a commit to todesking/unite-outline that referenced this issue May 27, 2014
[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 not working for Java/C/C++ files h1mesuke#24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant