comparison runtime/doc/starting.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 7be3663e2f2b
children a3bb84cd0f59
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
788 Unix $HOME/.vimrc or $HOME/.vim/vimrc 788 Unix $HOME/.vimrc or $HOME/.vim/vimrc
789 MS-Windows $HOME/_vimrc, $HOME/vimfiles/vimrc 789 MS-Windows $HOME/_vimrc, $HOME/vimfiles/vimrc
790 or $VIM/_vimrc 790 or $VIM/_vimrc
791 Amiga s:.vimrc, home:.vimrc, home:vimfiles:vimrc 791 Amiga s:.vimrc, home:.vimrc, home:vimfiles:vimrc
792 or $VIM/.vimrc 792 or $VIM/.vimrc
793 Haiku $HOME/config/settings/vim/vimrc
793 794
794 The files are searched in the order specified above and only the first 795 The files are searched in the order specified above and only the first
795 one that is found is read. 796 one that is found is read.
796 797
797 RECOMMENDATION: Put all your Vim configuration stuff in the 798 RECOMMENDATION: Put all your Vim configuration stuff in the
833 "home:vimfiles:vimrc" (for Amiga) (*) 834 "home:vimfiles:vimrc" (for Amiga) (*)
834 "$VIM/.vimrc" (for Amiga) (*) 835 "$VIM/.vimrc" (for Amiga) (*)
835 "$HOME/_vimrc" (for Win32) (*) 836 "$HOME/_vimrc" (for Win32) (*)
836 "$HOME/vimfiles/vimrc" (for Win32) (*) 837 "$HOME/vimfiles/vimrc" (for Win32) (*)
837 "$VIM/_vimrc" (for Win32) (*) 838 "$VIM/_vimrc" (for Win32) (*)
839 "$HOME/config/settings/vim/vimrc" (for Haiku) (*)
840
838 Note: For Unix and Amiga, when ".vimrc" does not exist, 841 Note: For Unix and Amiga, when ".vimrc" does not exist,
839 "_vimrc" is also tried, in case an MS-DOS compatible file 842 "_vimrc" is also tried, in case an MS-DOS compatible file
840 system is used. For MS-Windows ".vimrc" is checked after 843 system is used. For MS-Windows ".vimrc" is checked after
841 "_vimrc", in case long file names are used. 844 "_vimrc", in case long file names are used.
842 Note: For Win32, "$HOME" is checked first. If no "_vimrc" or 845 Note: For Win32, "$HOME" is checked first. If no "_vimrc" or
948 Create a vimrc file to set the default settings and mappings for all your edit 951 Create a vimrc file to set the default settings and mappings for all your edit
949 sessions. Put it in a place so that it will be found by 3b: 952 sessions. Put it in a place so that it will be found by 3b:
950 ~/.vimrc (Unix) 953 ~/.vimrc (Unix)
951 s:.vimrc (Amiga) 954 s:.vimrc (Amiga)
952 $VIM\_vimrc (Win32) 955 $VIM\_vimrc (Win32)
956 ~/config/settings/vim/vimrc (Haiku)
957
953 Note that creating a vimrc file will cause the 'compatible' option to be off 958 Note that creating a vimrc file will cause the 'compatible' option to be off
954 by default. See |compatible-default|. 959 by default. See |compatible-default|.
955 960
956 Local setup: 961 Local setup:
957 Put all commands that you need for editing a specific directory only into a 962 Put all commands that you need for editing a specific directory only into a