Hi, On Sat, Feb 11, 2017 at 12:19 PM, Bram Moolenaar <[email protected]> wrote: > > Ismail Donmez wrote: > >> On Monday, February 6, 2017 at 10:23:09 PM UTC+1, Bram Moolenaar wrote: >> > Patch 8.0.0314 >> > Problem: getcmdtype(), getcmdpos() and getcmdline() are not tested. >> > Solution: Add tests. (Yegappan Lakshmanan) >> > Files: src/testdir/test_cmdline.vim >> >> This doesn't seem to pass for me on Linux x86-64 : >> >> From test_cmdline.vim: >> Found errors in Test_getcmdtype(): >> function RunTheTest[21]..Test_getcmdtype[15]..Check_cmdline line 1: Expected >> 'MyCmd a' but got '' >> function RunTheTest[21]..Test_getcmdtype[15]..Check_cmdline line 2: Expected >> 8 but got 0 >> function RunTheTest[21]..Test_getcmdtype[15]..Check_cmdline line 3: Expected >> '@' but got '' > > It works for me. What is your configuration?
./configure --with-vim-name=vim --with-ex-name=ex --with-view-name=view --enable-cscope --enable-multibyte --with-features=huge --with-tlib=tinfo --with-global-runtime=/usr/share/vim/site --enable-luainterp=dynamic --enable-perlinterp=yes --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --disable-icon-cache-update --enable-xim --enable-fontset --enable-gui=gtk3 Regards, ismail -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" 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/d/optout.
