Two minor requests for the TODO list

2006-12-06 Thread Eggum, DavidX S
Hello All, I've found two tasks that are done in vim scripts routinely and it would be nice to streamline them: Here's the first one: If some variable isn't set yet, then set it to a default value. The code always looks something like this: if !exists(g:MyScriptSetting)    let

Re: Two minor requests for the TODO list

2006-12-06 Thread Luc Hermitte
Hello, * On Wed, Dec 06, 2006 at 04:11:24PM -0800, Eggum, DavidX S [EMAIL PROTECTED] wrote: I've found two tasks that are done in vim scripts routinely and it would be nice to streamline them: Here's the first one: If some variable isn't set yet, then set it to a default value. The code