weird issue with :put

2006-05-22 Thread Hari Krishna Dara
In a Vim7 session, after working for sometime, I started getting a weird error, when one of my plugins did the below: :put= and the error was: E121: Undefined variable: retVal E15: Invalid expression: retVal After making sure that - there are no CursorMoved and CursorMovedI events that could

Re: weird issue with :put

2006-05-22 Thread James Vega
On Mon, May 22, 2006 at 02:11:49PM -0700, Hari Krishna Dara wrote: In a Vim7 session, after working for sometime, I started getting a weird error, when one of my plugins did the below: :put= This is the same as using: :put = Double quotes are Vim's comment character so you either need

Re: weird issue with :put

2006-05-22 Thread Hari Krishna Dara
On Mon, 22 May 2006 at 5:45pm, James Vega wrote: On Mon, May 22, 2006 at 02:11:49PM -0700, Hari Krishna Dara wrote: In a Vim7 session, after working for sometime, I started getting a weird error, when one of my plugins did the below: :put= This is the same as using: :put =