diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-04 17:02:43 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-04 17:02:43 +0200 |
commit | 6a32852137a3d54131534fe628230eca5311d3fc (patch) | |
tree | d9ba8a1e4260fa31ca63cfe972b39191801cd87f | |
parent | 2d4e7311aac283643f119908bb7c88bde71f65ff (diff) | |
download | rneovim-6a32852137a3d54131534fe628230eca5311d3fc.tar.gz rneovim-6a32852137a3d54131534fe628230eca5311d3fc.tar.bz2 rneovim-6a32852137a3d54131534fe628230eca5311d3fc.zip |
Fix typo that seems to have been around forever
Could not find when it was fixed in the vim source, it originates in 7.001, and
is fixed as of today, but my git-fu did not discern a relevant patch. I don't
think it matters much.
-rw-r--r-- | runtime/doc/gui_w32.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/gui_w32.txt b/runtime/doc/gui_w32.txt index ce00600979..228be9eab2 100644 --- a/runtime/doc/gui_w32.txt +++ b/runtime/doc/gui_w32.txt @@ -385,7 +385,7 @@ detailed elsewhere: see |'mouse'|, |win32-hidden-menus|. You can drag and drop one or more files into the Vim window, where they will be opened as normal. See |drag-n-drop|. - *:simalt* *:si* + *:simalt* *:sim* :sim[alt] {key} simulate pressing {key} while holding Alt pressed. {only for Win32 versions} |