annotate runtime/doc/os_mac.txt @ 20788:072ad890c227 v8.2.0946

patch 8.2.0946: cannot use "q" to cancel a number prompt Commit: https://github.com/vim/vim/commit/eebd555733491cb55b9f30fe28772c0fd0ebacf7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 15:45:57 2020 +0200 patch 8.2.0946: cannot use "q" to cancel a number prompt Problem: Cannot use "q" to cancel a number prompt. Solution: Recognize "q" instead of ignoring it.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 16:00:05 +0200
parents af69c9335223
children f8116058ca76
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
18879
af69c9335223 Vim 8.2 release
Bram Moolenaar <Bram@vim.org>
parents: 16553
diff changeset
1 *os_mac.txt* For Vim version 8.2. Last change: 2019 Apr 21
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 *mac* *Mac* *macintosh* *Macintosh*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
9 This file documents the particularities of the Macintosh version of Vim.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
10
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
11 NOTE: This file is a bit outdated. You might find more useful info here:
19
a81bc802c17c updated for version 7.0011
vimboss
parents: 9
diff changeset
12 http://macvim.org/
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
13
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
14 1. Filename Convention |mac-filename|
11262
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
15 2. .vimrc and .vim files |mac-vimfile|
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
16 3. Standard mappings |mac-standard-mappings|
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
17 4. FAQ |mac-faq|
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
18 5. Known Lack |mac-lack|
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
19 6. Mac Bug Report |mac-bug|
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
20 7. Compiling Vim |mac-compile|
11407
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
21 8. The darwin feature |mac-darwin-feature|
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
22
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
23 There was a Mac port for version 3.0 of Vim. Here are the first few lines
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
24 from the old file:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
25
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
26 VIM Release Notes
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
27 Initial Macintosh release, VIM version 3.0
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
28 19 October 1994
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
29
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
30 Eric Fischer
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
31 <enf1@midway.uchicago.edu>, <eric@jcp.uchicago.edu>, <etaoin@uchicago.edu>
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
32 5759 N. Guilford Ave
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
33 Indianapolis IN 46220 USA
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
34
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
35 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
36 1. Filename Convention *mac-filename*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
37
719
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
38 Starting with Vim version 7 you can just use the unix path separators with
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
39 Vim. In order to determine if the specified filename is relative to the
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
40 current folder or absolute (i.e. relative to the "Desktop"), the following
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
41 algorithm is used:
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
42
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
43 If the path start by a "/", the path is absolute
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
44 If the path start by a ":", the path is relative
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
45 If the path doesn't start by neither a "/" nor ":",
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
46 and a ":" is found before a "/" then the path is absolute
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
47 >
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
48 :e /HD/text
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
49 :e HD:text
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
50 < Edit the file "text" of the disk "HD" >
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
51 :e :src:main.c
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
52 :e src/main.c
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
53 < Edit the file "main.c" in the folder "src" in the current folder >
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
54 :e os_mac.c
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
55 < Edit the file "os_mac.c" in the current folder.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
56
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
57 You can use the |$VIM| and |$VIMRUNTIME| variable. >
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
58
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
59 :so $VIMRUNTIME:syntax:syntax.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
60
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
61 ==============================================================================
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
62 2. .vimrc and .vim files *mac-vimfile*
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
63
719
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
64 It is recommended to use Unix style line separators for Vim scripts, thus a
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
65 single newline character.
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
66
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
67 When starting up Vim will load the $VIMRUNTIME/macmap.vim script to define
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
68 default command-key mappings.
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
69
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
70 On older systems files starting with a dot "." are discouraged, thus the rc
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
71 files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
72 can be in any format (mac, dos or unix). Vim can handle any file format when
82ef0c58b012 updated for version 7.0219
vimboss
parents: 236
diff changeset
73 the |'nocompatible'| option is set, otherwise it will only handle mac format
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
74 files.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
75
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
76 ==============================================================================
11262
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
77 3. Standard mappings *mac-standard-mappings*
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
78
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
79 The following mappings are available for cut/copy/paste from/to clipboard.
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
80
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
81 key Normal Visual Insert Description ~
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
82 Command-v "*P "-d"*P <C-R>* paste text *<D-v>*
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
83 Command-c "*y copy Visual text *<D-c>*
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
84 Command-x "*d cut Visual text *<D-x>*
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
85 Backspace "*d cut Visual text
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
86
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
87 ==============================================================================
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
88 4. Mac FAQ *mac-faq*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
89
810
9f345c48220b updated for version 7.0c
vimboss
parents: 799
diff changeset
90 On the internet: http://macvim.org/OSX/index.php#FAQ
9f345c48220b updated for version 7.0c
vimboss
parents: 799
diff changeset
91
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
92 Q: I can't enter non-ASCII character in Apple Terminal.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
93 A: Under Window Settings, Emulation, make sure that "Escape non-ASCII
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
94 characters" is not checked.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
95
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 19
diff changeset
96 Q: How do I start the GUI from the command line?
410fa1a31baf updated for version 7.0023
vimboss
parents: 19
diff changeset
97 A: Assuming that Vim.app is located in /Applications:
410fa1a31baf updated for version 7.0023
vimboss
parents: 19
diff changeset
98 open /Applications/Vim.app
410fa1a31baf updated for version 7.0023
vimboss
parents: 19
diff changeset
99 Or:
856
8cd729851562 updated for version 7.0g
vimboss
parents: 842
diff changeset
100 /Applications/Vim.app/Contents/MacOS/Vim -g {arguments}
39
410fa1a31baf updated for version 7.0023
vimboss
parents: 19
diff changeset
101
818
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
102 Q: How can I set $PATH to something reasonable when I start Vim.app from the
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
103 GUI or with open?
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
104 A: The following trick works with most shells. Put it in your vimrc file.
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
105 This is included in the system vimrc file included with the binaries
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
106 distributed at macvim.org . >
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
107 let s:path = system("echo echo VIMPATH'${PATH}' | $SHELL -l")
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
108 let $PATH = matchstr(s:path, 'VIMPATH\zs.\{-}\ze\n')
1f929f3ca806 updated for version 7.0c03
vimboss
parents: 810
diff changeset
109
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
110 ==============================================================================
11262
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
111 5. Mac Lack *mac-lack*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
112
9
4102fb4ea781 updated for version 7.0002
vimboss
parents: 7
diff changeset
113 In a terminal CTRL-^ needs to be entered as Shift-Control-6. CTRL-@ as
4102fb4ea781 updated for version 7.0002
vimboss
parents: 7
diff changeset
114 Shift-Control-2.
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
115
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
116 ==============================================================================
11262
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
117 6. Mac Bug Report *mac-bug*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
118
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
119 When reporting any Mac specific bug or feature change, please use the vim-mac
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
120 maillist |vim-mac|. However, you need to be subscribed. An alternative is to
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
121 send a message to the current MacVim maintainers:
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
122
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
123 mac@vim.org
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
124
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
125 ==============================================================================
11262
214f228718cf Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 10198
diff changeset
126 7. Compiling Vim *mac-compile*
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
127
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
128 See the file "src/INSTALLmac.txt" that comes with the source files.
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
129
11407
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
130 ==============================================================================
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
131 8. The Darwin Feature *mac-darwin-feature*
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
132
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
133 If you have a Mac that isn't very old, you will be running OS X, also called
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
134 Darwin. The last pre-Darwin OS was Mac OS 9. The darwin feature makes Vim
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
135 use Darwin-specific properties.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
136
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
137 What is accomplished with this feature is two-fold:
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
138
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
139 - Make Vim interoperable with the system clipboard.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
140 - Incorporate into Vim a converter module that bridges the gap between some
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
141 character encodings specific to the platform and those known to Vim.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
142
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
143 Needless to say, both are not to be missed for any decent text editor to work
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
144 nicely with other applications running on the same desktop environment.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
145
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
146 As Vim is not an application dedicated only to macOS, we need an extra feature
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
147 to add in order for it to offer the same user experience that our users on
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
148 other platforms enjoy to people on macOS.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
149
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
150 For brevity, the feature is referred to as "darwin" to signify it one of the
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
151 Vim features that are specific to that particular platform.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
152
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
153 The feature is a configuration option. Accordingly, whether it is enabled or
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
154 not is determined at build time; once it is selected to be enabled, it is
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
155 compiled in and hence cannot be disabled at runtime.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
156
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
157 The feature is enabled by default. For most macOS users, that should be
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
158 sufficient unless they have specific needs mentioned briefly below.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
159
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
160 If you want to disable it, pass `--disable-darwin` to the configure script: >
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
161
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
162 ./configure --disable-darwin <other options>
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
163
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
164 and then run `make` to build Vim. The order of the options doesn't matter.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
165
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
166 To make sure at runtime whether or not the darwin feature is compiled in, you
12716
351cf7c67bbe patch 8.0.1236: Mac features are confusing
Christian Brabandt <cb@256bit.org>
parents: 11407
diff changeset
167 can use `has('osxdarwin')` which returns 1 if the feature is compiled in; 0
13125
371ceeebbdaa Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 12716
diff changeset
168 otherwise. For backward compatibility, you can still use `macunix` instead of
12716
351cf7c67bbe patch 8.0.1236: Mac features are confusing
Christian Brabandt <cb@256bit.org>
parents: 11407
diff changeset
169 `osxdarwin`.
11407
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
170
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
171 Notable use cases where `--disable-darwin` is turned out to be useful are:
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
172
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
173 - When you want to use |x11-selection| instead of the system clipboard.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
174 - When you want to use |x11-clientserver|.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
175
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
176 Since both have to make use of X11 inter-client communication for them to work
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
177 properly, and since the communication mechanism can come into conflict with
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
178 the system clipboard, the darwin feature should be disabled to prevent Vim
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
179 from hanging at runtime.
cc5253681167 Runtime file updates
Christian Brabandt <cb@256bit.org>
parents: 11262
diff changeset
180
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
181
14421
2f7e67dd088c Update runtime files.
Christian Brabandt <cb@256bit.org>
parents: 13963
diff changeset
182 vim:tw=78:ts=8:noet:ft=help:norl: