You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
If I open a file autocompletion works just fine. If I open the same file in a new tab autocompletion still works, but if I open another file in a new tab, autocompletion stops working for the new file. If I close vim and reopen just the last opened file, autocompletion works fine again.
It seems like autocompletion stops working for a new file opened in a new tab.
The text was updated successfully, but these errors were encountered:
@sprnza I changed the b:beancount_root to the global variable g:beancount_root to solve this problem. tzwm@4e6721e
Hi @tzwm ! I've just noticed your code changes, I though you were saying about config in vimrc only. I've altered my beancount.vim per your diff and now it works perfectly fine. But what are limitations of this? Why don't you create a PR?
Hi there!
If I open a file autocompletion works just fine. If I open the same file in a new tab autocompletion still works, but if I open another file in a new tab, autocompletion stops working for the new file. If I close vim and reopen just the last opened file, autocompletion works fine again.
It seems like autocompletion stops working for a new file opened in a new tab.
The text was updated successfully, but these errors were encountered: