Dmytro Maluka

Results 310 comments of Dmytro Maluka

Yep, in the PR #3273 (not finished) we have already abandoned the idea to use rename (see this discussion: https://github.com/zyedidia/micro/pull/3273#discussion_r1599033321), and instead decided to always use a non-atomic method: first...

Looks good to me. @JoeKar what do you think?

I see no reason why not merge it now.

> When not using line-breaks as additional jumps, you can easily jump over trailing whitespaces into the next line, not even realizing that those trailing whitespaces are there. You first...

> Do I force push / update this PR? Or create another one? This one is already merged, so I guess you'd need to create another one anyway.

I've uploaded PR #3141 which changes the default line ending on Windows from `unix` to `dos`. Note that I haven't tested it on Windows, since I'm not using Windows. Feel...

Attaching [micro.zip](https://github.com/zyedidia/micro/files/14274019/micro.zip) with the Windows binary inside. I've just built it via `GOOS=windows make` (from the latest master branch + my PR), I'm not sure if I did it correctly,...

Duplicate of #2991. Should be fixed by #2992.

One more reason to merge this PR: #3011