summaryrefslogtreecommitdiffstats
path: root/runtime/doc/gui_x11.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
commitf55e4c867f774d1f27973d06b07b97c0a4d6b968 (patch)
tree11ade42ed16b0789073602e38dd860c9ac608ee6 /runtime/doc/gui_x11.txt
parent20e6cd07baed8992e7a509ccef7f111ffcded44d (diff)
Updated runtime files
Diffstat (limited to 'runtime/doc/gui_x11.txt')
-rw-r--r--runtime/doc/gui_x11.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/gui_x11.txt b/runtime/doc/gui_x11.txt
index fd2ef56824..2bf7302eea 100644
--- a/runtime/doc/gui_x11.txt
+++ b/runtime/doc/gui_x11.txt
@@ -1,4 +1,4 @@
-*gui_x11.txt* For Vim version 8.0. Last change: 2017 Jun 27
+*gui_x11.txt* For Vim version 8.0. Last change: 2017 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -673,7 +673,7 @@ Of these three, Vim uses PRIMARY when reading and writing the "* register
register. Vim does not access the SECONDARY selection.
Examples: (assuming the default option values)
-- Select an URL in Visual mode in Vim. Go to your browser and click the
+- Select a URL in Visual mode in Vim. Go to your browser and click the
middle mouse button in the URL text field. The selected text will be
inserted (hopefully!). Note: in Firefox you can set the
middlemouse.contentLoadURL preference to true in about:config, then the