summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update version number in gvim.exe manifest. (Michael Wookey)Bram Moolenaar2010-08-061-1/+1
* Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)Bram Moolenaar2010-08-061-0/+1
* Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar2010-08-054-10/+97
* Fixed: "make install" installed a few Amiga .info files.Bram Moolenaar2010-08-041-1/+3
* Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'Bram Moolenaar2010-08-041-0/+6
* After entering a crypt key would need to hit return to continue.Bram Moolenaar2010-08-042-3/+6
* 7.3d -> 7.3e.Bram Moolenaar2010-08-045-13/+13
* Make test 73 a bit more portable.Bram Moolenaar2010-08-042-4/+7
* Preparations for 7.3d release.Bram Moolenaar2010-08-041-2/+2
* Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar2010-08-0411-50/+75
* Small changes to the test files. (John Beckett)Bram Moolenaar2010-08-044-3/+9
* Set 'wrapscan' when checking the .po files. (Mike Williams)Bram Moolenaar2010-08-041-0/+7
* Fix: when setting crypt key seed was not updated when the swap file wasn'tBram Moolenaar2010-08-041-1/+1
* When undoing a reload, move the cursor to the first changed line.Bram Moolenaar2010-08-043-1/+45
* Fix crash when no item in 'path' is used for :find completion.Bram Moolenaar2010-08-041-0/+2
* Fix crash in :find completion. (Nazri Ramliy)Bram Moolenaar2010-08-031-2/+5
* Fix: With 'path' set to relative directory ":find" completion didn't work.Bram Moolenaar2010-08-031-2/+7