summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Close old branch 'vim73'vim73Bram Moolenaar2015-08-180-0/+0
|
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-15155-174/+173
|
* Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)Bram Moolenaar2010-08-151-2/+2
|
* Make the references to features in the help more consistent. (Sylvain Hitier)Bram Moolenaar2010-08-1520-102/+103
|
* Docs fix for tabpagewinnr(). (Sylvain Hitier)Bram Moolenaar2010-08-151-2/+2
|
* Two fixes for :find completion and more testing. (Nazri Ramliy)Bram Moolenaar2010-08-153-3/+22
|
* Do include Mac clipboard code for MacVim.Bram Moolenaar2010-08-151-2/+3
|
* Runtime file updates.Bram Moolenaar2010-08-143-22/+10
|
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-144-1/+16
|
* README and help file updates.Bram Moolenaar2010-08-1411-91/+84
|
* Fix: in compatible mode, in an empty buffer, ":r file" triggered an errorBram Moolenaar2010-08-141-12/+19
| | | | message.
* Fix: strcat() on overlapping string. (Dominique Pelle)Bram Moolenaar2010-08-141-1/+1
|
* Version 7.3f -> 7.3gBram Moolenaar2010-08-14155-167/+170
|
* Preparations for 7.3f release.Bram Moolenaar2010-08-135-21/+47
|
* Cleanup in :find completion code. Make it work for "./subdir" in 'path'.Bram Moolenaar2010-08-133-87/+63
|
* Use mkdir() instead of !mkdir in test 73, it's more reliable.Bram Moolenaar2010-08-132-10/+9
|
* Now really fix using expressions in the command line (hopefully).Bram Moolenaar2010-08-131-6/+11
|
* Fix illegal memory access when using expressions in the command line.Bram Moolenaar2010-08-132-3/+4
|
* Update message for :python/:py3 usage with approximate translations.Bram Moolenaar2010-08-1312-24/+49
|
* Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar2010-08-138-36/+162
|
* Conceal feature caused the 'cursorline' highlighting to stop early.Bram Moolenaar2010-08-132-4/+12
|
* Fix for Yaml syntax file. (Nikolai Weibull)Bram Moolenaar2010-08-131-5/+8
|
* Runtime file updates.Bram Moolenaar2010-08-132-5/+6
|
* Fix #ifdef for GDK_SUPER_MASK.Bram Moolenaar2010-08-131-1/+1
|
* More fixes for :find completion. (mostly by Nazri Ramliy)Bram Moolenaar2010-08-134-26/+66
|
* Update to Perl runtime files. (Andy Lester)Bram Moolenaar2010-08-133-33/+30
|
* Updated Italian menus. (Vlad Sandrini)Bram Moolenaar2010-08-131-72/+74
|
* Updates for :TOhtml. (Benjamin Fritz)Bram Moolenaar2010-08-133-13/+33
|
* Avoid warnings from the clang compiler. (Dominique Pelle)Bram Moolenaar2010-08-134-11/+11
|
* Updated Finnish translations. (Flammie Pirinen)Bram Moolenaar2010-08-121-126/+404
|
* Fix: Lua interface tried to load the library when closing a buffer or window.Bram Moolenaar2010-08-121-2/+8
|
* Improvements for :find completion.Bram Moolenaar2010-08-124-96/+182
|
* Include wchar.h in charset.c for towupper().Bram Moolenaar2010-08-121-0/+3
|
* Runtime file updates.Bram Moolenaar2010-08-113-19/+29
|
* Updated translations. Added Portuguese tutor.Bram Moolenaar2010-08-118-127/+2173
|
* Fixes for :find completion.Bram Moolenaar2010-08-112-4/+33
|
* Improved pt_PT spell file generation.Bram Moolenaar2010-08-103-67/+75
|
* Updated message translations.Bram Moolenaar2010-08-104-188/+233
|
* Runtime file updates. Fix tar plugin window split.Bram Moolenaar2010-08-108-273/+344
|
* Make :find completion work better with the DJGPP build. (Nazri Ramliy)Bram Moolenaar2010-08-102-4/+4
|
* Fix compiler warning.Bram Moolenaar2010-08-101-1/+1
|
* Fix crash when using netbeans in a terminal when compiled with GUI support.Bram Moolenaar2010-08-091-17/+35
| | | | (partly by Xavier de Gaye)
* Runtime file updates.Bram Moolenaar2010-08-097-430/+568
|
* Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)Bram Moolenaar2010-08-094-6/+8
|
* Fix for float values on VMS. (Zoltan Arpadffy)Bram Moolenaar2010-08-091-3/+7
|
* When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so thatBram Moolenaar2010-08-093-60/+79
| | | | both may work.
* Version 7.3e -> 7.3f.Bram Moolenaar2010-08-09155-166/+166
|
* Runtime file updates. (Tim Pope)Bram Moolenaar2010-08-094-18/+46
|
* Prepare for 7.3e release.Bram Moolenaar2010-08-082-2/+4
|
* Update version info in help files.Bram Moolenaar2010-08-083-3/+34
|