On Wednesday, October 30, 2013 8:22:52 AM UTC-5, sai baba wrote: > Hi, > > Im new to Vim scripting. > > Im using a ftplugin from vimscripts.org and im getting a error E121 saying > the variable is undefined. > > From my understanding any variables with scope w: or b: or l: or s: are not > being created in my Gvim editor. > > I tried typing :let to see list of variables declared and i find, the > variables declared in my script are not being listed or created. > > please help me in understanding.. > > ps: Im using Gvim version 703 on linux machine. > > Thanks in advance > sai
Yeeeeah...these should work in any Vim except maybe with TINY features. What plugin? What variable? I suspect a plugin issue. Or maybe the plugin was designed for a more recent Vim. What exact Vim version do you have? There were over 1000 patches between the 7.3 and 7.4 releases. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
