]> granicus.if.org Git - vim/commitdiff
patch 7.4.1043 v7.4.1043
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2016 21:51:16 +0000 (22:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jan 2016 21:51:16 +0000 (22:51 +0100)
Problem:    Another small thing.
Solution:   Now really update the Mac install text.

src/INSTALLmac.txt
src/version.c

index 81ad970fe8783beea8299b30ce236ffaedf423ca..e957682a145597d9aaadb5e5b730aeec8b408534 100644 (file)
@@ -3,9 +3,13 @@ INSTALLmac.txt - Installation of Vim on Macintosh
 This file contains instructions for compiling Vim. If you already have an
 executable version of Vim, you don't need this.
 
-An alternate way of building that Benji Fisher uses can be found here:
+First, make sure you've installed Xcode or CommandLineToots.  If not, open a
+terminal and do
+
+       $ make --version
+
+A window pops up instructing you to install the developer tools.
 
-       http://macvim.swdev.org/OSX/#Developers
 
 ----------------------------------------------------------------------------
 Summary
@@ -30,11 +34,12 @@ MacOS Classic is no longer supported.  If you really want it use Vim 6.4.
  You can compile vim with the standard Unix routine:
    cd .../src
    make
+   make test
+   sudo make install
 
This will create a working Vim.app application bundle in the src
"make" will create a working Vim.app application bundle in the src
  directory.  You can move this bundle (the Vim.app directory) anywhere
- you want.  Or use this command to move it to /Applications:
-   make install
+ you want.  Or use "make install" to move it to /Applications.
 
  You need at least Xcode 1.5 to compile Vim 7.0.
 
index 821b1bb0ac99f80478fde031e8070539ea92559a..64ecb5fd939ef374471cc55a80bd1685067ad42d 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1043,
 /**/
     1042,
 /**/