summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz)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
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-144-1/+16
* Fix: in compatible mode, in an empty buffer, ":r file" triggered an errorBram Moolenaar2010-08-141-12/+19
* Fix: strcat() on overlapping string. (Dominique Pelle)Bram Moolenaar2010-08-141-1/+1
* Version 7.3f -> 7.3gBram Moolenaar2010-08-145-13/+13
* Preparations for 7.3f release.Bram Moolenaar2010-08-131-2/+2
* Cleanup in :find completion code. Make it work for "./subdir" in 'path'.Bram Moolenaar2010-08-132-82/+59
* 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-131-1/+4
* Update message for :python/:py3 usage with approximate translations.Bram Moolenaar2010-08-1311-22/+49
* Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar2010-08-136-29/+154
* Conceal feature caused the 'cursorline' highlighting to stop early.Bram Moolenaar2010-08-131-1/+5
* 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
* 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-123-95/+179
* Include wchar.h in charset.c for towupper().Bram Moolenaar2010-08-121-0/+3
* Updated translations. Added Portuguese tutor.Bram Moolenaar2010-08-113-123/+141
* Fixes for :find completion.Bram Moolenaar2010-08-112-4/+33
* Updated message translations.Bram Moolenaar2010-08-104-188/+233
* 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
* 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-095-13/+13
* Prepare for 7.3e release.Bram Moolenaar2010-08-081-2/+2
* Fixed: on MS-Windows sometimes files with number 4913 or higher are leftBram Moolenaar2010-08-081-0/+16
* Update help about wildcards in 'tags' option.Bram Moolenaar2010-08-081-1/+1
* Fix: 'suffixesadd' was used for finding tags file.Bram Moolenaar2010-08-081-2/+8
* Remove unused code.Bram Moolenaar2010-08-0829-705/+8
* 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-071-0/+14
* Fixed: on MS-Windows completion of shell commands didn't work.Bram Moolenaar2010-08-072-5/+4
* Updated translations. (Dominique Pelle)Bram Moolenaar2010-08-072-106/+130
* Fix: An unprintable multi-byte character at the start of the screen lineBram Moolenaar2010-08-071-2/+3
* Fix: with newer GTK versions accented characters were drawn too much to theBram Moolenaar2010-08-071-15/+12
* Some messages were missing when updating translations. (Dominique Pelle)Bram Moolenaar2010-08-071-6/+2
* Set 'visualbell' in test 72 to avoid a beep.Bram Moolenaar2010-08-071-1/+1
* Update pt_BR translations.Bram Moolenaar2010-08-071-193/+316
* Fix: ml_get errors when using undo with 'virtualedit'.Bram Moolenaar2010-08-071-8/+11