creating eclipse plugin for vim

2007-03-17 Thread Asim Imdad
Hi, I was think of rewriting code base of vim in java. What kind of problems do you people think I can face? Already there is another project known as jvi. How much faithful it is to true vim design? AI

Re: [BUG] vimball changes global 'modifiable' setting

2007-03-17 Thread drchip
Quoting "A.J.Mechelynck" <[EMAIL PROTECTED]>: > Opening a vimball in Vim sets 'nomodifiable' not only locally but also > globally: henceforward, all new [No Name] buffers opened in the same session > will be created with 'nomodifiable' set. > > Workaround: Use ":set modifiable" in the first [No Na

Vim joins Google Summer of Code

2007-03-17 Thread Bram Moolenaar
Instead of doing a boring holiday job, students can work on Vim this summer. Google sponsors the work. Ideas for what could be worked on can be found on the ideas page: http://www.vim.org/soc/ideas.php But you can also come up with your own task. Keep in mind that the number of students that w

Re: [BUG] vimball changes global 'modifiable' setting

2007-03-17 Thread A.J.Mechelynck
A.J.Mechelynck wrote: Opening a vimball in Vim sets 'nomodifiable' not only locally but also globally: henceforward, all new [No Name] buffers opened in the same session will be created with 'nomodifiable' set. Workaround: Use ":set modifiable" in the first [No Name] buffer created after open

[BUG] vimball changes global 'modifiable' setting

2007-03-17 Thread A.J.Mechelynck
Opening a vimball in Vim sets 'nomodifiable' not only locally but also globally: henceforward, all new [No Name] buffers opened in the same session will be created with 'nomodifiable' set. Workaround: Use ":set modifiable" in the first [No Name] buffer created after opening a vimball. Fix: S