289
I Use This!
Moderate Activity

News

Analyzed about 14 hours ago. based on code collected 1 day ago.
Posted almost 13 years ago by andrew_b
How many free space in your temporary directory?
Posted almost 13 years ago by andrew_b
#2491 (diff)
Posted almost 13 years ago by andrew_b
Typo (diff)
Posted almost 13 years ago by andrew_b
Merged to 4.7.5-stable. changeset:a733bd432121b20a304321ab5ba8e5f00e05c690 git log --pretty=oneline 109a6fb..a733bd4
Posted almost 13 years ago by slavazanko
Votes for changeset, Branch state changed
Posted almost 13 years ago by laborer
what do you mean. I have not noticed any changes with this patch. Maybe I'm wrong, but i do not know. It seems not. this solve for your testcase... or not ? No.
Posted almost 13 years ago by andrew_b
Votes for changeset, Branch state changed
Posted almost 13 years ago by angel_il
This does not solve the problem. what do you mean. this solve for your testcase... or not ?
Posted almost 13 years ago by angel_il
this if (ac >= 256 && ac < 512) + { edit_insert_ahead (edit, ac - 256); + count++; + } if (ac >= 0 && ac < 256) + { edit_insert (edit, ac); + count++; + } should be enough
Posted almost 13 years ago by laborer
This does not solve the problem. Tested with mc 4.7.5.2 with some modification(no BACKSPACE_BR/DELCHAR_BR) and latest git version.