-
Notifications
You must be signed in to change notification settings - Fork 628
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
Sort call faliure #4094
Comments
It seems that you built it from source not install via scoop, becasue your |
Thank you for your quick response. I think I found the source of interferene:
Unfortunately, the mingw-winlibs scoop package also contains a version of universal-ctags that behaves differently, which overrides the proper universal-ctag's shim. Uninstalling mingw-winlibs gives back the access to the proper universal-ctags shim. |
I don't want to add flexibility to the area. I don't know the package manager(s?) on Windows. |
Universal Ctags sort call faliure
I ran universal ctags on my python project, on Windows 10, Powershell 7.4.5, and I get the following result
Neverheless, I think I found the issue:
I tried
sort.exe
out separately withsort.exe -u -o tags tags
and it yieldsInput file specified two times.
This is despite the fact I created a scoop shim for the GNU coreutil sort that lies in the Git for Windows mini unix environment.
It would be nice solution to have a way to override the sort command for windows either through environment variable or through a command line option.
The name of the parser:
ctags's default (python) parser.
The command line you used to run ctags:
though the same occurs with
.
The content of input file:
Python project files.
The tags output you are not satisfied with:
The generated tags seems fine, I tried them with Neovim client.
The tags output you expect:
I get what I expect, though it is unsorted.
The version of ctags:
How do you get ctags binary:
The text was updated successfully, but these errors were encountered: