comparison runtime/doc/gui_w32.txt @ 16553:0e473e9e70c2 v8.1.1280

patch 8.1.1280: remarks about functionality not in Vi clutters the help commit https://github.com/vim/vim/commit/25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 18:13:34 2019 +0200 patch 8.1.1280: remarks about functionality not in Vi clutters the help Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 18:15:06 +0200
parents 7ae2396cef62
children 9b6bfce90778
comparison
equal deleted inserted replaced
16552:deb3d4f5be8b 16553:0e473e9e70c2
1 *gui_w32.txt* For Vim version 8.1. Last change: 2019 Apr 28 1 *gui_w32.txt* For Vim version 8.1. Last change: 2019 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
17 17
18 Other relevant documentation: 18 Other relevant documentation:
19 |gui.txt| For generic items of the GUI. 19 |gui.txt| For generic items of the GUI.
20 |os_win32.txt| For Win32 specific items. 20 |os_win32.txt| For Win32 specific items.
21 21
22 {Vi does not have a Windows GUI}
23 22
24 ============================================================================== 23 ==============================================================================
25 1. Starting the GUI *gui-w32-start* 24 1. Starting the GUI *gui-w32-start*
26 25
27 The Win32 GUI version of Vim will always start the GUI, no matter how you 26 The Win32 GUI version of Vim will always start the GUI, no matter how you
412 You can drag and drop one or more files into the Vim window, where they will 411 You can drag and drop one or more files into the Vim window, where they will
413 be opened as normal. See |drag-n-drop|. 412 be opened as normal. See |drag-n-drop|.
414 413
415 *:simalt* *:sim* 414 *:simalt* *:sim*
416 :sim[alt] {key} simulate pressing {key} while holding Alt pressed. 415 :sim[alt] {key} simulate pressing {key} while holding Alt pressed.
417 {not in Vi} {only for Win32 versions} 416 {only for Win32 versions}
418 Note: ":si" means ":s" with the "i" flag. 417 Note: ":si" means ":s" with the "i" flag.
419 418
420 Normally, Vim takes control of all Alt-<Key> combinations, to increase the 419 Normally, Vim takes control of all Alt-<Key> combinations, to increase the
421 number of possible mappings. This clashes with the standard use of Alt as the 420 number of possible mappings. This clashes with the standard use of Alt as the
422 key for accessing menus. 421 key for accessing menus.