Single character inner text objects broken by 7.1.005

2008-01-25 Fir de Conversatie Tim Pope
Patch 7.1.005, which altered the behavior of empty inner text objects ([], {}, etc.), broke one character ones ([x], { }, etc.). Pressing cib inside of (x) is now inserts before the x, whereas before 7.1.005 it would delete the x first. Cheers, Tim Pope

Re: an idea for plugin development: strict mode

2008-01-24 Fir de Conversatie Tim Pope
(and Vim scripting), silently ignoring real errors is doing users a disservice, as I'm sure you'd agree. Cheers, Tim Pope --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: an idea for plugin development: strict mode

2008-01-23 Fir de Conversatie Tim Pope
On Wed, Jan 23, 2008 at 05:11:53PM -0500, Charles E Campbell Jr wrote: Vim is often quite forgiving of user blunders. However, for plugin development, I'd rather it be more strict. I have a tendency of trying bufnr(.), for example, when I should use bufnr(%). The strange thing is is

findfile() documentation/behavior discrepancy

2008-01-22 Fir de Conversatie Tim Pope
The documentation for findfile() states Just like |finddir()|, but find a file instead of a directory. However, the function actually finds both files and directories. I don't know whether the documentation or behavior is wrong (though I'm rooting for returning files only) but