-
Notifications
You must be signed in to change notification settings - Fork 267
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
Is appendArtifactFix still needed? #225
Comments
Yeah I think this is a very sensible improvement to make.
So it has been a while since I added that logic and trying to remember why I added it in with other changes to fix 'Folder titles off by a single space after opening' #197 So the "fix" was/is very hacky and now looking it makes me blush. Anyway I believe that was added only for problems with the glyphs being cut off in Gui Vim implementations. Plan of actionTo flag or not to flag
Make configurable
Ensure consistent use of padding
Test
I would request and require some help testing, particularly in MacOS land.. I would also ideally like to ask @ismay if they mind to help ensure no regression to fix reported. Barring that we can test using the settings reported in the issue (#197) |
I think we are probably good with this now at least it should be consistent 🤞 I will do more testing tomorrow, if anyone else could test latest master I would greatly appreciate it ❤️ |
List to check off tomorrow:
|
Get that squared away. I've been using it with my local fix heavily for at least 20 days without any problem. |
@kutsan Yeah I figure it's good just want to see it for myself, thanks for the info! |
@ryanoasis For the sake of info, this is what it looks like in MacVim. Removing artifact fix chars solve that problem. I don't think it's needed anymore. |
vim-devicons/plugin/webdevicons.vim
Line 595 in a3e5022
I had a look at issues #58 and #197 which seemed related to this variable, it took me a while to find it hidden in the code while I was trying to remove a nbsp from showing up next to the file type icons in NERDTree. I only realised it because I use listchars to show also the nbsp's.
I have now set appendArtifactFix to 0 and I didn't encounter any drawbacks.
Could anyone check whether this variable still needs to be set to 1, or perhaps consider to provide a variable to be set in .vimrc?
The text was updated successfully, but these errors were encountered: