Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Error on find a word when g:nerdtree_tabs_autofind=1 is enabled in .vimrc. #91

Open
felipesousa opened this issue Oct 9, 2017 · 0 comments

Comments

@felipesousa
Copy link

In my .vimrc i have this code:

let g:nerdtree_tabs_open_on_console_startup=1
let g:nerdtree_tabs_autofind = 1

if I search something using this code: :vimgrep /expression/ path/to/find, receive the bellow messages to all possibles responses of searched:

...
Cannot open file "src/actions/accountBank.js"
Cannot open file "src/actions/accountPreferencies.js"
Cannot open file "src/actions/address.js"
Cannot open file "src/actions/biometry.js"  
....

When I disabled the let g:nerdtree_tabs_autofind = 1 I can see results the correct away.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant