Commit Graph

2580 Commits

Author SHA1 Message Date
Bram Moolenaar a7e7a2ba22 Updated runtime files. 2010-09-19 19:01:21 +02:00
Bram Moolenaar 6161e6fa81 updated for version 7.3.006
Problem:    Can't build some multi-byte code with C89.
Solution:   Move code to after declarations. (Joachim Schmitz)
2010-09-18 13:36:49 +02:00
Bram Moolenaar 068b8898e7 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)
2010-09-14 12:47:37 +02:00
Bram Moolenaar c3409ebf90 updated for version 7.3.004
Problem:    Crash when using very long regexp. (Peter Odding)
Solution:   Reset reg_toolong. (Carlo Teubner)
2010-09-14 10:55:47 +02:00
Bram Moolenaar 7186601ebc 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 b6a49c8ab4 updated for version 7.3.003
Problem:    Crash with specific BufWritePost autocmd. (Peter Odding)
Solution:   Don't free the quickfix title twice. (Lech Lorens)
2010-08-17 20:26:59 +02:00
Bram Moolenaar 8c21559fac 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)
2010-08-16 22:34:29 +02:00
Bram Moolenaar 8bb8b6a81c 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)
2010-08-16 21:53:27 +02:00
Bram Moolenaar 2db35c4cf9 Make the vim73 branch the default branch. 2010-08-16 21:24:09 +02:00
Bram Moolenaar 517721a404 Last changes for the 7.3 release! 2010-08-15 15:24:20 +02:00
Bram Moolenaar f38028e504 Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) 2010-08-15 13:53:58 +02:00
Bram Moolenaar 16d1bcf8a4 Make the references to features in the help more consistent. (Sylvain Hitier) 2010-08-15 13:50:43 +02:00
Bram Moolenaar 859339821d Docs fix for tabpagewinnr(). (Sylvain Hitier) 2010-08-15 13:30:34 +02:00
Bram Moolenaar af872a031c Two fixes for :find completion and more testing. (Nazri Ramliy) 2010-08-15 13:29:11 +02:00
Bram Moolenaar d97623e315 Do include Mac clipboard code for MacVim. 2010-08-15 12:57:37 +02:00
Bram Moolenaar 82cc03e801 Runtime file updates. 2010-08-14 21:57:32 +02:00
Bram Moolenaar b40fcf12d1 Fix building the Mac version with GUI. 2010-08-14 21:56:42 +02:00
Bram Moolenaar 72b1a5029b README and help file updates. 2010-08-14 17:46:20 +02:00
Bram Moolenaar 1afe9e569d Fix: in compatible mode, in an empty buffer, ":r file" triggered an error
message.
2010-08-14 14:32:54 +02:00
Bram Moolenaar 5e4aad9222 Fix: strcat() on overlapping string. (Dominique Pelle) 2010-08-14 13:34:39 +02:00
Bram Moolenaar 1e5f14c927 Version 7.3f -> 7.3g 2010-08-14 13:33:56 +02:00
Bram Moolenaar 0702a17732 Preparations for 7.3f release. 2010-08-13 22:05:54 +02:00
Bram Moolenaar f2a526df8b Cleanup in :find completion code. Make it work for "./subdir" in 'path'. 2010-08-13 21:16:49 +02:00
Bram Moolenaar f9a12fd9e6 Use mkdir() instead of !mkdir in test 73, it's more reliable. 2010-08-13 19:13:18 +02:00
Bram Moolenaar a5a8682ed7 Now really fix using expressions in the command line (hopefully). 2010-08-13 19:12:07 +02:00
Bram Moolenaar 6edec1c96d Fix illegal memory access when using expressions in the command line. 2010-08-13 16:51:26 +02:00
Bram Moolenaar dd3a0e109a Update message for :python/:py3 usage with approximate translations. 2010-08-13 16:24:30 +02:00
Bram Moolenaar 89226fc90a Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier) 2010-08-13 16:22:57 +02:00
Bram Moolenaar 7dc96dd4ae Conceal feature caused the 'cursorline' highlighting to stop early. 2010-08-13 15:24:39 +02:00
Bram Moolenaar 80b5458607 Fix for Yaml syntax file. (Nikolai Weibull) 2010-08-13 14:58:53 +02:00
Bram Moolenaar 498511a96a Runtime file updates. 2010-08-13 14:38:12 +02:00
Bram Moolenaar bc3c00dbab Fix #ifdef for GDK_SUPER_MASK. 2010-08-13 13:57:13 +02:00
Bram Moolenaar 344a144253 More fixes for :find completion. (mostly by Nazri Ramliy) 2010-08-13 13:36:15 +02:00
Bram Moolenaar 7fd1d64748 Update to Perl runtime files. (Andy Lester) 2010-08-13 12:09:22 +02:00
Bram Moolenaar d59a1f0be3 Updated Italian menus. (Vlad Sandrini) 2010-08-13 11:57:42 +02:00
Bram Moolenaar 1f1b2707ac Updates for :TOhtml. (Benjamin Fritz) 2010-08-13 11:30:02 +02:00
Bram Moolenaar f82a2e6001 Avoid warnings from the clang compiler. (Dominique Pelle) 2010-08-13 11:18:02 +02:00
Bram Moolenaar 51985ef592 Updated Finnish translations. (Flammie Pirinen) 2010-08-12 22:19:09 +02:00
Bram Moolenaar 4381d4c2ac Fix: Lua interface tried to load the library when closing a buffer or window. 2010-08-12 22:14:01 +02:00
Bram Moolenaar 5a62617fb6 Improvements for :find completion. 2010-08-12 21:50:51 +02:00
Bram Moolenaar 16e8621eeb Include wchar.h in charset.c for towupper(). 2010-08-12 20:17:02 +02:00
Bram Moolenaar 44d33f26fb Runtime file updates. 2010-08-11 23:37:32 +02:00
Bram Moolenaar 2eb13fd3be Updated translations. Added Portuguese tutor. 2010-08-11 23:11:47 +02:00
Bram Moolenaar 1db7a52ccc Fixes for :find completion. 2010-08-11 22:05:57 +02:00
Bram Moolenaar e2d26162ed Improved pt_PT spell file generation. 2010-08-10 22:53:02 +02:00
Bram Moolenaar 404d5e2300 Updated message translations. 2010-08-10 22:52:25 +02:00
Bram Moolenaar a425fa94e2 Runtime file updates. Fix tar plugin window split. 2010-08-10 21:43:35 +02:00
Bram Moolenaar bf44df4d7d Make :find completion work better with the DJGPP build. (Nazri Ramliy) 2010-08-10 19:50:26 +02:00
Bram Moolenaar 5f1c5654be Fix compiler warning. 2010-08-10 09:25:48 +02:00
Bram Moolenaar 50e93fd783 Fix crash when using netbeans in a terminal when compiled with GUI support.
(partly by Xavier de Gaye)
2010-08-09 22:49:00 +02:00