Bjorn Winckler
213d223679
Snapshot 39
snapshot-39
2008-11-23 19:53:20 +01:00
Bjorn Winckler
f00a001406
Update README
2008-11-22 14:50:25 +01:00
Ben Schmidt
7ae32a1bef
Avoid "Stray process..." warning messages
2008-11-22 14:32:12 +01:00
Nico Weber
62b5aae721
Add <D-BS> and <M-BS> insert mode mappings
...
These are standard shortcuts in Mac OS X. <D-BS> deletes a whole line,
<M-BS> deletes the previous word.
2008-11-21 20:32:41 +01:00
Bjorn Winckler
1741da563b
Merge upstream
2008-11-21 20:20:00 +01:00
Bjorn Winckler
c3239dd5e5
Snapshot 38
snapshot-38
2008-11-21 20:11:51 +01:00
vimboss
09eb973f44
updated for version 7.2-049
2008-11-20 16:10:17 +00:00
vimboss
1dfdf3ebaa
updated for version 7.2-048
2008-11-20 15:12:02 +00:00
vimboss
d50de2f2f0
updated for version 7.2-047
2008-11-20 13:12:36 +00:00
vimboss
233164a7d2
updated for version 7.2-046
2008-11-20 10:56:33 +00:00
vimboss
ae96eb8469
updated for version 7.2-045
2008-11-20 10:04:53 +00:00
vimboss
d676af07ec
updated for version 7.2-044
2008-11-20 09:37:01 +00:00
vimboss
73827e6e15
updated for version 7.2-043
2008-11-20 09:27:32 +00:00
Bjorn Winckler
8420566635
Exit if connection becomes invalid
...
This is only a temporary measure until a proper fix is found.
2008-11-19 19:30:46 +01:00
Ben Schmidt
e4c49238bd
Use default SIGCHLD handler in Vim processes
2008-11-17 21:36:36 +01:00
Bjorn Winckler
616f845128
No error message when dropping files (Issue 135)
2008-11-16 17:05:14 +01:00
vimboss
09c7a21e4f
fix truncation
2008-11-15 15:16:46 +00:00
vimboss
9e75f31ff2
updated for version 7.2-042
2008-11-15 15:06:17 +00:00
vimboss
950ef8ff2f
updated for version 7.2-041
2008-11-15 13:12:07 +00:00
Bjorn Winckler
915d2e30ac
Snapshot 37
snapshot-37
2008-11-15 14:02:15 +01:00
Bjorn Winckler
6319b9c517
Add Reload/Ignore All buttons to file changed dialog
2008-11-14 20:06:53 +01:00
Bjorn Winckler
0dde2b7232
Explicitly ignore SIGCHLD to avoid zombies
2008-11-14 15:43:54 +01:00
vimboss
5d900f6f7e
updated for version 7.2-040
2008-11-12 15:05:21 +00:00
vimboss
6907698f60
updated for version 7.2-039
2008-11-12 14:29:28 +00:00
vimboss
ce49edcc1e
updated for version 7.2-038
2008-11-12 13:52:46 +00:00
vimboss
911a34fed0
updated for version 7.2-037
2008-11-12 13:10:15 +00:00
vimboss
a57ecd4e2e
updated for version 7.2-036
2008-11-12 12:36:30 +00:00
vimboss
81a5c6dd4e
updated for version 7.2-035
2008-11-12 12:08:45 +00:00
vimboss
a53e7167fc
updated for version 7.2-034
2008-11-12 11:52:19 +00:00
vimboss
6cf044c8fc
updated for version 7.2-033
2008-11-11 20:57:11 +00:00
Bjorn Winckler
d0645670b5
Merge upstream
...
Conflicts:
src/feature.h
2008-11-09 17:23:00 +01:00
vimboss
3157d8636c
updated for version 7.2-032
2008-11-09 16:22:01 +00:00
vimboss
8bb0169bd0
updated for version 7.2-031
2008-11-09 12:46:09 +00:00
vimboss
00d911af72
updated for version 7.2-030
2008-11-06 19:47:51 +00:00
vimboss
1111099ec1
updated for version 7.2-029
2008-11-06 16:16:44 +00:00
vimboss
9b4580c4dc
updated for version 7.2-028
2008-11-06 10:05:42 +00:00
vimboss
e63ff36e87
updated for version 7.2-027
2008-11-06 09:23:57 +00:00
Bjorn Winckler
198610ad25
Data received from system services replaces selection
...
When data is received from system services it replaces the current
selection. The current implementation is a bit naive in that it assumes
that Vim is in Visual mode (it doesn't even work in Select mode). (To
test this functionality: enter "2+3", select it, then hit Cmd-* and the
selection is replaced with "5".)
2008-11-01 19:21:02 +01:00
vimboss
a57332a176
updated for version 7.2-026
2008-11-01 12:52:38 +00:00
Bjorn Winckler
9bd6777571
Support "mvim" script symlinks to [m|g]ex, rmvim
...
Symlinks to "mex" or "gex" starts MacVim in ex mode. Symlinks to "ex"
starts Vim in ex mode (no GUI). Symlinks to "rmvim" (or "rgvim" which
was already supported previous to this patch) starts MacVim in
restricted mode.
2008-10-29 17:21:13 +01:00
Bjorn Winckler
aee4e6d6ca
Add help on symlinks to "mvim" script
2008-10-29 17:04:01 +01:00
Bjorn Winckler
7112e2b5f7
Update help on 'runtimepath'
2008-10-29 16:46:15 +01:00
Bjorn Winckler
f9064e4c16
Fix typo in a comment
2008-10-26 22:57:32 +01:00
Bjorn Winckler
69c156faf4
Speed up live resize
2008-10-25 21:10:52 +02:00
Bjorn Winckler
dd74c0b520
Connection not in event tracking mode by default
...
Only add backend connection to event tracking mode when it is absolutely
needed. At the moment this happens when the window is in "live resize"
or when the mouse button is held on some part of a scroller.
2008-10-25 20:31:17 +02:00
Bjorn Winckler
f6ecb9aae9
Help cleanup
2008-10-25 18:38:38 +02:00
Bjorn Winckler
bc82e6d58e
More help on menu key equivalents
2008-10-25 18:22:12 +02:00
Bjorn Winckler
667279dbca
Add help on how to remap Caps Lock to Esc
2008-10-25 18:03:39 +02:00
Bjorn Winckler
331a21d0bd
Revert "Modifier key sends Esc" related commits
...
This reverts the following three commits:
3ae360ddb38dd49e9392aad7a70f0f31a30849ee
007bb96eb3ec035169510caa4e206ab901e4b6d0
b6c06f31be1e8124ed12cc2ff5361752df1e4634
2008-10-25 16:34:16 +02:00
Bjorn Winckler
2cccddd458
Fix "Special Characters" palette bug
...
It is again possible to insert text from the "Special Characters"
palette (broken by commit 8fbb13da74a1912839e9302ebc725df67619c9c0).
2008-10-18 18:45:50 +02:00