> ps(Bjorn): The entry for "Macintosh" is wrong in `:h 'runtimepath'`.
> Likewise, the stuff in `:h os_mac` should probably be deleted for the
> most part and a reference to `:h macvim` should be inserted.

I added the following lines to the top of os_mac.txt a while ago:

"This file documents the particularities of the Mac version of Vim.  It was
written with the older Carbon version of Vim in mind.  If you are using the
newer MacVim.app then please go to |macvim|.  Some of the information here
does not apply to MacVim.app."

Basically all of os_mac.txt is obsolete so there really did not seem
to be much point in editing it.  I could remove it altogether with the
MacVim distribution...how does that sound?

As for the 'runtimepath' entry: how about this patch?

diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 3cdcdf9..99eafe8 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5451,7 +5451,7 @@ A jump table for the options with a short
description can be found at |Q_op|.
 <
                                *'runtimepath'* *'rtp'* *vimfiles*
 'runtimepath' 'rtp'    string  (default:
-                                       Unix: "$HOME/.vim,
+                                       Unix, Mac OS X: "$HOME/.vim,
                                                $VIM/vimfiles,
                                                $VIMRUNTIME,
                                                $VIM/vimfiles/after,
@@ -5466,7 +5466,7 @@ A jump table for the options with a short
description can be found at |Q_op|.
                                                $VIMRUNTIME,
                                                $VIM/vimfiles/after,
                                                $HOME/vimfiles/after"
-                                       Macintosh: "$VIM:vimfiles,
+                                       Macintosh (pre-OS X): "$VIM:vimfiles,
                                                $VIMRUNTIME,
                                                $VIM:vimfiles:after"
                                        RISC-OS: "Choices:vimfiles,

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to