diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-03 19:52:21 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-09 19:24:58 -0500 |
commit | 3969823759a7f4aac30d6ce279e83290e61f0acc (patch) | |
tree | e53d5ec409543c017414c931309eae8ed05454a9 /runtime | |
parent | c5b9e5d1d317b74d4adf7637cd9081be4ee52722 (diff) | |
download | rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.tar.gz rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.tar.bz2 rneovim-3969823759a7f4aac30d6ce279e83290e61f0acc.zip |
docs: Remove BeOS/Haiku remnants
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 1 | ||||
-rw-r--r-- | runtime/doc/options.txt | 1 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 4 | ||||
-rw-r--r-- | runtime/doc/vi_diff.txt | 3 |
4 files changed, 2 insertions, 7 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 092994c11d..58ad5481c3 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6666,7 +6666,6 @@ arp Compiled with ARP support (Amiga). autocmd Compiled with autocommand support. |autocommand| balloon_eval Compiled with |balloon-eval| support. balloon_multiline GUI supports multiline balloons. -beos BeOS version of Vim. browse Compiled with |:browse| support, and browse() will work. browsefilter Compiled with support for |browsefilter|. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 8672ab2af9..906b628af2 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7070,7 +7070,6 @@ A jump table for the options with a short description can be found at |Q_op|. 'term' string (default is $TERM, if that fails: in the GUI: "builtin_gui" on Amiga: "amiga" - on BeOS: "beos-ansi" on Mac: "mac-ansi" on MS-DOS: "pcterm" on Unix: "ansi" diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 45f3ae6c4a..e3468ec459 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -232,8 +232,6 @@ Go through more coverity reports. Patch to add ":undorecover", get as much text out of the undo file as possible. (Christian Brabandt, 2014 Mar 12) -Include Haiku port? (Adrien Destugues, Siarzhuk Zharski, 2013 Oct 24) - Updated spec ftplugin. (Matěj Cepl, 2013 Oct 16) Some quickfix messages appear twice. (Gary Johnson, 2014 Feb 16) @@ -2249,7 +2247,7 @@ GUI: Need better separation of Vim core and GUI code. 8 When fontset support is enabled, setting 'guifont' to a single font doesn't work. -8 Menu priority for sub-menus for: Amiga, BeOS. +8 Menu priority for sub-menus for: Amiga. 8 When translating menus ignore the part after the Tab, the shortcut. So that the same menu item with a different shortcut (e.g., for the Mac) are still translated. diff --git a/runtime/doc/vi_diff.txt b/runtime/doc/vi_diff.txt index af06302243..a477b98204 100644 --- a/runtime/doc/vi_diff.txt +++ b/runtime/doc/vi_diff.txt @@ -137,7 +137,6 @@ Support for different systems. - In protected mode on Windows 3.1 and MS-DOS (DPMI driver required). - Windows 95 and Windows NT, with support for long file names. - VMS - - BeOS - Macintosh - Risc OS - IBM OS/390 @@ -162,7 +161,7 @@ Graphical User Interface (GUI). |gui| define your own menus. Better support for CTRL/SHIFT/ALT keys in combination with special keys and mouse. Supported for various platforms, such as X11 (with Motif and Athena interfaces), GTK, Win32 - (Windows 95 and later), BeOS, Amiga and Macintosh. + (Windows 95 and later), Amiga and Macintosh. Multiple windows and buffers. |windows.txt| Vim can split the screen into several windows, each editing a |