> Hi, Just reporting a few test failures. > I don't know if they're important or not. > The message about "ttype" is really about "ttytype". > When I "set ttytype=xxx" manually, vim does accept it. > And term does default to ansi when I don't have > $TERM set and check it manually. > > cheers, > raf > > vim-8.0.1806, macos-10.11.6, XQuartz-2.7.11 (xorg-server 1.18.4), > openmotif-2.3.8 from macports: > > $ gcc --version > Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr > --with-gxx-include-dir=/usr/include/c++/4.2.1 > Apple LLVM version 8.0.0 (clang-800.0.42.1) > Target: x86_64-apple-darwin15.6.0 > Thread model: posix > InstalledDir: > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin > > $ ./configure \ > --disable-darwin \ > --with-x \ > --enable-gui=motif \ > --enable-multibyte \ > --with-mac-arch=current \ > --with-features=huge \ > --disable-acl > > $ make > [...] > $ make test > [...] > > Found errors in Test_default_term(): > function RunTheTest[38]..Test_default_term line 9: Pattern 'defaulting to > ''ansi''' does not match 'E437: terminal capability "cm" required\r\nPress > ENTER or type command to continue\r\r\n' > > > >From test_options.vim: > Found errors in Test_set_ttytype(): > function RunTheTest[38]..Test_set_ttytype line 22: set ttype=xxx did not fail > > >From test_startup.vim: > Found errors in Test_default_term(): > function RunTheTest[38]..Test_default_term line 9: Pattern 'defaulting to > ''ansi''' does not match 'E437: terminal capability "cm" required\r\nPress > ENTER or type command to continue\r\r\n'
That is strange. Could you run a debugger and see what happens when you do ":set ttytype=xxx"? Why does it not produce an error? -- There are three kinds of people: Those who can count & those who can't. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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.
