[Viplugin-user] Re: Ransomware for active development
Brought to you by:
midramas
|
From: martin.krauskopf <mar...@1p...> - 2003-10-30 08:24:34
|
>Anyway I hope I can continue soon after some of my more important tasks
>are finished. Help with development is always welcome... <wink>
>
>Have fun,
> Michael
>
Hi Michael,
I've been examining viPlugin code a little and yestrerday tried to patch
some small bugs.
Here is the list:
* Fixed "J"
- joins two lines with correct cursor positioning and removes indentation
between joined lines
* Fixed "I"
- jumps to the first non-blank character
* Fixed "^" for yank and delete commands
- deletes or yanks from current position to the first non-blank character.
known bug: works only in back direction(but it's 98% of cases :) )
* Fixed "^" for movement
- jumps to the first non-blank character
It was mainly for training purposes :). But it is quite useful (at least
for me :) ) too.
I coded it against the last CVS version. But I really don't know if it
is the actual one (there is some "design improvements" in your TODO). So
if it is the last version and you are concerned in those patches than
let me know (along with style you want to receive this patches (modified
clasess, diff, cvs commit, ....).
I have some freetime now (during evenings :) ), so I'm going to code
more bugfixes and enhancements (either for me or for others too :) ).
I definitely have fun! :)
Emdot
PS: I'm really not able to recognize, if my Czech English is good
enough, so be patient and grapple with it! - thanks ;)
|