-
Notifications
You must be signed in to change notification settings - Fork 8
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
E55: Unmatched \) #106
Comments
Not a known issue. Haven't seen this error here. And it's weird since line 8 of that file doesn't have any ) character at all 😕 How are you installing vim-just? I don't currently have access to my main dev system to investigate in detail atm, but I believe my daily use Vim version is 9.1.516. Did this previously work for you? Did the issue occur when you updated Vim to a newer version? |
Ok, back at my dev machine and started further investigation by looking at Vim commit history. It looks like Vim 9.1.700 maybe known to be problematic in this area. Can you try updating Vim to 9.1.702 or later? If not, can you try downgrading Vim to a version older than 9.1.700? |
Can confirm this issue in Vim 9.1.700 and that this error does not occur in Vim 9.1.707. The error breaks case-insensitivity of filename matching: Vim 9.1.700 only matches all-lowercase. It also breaks detection of Since this Vim bug was fixed on Vim side (especially since they fixed it so quickly), it doesn't seem worth trying to work around it in |
Thanks for taking a look and confirming @laniakea64. I installed vim with brew, I am not so familiar with the tool and don't see an easy way to change versions (tried they only update every 50 versions, but looking at commit history that should be somewhat soon...? |
Looking at that link and at https://formulae.brew.sh/formula/vim , it looks like there maybe a "head" option that would get you 9.1.708 as of this writing? |
you're right, thanks for explaining that, it worked ✅ |
Homebrew "stable" Vim version is now 9.1.750 so should no longer have this issue. |
Hi, is this a known issue? perhaps it is something with my config, but I just uninstalled/re-installed the plugin and still seeing the below error when opening vim
version 9.1.700
the error:
contents of
vim/plugged/vim-just/ftdetect/just.vim
The text was updated successfully, but these errors were encountered: