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

correct ctags not found, if 'ivalkeen / nerdtree-execute' is installed #840

Closed
holstuwe opened this issue Nov 1, 2022 · 1 comment
Closed

Comments

@holstuwe
Copy link

holstuwe commented Nov 1, 2022

Latest Vim (9.x from chocolatey) on Windows 10.
Error message when calling tagbartoggle

image

Found through trial and error, that removing 'ivalkeen/nerdtree-execute' solves the issue.
Sample list of plugins with the error.

" Tagbar
Plugin 'preservim/tagbar'
" Nerdtree
Plugin 'preservim/nerdtree'
" Nerdtree Execute
Plugin 'ivalkeen/nerdtree-execute'

The order of the plugins does not seem to matter.

The plugin causing the error seems to be abandoned, so I just leave this here as an information.
Removed the plugin from my configuration and tagbar works like a charme.

@raven42
Copy link
Collaborator

raven42 commented Nov 1, 2022

Looking at the nerdtree-execute code, this looks like it might be improper use of the set noshellslash in that plugin. Instead of doing a setlocal it is doing a set which will effect all windows including tagbar. This might only be an issue on Windows systems for the path, but I'm not sure. I don't have a setup like this I can test.

Closing as this does appear to be an issue in the other plugin. If found to be an issue in tagbar, we can reopen this.

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