summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load itBram Moolenaar2010-08-022-27/+37
* Take OLE registration back to 32 bit registry, the unregister wasn't workingBram Moolenaar2010-08-021-12/+3
* Updated version of gettext for use with MVC. (Mike Williams)Bram Moolenaar2010-08-022-6/+14
* Improvements for :find completion. (Nazri Ramliy)Bram Moolenaar2010-08-021-15/+51
* Put quotes around the gvim.exe path for the "Open with" menu entry.Bram Moolenaar2010-08-021-1/+1
* Workaround for missing RegDeleteKeyEx() method.Bram Moolenaar2010-08-022-0/+2
* Update version.h for 7.3c -> 7.3d.Bram Moolenaar2010-08-011-8/+8
* Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems.Bram Moolenaar2010-08-011-13/+26
* Version 7.3c -> 7.3dBram Moolenaar2010-08-014-5/+5
* Define the WOW64 key when needed.Bram Moolenaar2010-08-011-0/+8
* Minor updates for the 7.3c release.Bram Moolenaar2010-08-011-2/+2
* Remove unused variable and STRLEN(). (Dominique Pelle)Bram Moolenaar2010-08-011-6/+4
* Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar2010-08-012-4/+4
* Avoid illegal memory access in spell suggestion. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+1