On Sep 29, 4:54 am, Bee <[email protected]> wrote: > if 0 " copy this whole message and ":w test.txt" > vim 7.3.11 conditional bug > > I have been testing my vimrc with different builds of vim. > > The base of each build is: > Linux -- Quirky 1.3 > vim 7.3.11 > no gui > no xim > > An error occurs ONLY in tiny or small, NOT normal. Did not try big or > huge. >
You're trying to use conditional logic in a tiny or small build. This will not work. Expression evaluation is only available in Normal builds or bigger. I'm not sure what trying conditional logic does without expression evaluation support, but error messages about commands not being supported are not surprising to me. -- You received this message from the "vim_dev" 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
