]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): Add a note about handling symbolic links in starting.txt
authorh-east <h.east.727@gmail.com>
Thu, 19 Dec 2024 19:51:36 +0000 (20:51 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 19 Dec 2024 19:51:36 +0000 (20:51 +0100)
closes: #16257

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/starting.txt

index 7ce4d6f163b458e94ba4a08f4d2949f00dc4fa5d..94ed836fcfdc1082467312d4205ef3bfbd5a213a 100644 (file)
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 9.1.  Last change: 2024 Oct 05
+*starting.txt*  For Vim version 9.1.  Last change: 2024 Dec 19
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -976,6 +976,7 @@ accordingly.  Vim proceeds in this order:
 The $MYVIMRC or $MYGVIMRC environment variable will be set to the first found
 vimrc and/or gvimrc file while $MYVIMDIR is set to the users personal runtime
 directory 'rtp' (typically the first entry in 'runtimepath').
+Note: These environment variables resolve symbolic links, but 'rtp' does not.
 
 
 Some hints on using initializations ~