comparison runtime/doc/eval.txt @ 19526:22f0dda71638 v8.2.0320

patch 8.2.0320: no Haiku support Commit: https://github.com/vim/vim/commit/b3f740695a0199d22cd97aee314f06c7ae32d2ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 16:16:53 2020 +0100 patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes https://github.com/vim/vim/issues/5605)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 16:30:04 +0100
parents a7a24d06d7ce
children 847a300aa244
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
10764 gui_athena Compiled with Athena GUI. 10764 gui_athena Compiled with Athena GUI.
10765 gui_gnome Compiled with Gnome support (gui_gtk is also defined). 10765 gui_gnome Compiled with Gnome support (gui_gtk is also defined).
10766 gui_gtk Compiled with GTK+ GUI (any version). 10766 gui_gtk Compiled with GTK+ GUI (any version).
10767 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined). 10767 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined).
10768 gui_gtk3 Compiled with GTK+ 3 GUI (gui_gtk is also defined). 10768 gui_gtk3 Compiled with GTK+ 3 GUI (gui_gtk is also defined).
10769 gui_haiku Compiled with Haiku GUI.
10769 gui_mac Compiled with Macintosh GUI. 10770 gui_mac Compiled with Macintosh GUI.
10770 gui_motif Compiled with Motif GUI. 10771 gui_motif Compiled with Motif GUI.
10771 gui_photon Compiled with Photon GUI. 10772 gui_photon Compiled with Photon GUI.
10772 gui_running Vim is running in the GUI, or it will start soon. 10773 gui_running Vim is running in the GUI, or it will start soon.
10773 gui_win32 Compiled with MS Windows Win32 GUI. 10774 gui_win32 Compiled with MS Windows Win32 GUI.
10774 gui_win32s idem, and Win32s system being used (Windows 3.1) 10775 gui_win32s idem, and Win32s system being used (Windows 3.1)
10776 haiku Haiku version of Vim.
10775 hangul_input Compiled with Hangul input support. |hangul| 10777 hangul_input Compiled with Hangul input support. |hangul|
10776 hpux HP-UX version of Vim. 10778 hpux HP-UX version of Vim.
10777 iconv Can use iconv() for conversion. 10779 iconv Can use iconv() for conversion.
10778 insert_expand Compiled with support for CTRL-X expansion commands in 10780 insert_expand Compiled with support for CTRL-X expansion commands in
10779 Insert mode. (always true) 10781 Insert mode. (always true)