News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Vim plugin?

Started by kilgore, June 19, 2007, 07:09:33 PM

Previous topic - Next topic

arthurzmj

Quote from: ollydbg on December 16, 2013, 09:18:00 AM
Ok, once you make a step in your project, you can add a reply here(I will receive an email notification), so I can test it, thanks for your contribution. :D
I restarted to develop the project. Welcome to do some test. You can find the source on my Github. Any feedback is welcome.

ollydbg

FYI: the plugin announcement page is here: cbvike -- A VIM like plugin
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.