diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-21 00:03:35 +0200 |
commit | 911ead126903aeb9564bad89e46a147ed4959896 (patch) | |
tree | 6ae55dbff0ea4728da9dcca02b960f5ec1af6615 /runtime/doc/gui_x11.txt | |
parent | ad3ec76bb8030b9a1d3f0a49c374d0de2383b977 (diff) | |
download | vim-git-911ead126903aeb9564bad89e46a147ed4959896.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/gui_x11.txt')
-rw-r--r-- | runtime/doc/gui_x11.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt index 76e2ac278..28e9b91b5 100644 --- a/runtime/doc/gui_x11.txt +++ b/runtime/doc/gui_x11.txt @@ -1,4 +1,4 @@ -*gui_x11.txt* For Vim version 8.1. Last change: 2018 May 06 +*gui_x11.txt* For Vim version 8.1. Last change: 2019 Apr 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -48,7 +48,7 @@ that waits for gvim to exit), start gvim with "gvim -f", "vim -gf" or use ":gui -f". Don't use "vim -fg", because "-fg" specifies the foreground color. -When using "gvim -f" and then ":gui", Vim will run in the foreground. The +When using "vim -f" and then ":gui", Vim will run in the foreground. The "-f" argument will be remembered. To force running Vim in the background use ":gui -b". |