Actions
Patch submission #506
closedg_ command added
Start date:
01/15/2009
Due date:
% Done:
100%
Estimated time:
Description
I implemented the g_ command (it move to the last non blank character of the line).
I hope this time the patch is better (I tried to follow all the advices).
Files
Updated by Thomas Capricelli over 13 years ago
Don't worry too much about the patch being 'good' or 'bad'. It's far more subtile, we just need to discuss it before integration. I still have two requests concerning this one
- please use spaces and not tabs, especially in the lua test (it looks strange here because of that)
- Can you add another test (inside the same block that you added, with a line that has NO space at the end, to ensure this case works well ?
thanks!
Updated by Arnaud Tanguy over 13 years ago
- File g_command2.patch g_command2.patch added
Ok, I added this test, it works perfectly as intended.
I changed my vimrc to set spaces instead of tabs, and corrected the lua script indentation..
Updated by Thomas Capricelli over 13 years ago
- Status changed from New to Rejected
- Assignee set to Arnaud Tanguy
- Target version set to 1.0-alpha2
- % Done changed from 0 to 100
ok, integrated as commit:a057040f7903 and commit:204816a85100
Actions