summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * 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
| * Fixed: on MS-Windows sometimes files with number 4913 or higher are leftBram Moolenaar2010-08-082-3/+16
| * Update help about wildcards in 'tags' option.Bram Moolenaar2010-08-083-7/+7
| * Fix: 'suffixesadd' was used for finding tags file.Bram Moolenaar2010-08-082-6/+12
| * Remove unused code.Bram Moolenaar2010-08-0831-714/+15
| * NL spelling: remove REP items to avoid lots of suggestions with dots.Bram Moolenaar2010-08-081-3/+136
| * Also support Doxygen in C# files. (Andreas J. Beblik)Bram Moolenaar2010-08-081-3/+3
| * Improve positioning of combining characters in GTK.Bram Moolenaar2010-08-081-4/+11
| * Make test 11 pass when there is no gzip program. (John Beckett)Bram Moolenaar2010-08-081-1/+7
| * Avoid that test 73 ovewrites viminfo. (James Vega)Bram Moolenaar2010-08-081-2/+1
| * Fix: test 73 failed with small features.Bram Moolenaar2010-08-081-0/+1
| * Change readfile() to ignore byte order marks, unless in binary mode.Bram Moolenaar2010-08-074-6/+21
| * Use different Czech keymap (Stepan Nemec)Bram Moolenaar2010-08-071-27/+35
| * Fixed: on MS-Windows completion of shell commands didn't work.Bram Moolenaar2010-08-073-8/+4