You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a very weird issue I saw on Windows. Right click-> edit in vim, the
file is open and emptied and saved emptied on its own. If I recopy it it
non-empty it just empties it again on open.
I recently added "set encoding = utf8" in vimrc.
If I remove it, it doesn't empty it!
Also, if the NAME of the file is renamed to something non-unicode, it also
doesn't empty it!
There must be a bug with that option and unicode file names.
Original issue reported on code.google.com by [email protected] on 19 May 2015 at 1:54
The text was updated successfully, but these errors were encountered:
Ah, it must be also related to long paths!1 It does not happen on a very short
directory, even with a unicode filename.
The bug in general appears related to long paths, potentially long unicode
paths.
I can confirm it happens even with latin characters, if I make the filename big
enough.
I can understand a quirk with long paths/filenames, but completely deleting the
data?
That's breaking.
It appears by pasting the binary folder (64bit) from this website into the
windows binary folder, took the issue away:
https://tuxproject.de/projects/vim/
I guess it might be fixed or other.
Original issue reported on code.google.com by
[email protected]
on 19 May 2015 at 1:54The text was updated successfully, but these errors were encountered: