-
-
Notifications
You must be signed in to change notification settings - Fork 685
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
E432: Tags file not sorted... #953
Comments
@JezuzStardust Thank you for an issue. It's intended behavior. I have quite a few of the same as well since The error is shown because I suggest to update all the plugins and check if any of these errors remain and, if any, create issues to respective plugin repositories to actually fix the issue. On the other hand you ... can turn off the I personally prefer the first option. |
@eirnym I agree and I will create issues for the relevant plugins. However, the strange thing is that this error seems to also occur for vim's own manual files. Shouldn't that have been fixed upstreams in vim itself then? (I might be stupid, but aren't vim/runtime/doc/tags, Vim's own tags for its manual pages)? |
It's better if you'd compile vim from upstream and check if their file has an error. (don't forget to compile with |
The problem is upstreams: |
@eirnym , I am a bit new here and I am not sure how things work. However, it seems like there is now a fix in the latest commit on Master on Vim/Vim. Should I reopen this to make sure that that commit is pulled into macvim or will that happen automatically later when this is updated? I.e. is macvim built on the latest master of vim or does it have its own branch? |
Periodically changes from upstream are manually merged to |
I'm still in the middle of releasing snapshot-158. Since this bug seems like a relatively annoying issue for Catalina, I will just make a new release for it with the latest changes and skipping snapshot-158 and go to snapshot-159. (Not going to rebase and re-tag the commits since last time I did that it screwed up Homebrew) |
Vim patch 8.1.2168 Features: - Can now use autocommand to detect an OS appearance change (dark vs light mode). See `:help OSAppearanceChanged`. #766 Fixes: - Fix text being clipped in macOS Catalina. #905 - Fix "E432: Tags file not sorted" issue in macOS Catalina. #953. (Vim 8.1.2152) Targets macOS 10.8+ Script interfaces have compatibility with these versions: - Lua 5.3 - Perl 5.18 - Python2 2.7 - Python3 3.7 - Ruby 2.6
@ychin you can disable the default |
Describe the bug
Installing Macvim from HEAD and using trying to open the manual causes the following error:
E432: Tags file not sorted: /usr/local/Cellar/macvim/HEAD-dc07a14/MacVim.app/Contents/Resources/vim/runtime/doc/tags
I also get the same error for all my plugins at the same time. Also, when navigating the help pages the error appears for each new help file that is opened.
To Reproduce
Detailed steps to reproduce the behavior:
brew uninstall macvim && brew install macvim --HEAD
:h<enter>
and the error appears on the bottom of the window.<enter>
to continue and click on any link (or use<CTRL-]>
and the error appears again (but with reference to other help files).Expected behavior
No error message.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: