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

:setlocal foldcolumn=0 #46

Closed
denilsonsa opened this issue Oct 19, 2011 · 1 comment
Closed

:setlocal foldcolumn=0 #46

denilsonsa opened this issue Oct 19, 2011 · 1 comment

Comments

@denilsonsa
Copy link

I usually edit source-code using :set foldcolumn=2

When I open Tagbar, it inherits that setting from the current window. The solution? Just add set foldcolumn=0 at s:InitWindow()

By the way, I just checked, and NERDTree also does it: https://github.com/scrooloose/nerdtree/blob/master/plugin/NERD_tree.vim#L2666

@majutsushi
Copy link
Collaborator

Huh, I thought I already did that. Apparently not. It's fixed now, thanks!

dev-hann added a commit to dev-hann/tagbar that referenced this issue Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants