comparison runtime/doc/vi_diff.txt @ 20758:47bfe07e06a3 v8.2.0931

patch 8.2.0931: some remarks about BeOS remain Commit: https://github.com/vim/vim/commit/6938e27abd80715cf7beb9d3d579a63201f417a1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 22:23:19 2020 +0200 patch 8.2.0931: some remarks about BeOS remain Problem: Some remarks about BeOS remain. Solution: Remove BeOS remarks from the help and other files. (Emir Sari, closes #6221)
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 22:30:04 +0200
parents 9b7f90e56753
children bbca88cd13d5
comparison
equal deleted inserted replaced
20757:a06551b9a497 20758:47bfe07e06a3
1 *vi_diff.txt* For Vim version 8.2. Last change: 2019 Dec 17 1 *vi_diff.txt* For Vim version 8.2. Last change: 2020 Jun 07
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
133 - All Unix systems (it works on all systems it was tested on, although 133 - All Unix systems (it works on all systems it was tested on, although
134 the GUI and Perl interface may not work everywhere). 134 the GUI and Perl interface may not work everywhere).
135 - Amiga (500, 1000, 1200, 2000, 3000, 4000, ...). 135 - Amiga (500, 1000, 1200, 2000, 3000, 4000, ...).
136 - MS-Windows 136 - MS-Windows
137 - VMS 137 - VMS
138 - BeOS
139 - Macintosh 138 - Macintosh
140 - IBM OS/390 139 - IBM OS/390
141 Note that on some systems features need to be disabled to reduce 140 Note that on some systems features need to be disabled to reduce
142 resource usage. For some outdated systems you need to use an older 141 resource usage. For some outdated systems you need to use an older
143 Vim version. 142 Vim version.
160 Graphical User Interface (GUI). |gui| 159 Graphical User Interface (GUI). |gui|
161 Included support for GUI: menu's, mouse, scrollbars, etc. You can 160 Included support for GUI: menu's, mouse, scrollbars, etc. You can
162 define your own menus. Better support for CTRL/SHIFT/ALT keys in 161 define your own menus. Better support for CTRL/SHIFT/ALT keys in
163 combination with special keys and mouse. Supported for various 162 combination with special keys and mouse. Supported for various
164 platforms, such as X11 (with Motif and Athena interfaces), GTK, Win32 163 platforms, such as X11 (with Motif and Athena interfaces), GTK, Win32
165 (Windows 95 and later), BeOS, Amiga and Macintosh. 164 (Windows XP and later), Amiga and Macintosh.
166 165
167 Multiple windows and buffers. |windows.txt| 166 Multiple windows and buffers. |windows.txt|
168 Vim can split the screen into several windows, each editing a 167 Vim can split the screen into several windows, each editing a
169 different buffer or the same buffer at a different location. Buffers 168 different buffer or the same buffer at a different location. Buffers
170 can still be loaded (and changed) but not displayed in a window. This 169 can still be loaded (and changed) but not displayed in a window. This