Mercurial > vim
annotate src/testdir/gui_init.vim @ 28780:acca2214cabf v8.2.4914
patch 8.2.4914: string interpolation in :def function may fail
Commit: https://github.com/vim/vim/commit/933c2922b5e81b238c2e56361c76cf7c9548a2d7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 8 16:37:07 2022 +0100
patch 8.2.4914: string interpolation in :def function may fail
Problem: String interpolation in :def function may fail.
Solution: Do not terminate the expression. (closes https://github.com/vim/vim/issues/10377)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 08 May 2022 17:45:02 +0200 |
parents | 9849df834f1d |
children |
rev | line source |
---|---|
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 " gvimrc for test_gui_init.vim |
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 |
28303
9849df834f1d
patch 8.2.4677: the Athena GUI support is outdated
Bram Moolenaar <Bram@vim.org>
parents:
11119
diff
changeset
|
3 if has('gui_motif') || has('gui_gtk2') || has('gui_gtk3') |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 set guiheadroom=0 |
11119
d8a550329a97
patch 8.0.0447: getting font name does not work on X11
Christian Brabandt <cb@256bit.org>
parents:
10944
diff
changeset
|
5 set guioptions+=p |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
6 endif |