summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make test 73 a bit more portable.Bram Moolenaar2010-08-043-4/+9
* Preparations for 7.3d release.Bram Moolenaar2010-08-047-62/+66
* Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar2010-08-0411-50/+75
* Add translations in diff syntax. (Jakson A. Aquino)Bram Moolenaar2010-08-041-2/+269
* 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
* Rename quickfix plugin to match the filetype set in the code.Bram Moolenaar2010-08-041-0/+0
* Runtime file updates.Bram Moolenaar2010-08-034-44/+56
* Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar)Bram Moolenaar2010-08-031-2/+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-023-27/+41
* Take OLE registration back to 32 bit registry, the unregister wasn't workingBram Moolenaar2010-08-021-12/+3
* Syntax file updates. (Charles Campbell)Bram Moolenaar2010-08-024-235/+361
* 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-022-2/+5
* Workaround for missing RegDeleteKeyEx() method.Bram Moolenaar2010-08-022-0/+2
* Update version.h for 7.3c -> 7.3d.Bram Moolenaar2010-08-012-9/+9
* Add Datascript syntax file. (Dominique Pelle)Bram Moolenaar2010-08-014-2/+94
* 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-01155-159/+161
* Update todo file.Bram Moolenaar2010-08-011-0/+2
* Define the WOW64 key when needed.Bram Moolenaar2010-08-011-0/+8
* Update utf-8 version of tutor.Bram Moolenaar2010-08-011-1/+1
* Minor updates for the 7.3c release.Bram Moolenaar2010-08-013-51/+80
* 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-013-8/+5
* Runtime file updates.Bram Moolenaar2010-08-014-14/+89
* Avoid illegal memory access in spell suggestion. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+1
* Avoid that running tests changes viminfo.Bram Moolenaar2010-08-012-2/+3
* Fix: crash in spell checking with a 0x300 character.Bram Moolenaar2010-08-011-2/+5
* Fix: uninitialized memory access. (Dominique Pelle)Bram Moolenaar2010-08-011-1/+9
* Fix typos in README files. (Dominique Pelle)Bram Moolenaar2010-08-015-10/+9
* No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)Bram Moolenaar2010-08-011-11/+2
* Fix: changing case of a character removed combining characters.Bram Moolenaar2010-08-011-1/+2
* Add the WOW64 flag back to OLE registration. (untested)Bram Moolenaar2010-08-011-3/+3
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-316-33/+23
* Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar2010-07-312-5/+8
* Move many more common Python items to if_py_both.c.Bram Moolenaar2010-07-313-2322/+1130
* Fixed: CTRL-R in Insert mode doesn't insert composing characters.Bram Moolenaar2010-07-312-6/+1
* Fixes for coverity warnings.Bram Moolenaar2010-07-3111-22/+25
* Support syntax and filetype completion for user commands. (Christian Brabandt)Bram Moolenaar2010-07-314-18/+24
* Possibly make OLE work on Windows 64 bit. (untested)Bram Moolenaar2010-07-311-2/+11
* More updated runtime files.Bram Moolenaar2010-07-303-47/+84
* Improvements for VMS. (Zoltan Arpadffy)Bram Moolenaar2010-07-303-26/+84
* Correct comments in testdir makefiles. (John Beckett)Bram Moolenaar2010-07-305-5/+6