Mercurial > vim
view src/testdir/gui_preinit.vim @ 23029:bc3a083b50cb v8.2.2061
patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()
Commit: https://github.com/vim/vim/commit/4d05af0a64c2e26b13d2ad571debbf5f3b6d384e
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Nov 27 20:55:00 2020 +0100
patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()
Problem: Vim9: E1030 error when using empty string for term_sendkeys().
Solution: Don't check for an invalid type unless the terminal can't be
found. (closes #7382)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 27 Nov 2020 21:00:04 +0100 |
parents | d8a550329a97 |
children |
line wrap: on
line source
" vimrc for test_gui_init.vim " Note that this flag must be added in the .vimrc file, before switching on " syntax or filetype recognition (when the |gvimrc| file is sourced the system " menu has already been loaded; the ":syntax on" and ":filetype on" commands " load the menu too). set guioptions+=M