comparison runtime/doc/os_mac.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents a209672376fd
children 4bac29d27e2f
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *os_mac.txt* For Vim version 7.0f. Last change: 2006 Mar 29 1 *os_mac.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar et al. 4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
5 5
6 6
82 82
83 Q: How do I start the GUI from the command line? 83 Q: How do I start the GUI from the command line?
84 A: Assuming that Vim.app is located in /Applications: 84 A: Assuming that Vim.app is located in /Applications:
85 open /Applications/Vim.app 85 open /Applications/Vim.app
86 Or: 86 Or:
87 /Applications/Vim.app/Contents/MacOS/Vim -g {arguments} 87 /Applications/Vim.app/Contents/MacOS/Vim -g {arguments}
88 88
89 Q: How can I set $PATH to something reasonable when I start Vim.app from the 89 Q: How can I set $PATH to something reasonable when I start Vim.app from the
90 GUI or with open? 90 GUI or with open?
91 A: The following trick works with most shells. Put it in your vimrc file. 91 A: The following trick works with most shells. Put it in your vimrc file.
92 This is included in the system vimrc file included with the binaries 92 This is included in the system vimrc file included with the binaries