vim-php / tagbar-phpctags.vim

Using phpctags to generate php ctags index for vim plugin tagbar.
http://www.vim.org/scripts/script.php?script_id=4125
105 stars 10 forks source link

More sensible settings for folding and statusline #2

Closed Chronial closed 11 years ago

Chronial commented 11 years ago

Changed the settings, so functions and methods start in closed foldstate and constants, variables and properties are not displayed in the statusline.

These are imho more sensible defaults, as having functions and methods open causes the list to be really long and confusing. And displaying the variables and properties in the status line is wrong most of the time, since the cursor is not on the definition but somewhere below it.

weynhamz commented 11 years ago

Thanks.

Chronial commented 11 years ago

Thanks for merging :)

weynhamz commented 11 years ago

Sorry to bother again, I force pushed a new develop branch, if you have pulled the old branch, please reset your develop banch.

Chronial commented 11 years ago

thx for the notice, reset to your new state