We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TL;DR it is not a problem of the filetype but almost about reloading and solvable by #3062
When I use set filetype <filetype> the auto-completion duplicate names
set filetype <filetype>
set filetype
Firstly I thought problem in
micro/internal/action/infocomplete.go
Lines 62 to 96 in 5ae2799
Lines 190 to 194 in 5ae2799
action/infocomplete.go
The problem is somewhere inside the buffer.SetOption function which tries to make reload
buffer.SetOption
micro/internal/buffer/settings.go
Lines 22 to 33 in 5ae2799
Version: 2.0.14-dev.77 Commit hash: 5ae2799 OS: debian 12/testing Terminal: foot
The text was updated successfully, but these errors were encountered:
One more reason to test that PR :)
Sorry, something went wrong.
Fixed with #3343.
No branches or pull requests
Description of the problem or steps to reproduce
TL;DR it is not a problem of the filetype but almost about reloading and solvable by #3062
When I use
set filetype <filetype>
the auto-completion duplicate namesset filetype
set filetype
Roots of the problem
Firstly I thought problem in
micro/internal/action/infocomplete.go
Lines 62 to 96 in 5ae2799
But then I realized that code for color schemes auto-completion is the same as for filetype auto-completion.
micro/internal/action/infocomplete.go
Lines 190 to 194 in 5ae2799
They even used both in the same way so the problem not in the
action/infocomplete.go
The problem is somewhere inside the
buffer.SetOption
function which tries to make reloadmicro/internal/buffer/settings.go
Lines 22 to 33 in 5ae2799
Specifications
Version: 2.0.14-dev.77
Commit hash: 5ae2799
OS: debian 12/testing
Terminal: foot
The text was updated successfully, but these errors were encountered: