1- *usr_09.txt* For Vim version 8.0 . Last change: 2017 Aug 11
1+ *usr_09.txt* For Vim version 8.1 . Last change: 2017 Aug 11
22
33 VIM USER MANUAL - by Bram Moolenaar
44
@@ -21,7 +21,7 @@ Table of contents: |usr_toc.txt|
2121==============================================================================
2222*09.1* Parts of the GUI
2323
24- You might have an icon on your desktop that starts gVim . Otherwise, one of
24+ You might have an icon on your desktop that starts gvim . Otherwise, one of
2525these commands should do it: >
2626
2727 gvim file.txt
@@ -184,12 +184,12 @@ currently highlighted. In Vim this is the Visual area (this assumes you are
184184using the default option settings). You can paste this selection in another
185185application without any further action.
186186 For example, in this text select a few words with the mouse. Vim will
187- switch to Visual mode and highlight the text. Now start another gVim , without
187+ switch to Visual mode and highlight the text. Now start another gvim , without
188188a file name argument, so that it displays an empty window. Click the middle
189189mouse button. The selected text will be inserted.
190190
191191The "current selection" will only remain valid until some other text is
192- selected. After doing the paste in the other gVim , now select some characters
192+ selected. After doing the paste in the other gvim , now select some characters
193193in that window. You will notice that the words that were previously selected
194194in the other gvim window are displayed differently. This means that it no
195195longer is the current selection.
@@ -204,10 +204,10 @@ Now for the other place with which text can be exchanged. We call this the
204204"real clipboard", to avoid confusion. Often both the "current selection" and
205205the "real clipboard" are called clipboard, you'll have to get used to that.
206206 To put text on the real clipboard, select a few different words in one of
207- the gVims you have running. Then use the Edit/Copy menu entry. Now the text
207+ the gvims you have running. Then use the Edit/Copy menu entry. Now the text
208208has been copied to the real clipboard. You can't see this, unless you have
209209some application that shows the clipboard contents (e.g., KDE's Klipper).
210- Now select the other gVim , position the cursor somewhere and use the
210+ Now select the other gvim , position the cursor somewhere and use the
211211Edit/Paste menu. You will see the text from the real clipboard is inserted.
212212
213213
0 commit comments