Vim Tips Wiki
(Adding categories)
No edit summary
Line 28: Line 28:
   
 
To do.
 
To do.
  +
  +
==Mouse Support for Pmenu==
  +
  +
Would it be possible to add mouse support in omni completion suggestion list?
  +
   
 
==References==
 
==References==

Revision as of 13:22, 9 March 2011

Ideas for Google Summer of Code 2011 for Vim.

Improve Plugin Debugging

The ability to watchpoint expression(s). For those who don't know gdb, that means: if the expression changes value, stop executing the plugin at that point.

contact:


Differentiate b/w <CR> and <C-M>

Make vim able to differentiate between <CR> and <C-m> and make it possible to map something like <C-Tab> at least in GUI.


VimL improvement

Improve VimL a little bit (maybe adding closures, improving stack traces, ..) Also make it easier to bind ruby, python, .. code to mappings directly.

Native Curl Support

Maybe add native curl support so that vim-addon-manager can be installed without much user interaction on Windows (without having to pull curl or the like first ..)

Improving the signs implementation

Different scripts can use same sign id by accident. So this is a design flaw. Also, signs which don't move if you add lines. (Eg for breakpoints when using php xdebug ...) Maybe one can get this done using events as well but its less optimal.

Vim.org redesign

To do.

Mouse Support for Pmenu

Would it be possible to add mouse support in omni completion suggestion list?


References

Comments