Author Topic: Vim plugin?  (Read 46096 times)

Offline arthurzmj

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: Vim plugin?
« Reply #15 on: May 12, 2014, 03:58:54 pm »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Vim plugin?
« Reply #16 on: May 18, 2014, 03:33:11 pm »
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.