Mercurial > vim
view src/testdir/gui_preinit.vim @ 27076:ceff6a546748 v8.2.4067
patch 8.2.4067: Vim9: cannot call imported function with :call
Commit: https://github.com/vim/vim/commit/f111cdfae6edf697390e0d9a85082a6526b03da6
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jan 12 12:48:17 2022 +0000
patch 8.2.4067: Vim9: cannot call imported function with :call
Problem: Vim9: cannot call imported function with :call. (Drew Vogel)
Solution: Translate the function name. (closes https://github.com/vim/vim/issues/9510)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Jan 2022 14:00:06 +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