Bram Moolenaar
f9b5ef8c88
updated for version 7.3.013
...
Problem: Dynamic loading with Ruby doesn't work for 1.9.2.
Solution: Handle rb_str2cstr differently. Also support dynamic loading on
Unix. (Jon Maken)
v7.3.013
2010-09-29 13:02:53 +02:00
Bram Moolenaar
3c9ab1c0e0
updated for version 7.3.012
...
Problem: Problems building with MingW.
Solution: Adjust the MingW makefiles. (Jon)
v7.3.012
2010-09-29 12:38:00 +02:00
Bram Moolenaar
006590697c
Updated runtime files.
2010-09-21 22:34:02 +02:00
Bram Moolenaar
62b42181fb
updated for version 7.3.011
...
Problem: X11 clipboard doesn't work in Athena/Motif GUI. First selection
after a shell command doesn't work.
Solution: When using the GUI use XtLastTimestampProcessed() instead of
changing a property. (partly by Toni Ronkko)
When executing a shell command disown the selection.
v7.3.011
2010-09-21 22:09:37 +02:00
Bram Moolenaar
b05034a4ed
updated for version 7.3.010
...
Problem: Mac GUI: Missing break statements.
Solution: Add the break statements. (Dominique Pelle)
v7.3.010
2010-09-21 17:34:31 +02:00
Bram Moolenaar
d32a99a6d9
updated for version 7.3.009
...
Problem: Win32: Crash on Windows when using a bad argument for strftime().
(Christian Brabandt)
Solution: Use the bad_param_handler(). (Mike Williams)
v7.3.009
2010-09-21 17:29:23 +02:00
Bram Moolenaar
3368ea2152
updated for version 7.3.008
...
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset.
Solution: Reset 'cursorbind'.
v7.3.008
2010-09-21 16:56:35 +02:00
Bram Moolenaar
2eea198564
updated for version 7.3.007
...
Problem: Python code defines global "buffer". Re-implements a grow-array.
Solution: Use a grow-array instead of coding the same functionality. Handle
out-of-memory situation properly.
v7.3.007
2010-09-21 16:49:37 +02:00
Bram Moolenaar
24ea3babed
Updated runtime files.
2010-09-19 19:01:21 +02:00
Bram Moolenaar
60bb4e1b46
updated for version 7.3.006
...
Problem: Can't build some multi-byte code with C89.
Solution: Move code to after declarations. (Joachim Schmitz)
v7.3.006
2010-09-18 13:36:49 +02:00
Bram Moolenaar
217d285fdd
updated for version 7.3.005
...
Problem: Crash when using undotree(). (Christian Brabandt)
Solution: Increase the list reference count. Add a test for undotree()
(Lech Lorens)
v7.3.005
2010-09-14 12:47:37 +02:00
Bram Moolenaar
73a92fe013
updated for version 7.3.004
...
Problem: Crash when using very long regexp. (Peter Odding)
Solution: Reset reg_toolong. (Carlo Teubner)
v7.3.004
2010-09-14 10:55:47 +02:00
Bram Moolenaar
66e1f8860a
Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
...
Mechelynck)
2010-08-20 11:11:57 +02:00
Bram Moolenaar
832f80e310
updated for version 7.3.003
...
Problem: Crash with specific BufWritePost autocmd. (Peter Odding)
Solution: Don't free the quickfix title twice. (Lech Lorens)
v7.3.003
2010-08-17 20:26:59 +02:00
Bram Moolenaar
c24b6977a1
updated for version 7.3.002
...
Problem: ":find" completion doesn't work when halfway an environment
variable. (Dominique Pelle)
Solution: Only use in-path completion when expanding file names. (Nazri
Ramliy)
v7.3.002
2010-08-16 22:34:29 +02:00
Bram Moolenaar
da9836cfa9
updated for version 7.3.002
...
Problem: ":find" completion doesn't work when halfway an environment
variable. (Dominique Pelle)
Solution: Only use in-path completion when expanding file names. (Nazri
Ramliy)
v7.3.001
2010-08-16 21:53:27 +02:00
Bram Moolenaar
7f03644116
Last changes for the 7.3 release!
v7.3
2010-08-15 15:24:20 +02:00
Bram Moolenaar
35f330c0d2
Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)
2010-08-15 13:53:58 +02:00
Bram Moolenaar
db84e4599c
Make the references to features in the help more consistent. (Sylvain Hitier)
2010-08-15 13:50:43 +02:00
Bram Moolenaar
d04f440259
Docs fix for tabpagewinnr(). (Sylvain Hitier)
2010-08-15 13:30:34 +02:00
Bram Moolenaar
d732f9aee0
Two fixes for :find completion and more testing. (Nazri Ramliy)
2010-08-15 13:29:11 +02:00
Bram Moolenaar
10d4664330
Do include Mac clipboard code for MacVim.
2010-08-15 12:57:37 +02:00
Bram Moolenaar
abf39e880d
Runtime file updates.
2010-08-14 21:57:32 +02:00
Bram Moolenaar
e00289df69
Fix building the Mac version with GUI.
2010-08-14 21:56:42 +02:00
Bram Moolenaar
755bd26c59
README and help file updates.
2010-08-14 17:46:20 +02:00
Bram Moolenaar
bb3d5dc320
Fix: in compatible mode, in an empty buffer, ":r file" triggered an error
...
message.
2010-08-14 14:32:54 +02:00
Bram Moolenaar
cda000e97f
Fix: strcat() on overlapping string. (Dominique Pelle)
2010-08-14 13:34:39 +02:00
Bram Moolenaar
4421d6af22
Version 7.3f -> 7.3g
2010-08-14 13:33:56 +02:00
Bram Moolenaar
bfc8b97639
Preparations for 7.3f release.
2010-08-13 22:05:54 +02:00
Bram Moolenaar
dc685aba75
Cleanup in :find completion code. Make it work for "./subdir" in 'path'.
2010-08-13 21:16:49 +02:00
Bram Moolenaar
daf3b39559
Use mkdir() instead of !mkdir in test 73, it's more reliable.
2010-08-13 19:13:18 +02:00
Bram Moolenaar
673b87b577
Now really fix using expressions in the command line (hopefully).
2010-08-13 19:12:07 +02:00
Bram Moolenaar
35a3423c6a
Fix illegal memory access when using expressions in the command line.
2010-08-13 16:51:26 +02:00
Bram Moolenaar
4a474d36d7
Update message for :python/:py3 usage with approximate translations.
2010-08-13 16:24:30 +02:00
Bram Moolenaar
b744b2fa32
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)
2010-08-13 16:22:57 +02:00
Bram Moolenaar
2a988a162c
Conceal feature caused the 'cursorline' highlighting to stop early.
2010-08-13 15:24:39 +02:00
Bram Moolenaar
0fcd237614
Fix for Yaml syntax file. (Nikolai Weibull)
2010-08-13 14:58:53 +02:00
Bram Moolenaar
6b6eedfc1c
Runtime file updates.
2010-08-13 14:38:12 +02:00
Bram Moolenaar
580061a821
Fix #ifdef for GDK_SUPER_MASK.
2010-08-13 13:57:13 +02:00
Bram Moolenaar
31710268ed
More fixes for :find completion. (mostly by Nazri Ramliy)
2010-08-13 13:36:15 +02:00
Bram Moolenaar
f354981d4b
Update to Perl runtime files. (Andy Lester)
2010-08-13 12:09:22 +02:00
Bram Moolenaar
7900f14991
Updated Italian menus. (Vlad Sandrini)
2010-08-13 11:57:42 +02:00
Bram Moolenaar
8df7f88890
Updates for :TOhtml. (Benjamin Fritz)
2010-08-13 11:30:02 +02:00
Bram Moolenaar
2f1e050414
Avoid warnings from the clang compiler. (Dominique Pelle)
2010-08-13 11:18:02 +02:00
Bram Moolenaar
0e97531298
Updated Finnish translations. (Flammie Pirinen)
2010-08-12 22:19:09 +02:00
Bram Moolenaar
2bd6a1b542
Fix: Lua interface tried to load the library when closing a buffer or window.
2010-08-12 22:14:01 +02:00
Bram Moolenaar
0be992e347
Improvements for :find completion.
2010-08-12 21:50:51 +02:00
Bram Moolenaar
d7b734a493
Include wchar.h in charset.c for towupper().
2010-08-12 20:17:02 +02:00
Bram Moolenaar
ede981a27f
Runtime file updates.
2010-08-11 23:37:32 +02:00
Bram Moolenaar
fae6c1a02d
Updated translations. Added Portuguese tutor.
2010-08-11 23:11:47 +02:00