summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-06Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)Bram Moolenaar
2010-08-05Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar
2010-08-04Fixed: "make install" installed a few Amiga .info files.Bram Moolenaar
2010-08-04Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars'Bram Moolenaar
2010-08-04After entering a crypt key would need to hit return to continue.Bram Moolenaar
2010-08-047.3d -> 7.3e.Bram Moolenaar
2010-08-04Make test 73 a bit more portable.Bram Moolenaar
2010-08-04Preparations for 7.3d release.Bram Moolenaar
2010-08-04Make :find completion consistent between Unix and MS-Windows. Add a test.Bram Moolenaar
2010-08-04Small changes to the test files. (John Beckett)Bram Moolenaar
2010-08-04Set 'wrapscan' when checking the .po files. (Mike Williams)Bram Moolenaar
2010-08-04Fix: when setting crypt key seed was not updated when the swap file wasn'tBram Moolenaar
2010-08-04When undoing a reload, move the cursor to the first changed line.Bram Moolenaar
2010-08-04Fix crash when no item in 'path' is used for :find completion.Bram Moolenaar
2010-08-03Fix crash in :find completion. (Nazri Ramliy)Bram Moolenaar
2010-08-03Fix: With 'path' set to relative directory ":find" completion didn't work.Bram Moolenaar
2010-08-02Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load itBram Moolenaar
2010-08-02Take OLE registration back to 32 bit registry, the unregister wasn't workingBram Moolenaar
2010-08-02Updated version of gettext for use with MVC. (Mike Williams)Bram Moolenaar
2010-08-02Improvements for :find completion. (Nazri Ramliy)Bram Moolenaar
2010-08-02Put quotes around the gvim.exe path for the "Open with" menu entry.Bram Moolenaar
2010-08-02Workaround for missing RegDeleteKeyEx() method.Bram Moolenaar
2010-08-01Update version.h for 7.3c -> 7.3d.Bram Moolenaar
2010-08-01Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems.Bram Moolenaar
2010-08-01Version 7.3c -> 7.3dBram Moolenaar
2010-08-01Define the WOW64 key when needed.Bram Moolenaar
2010-08-01Minor updates for the 7.3c release.Bram Moolenaar
2010-08-01Remove unused variable and STRLEN(). (Dominique Pelle)Bram Moolenaar
2010-08-01Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often.Bram Moolenaar
2010-08-01Avoid illegal memory access in spell suggestion. (Dominique Pelle)Bram Moolenaar
2010-08-01Avoid that running tests changes viminfo.Bram Moolenaar
2010-08-01Fix: crash in spell checking with a 0x300 character.Bram Moolenaar
2010-08-01Fix: uninitialized memory access. (Dominique Pelle)Bram Moolenaar
2010-08-01Fix typos in README files. (Dominique Pelle)Bram Moolenaar
2010-08-01No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle)Bram Moolenaar
2010-08-01Fix: changing case of a character removed combining characters.Bram Moolenaar
2010-08-01Add the WOW64 flag back to OLE registration. (untested)Bram Moolenaar
2010-07-31Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar
2010-07-31Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar
2010-07-31Move many more common Python items to if_py_both.c.Bram Moolenaar
2010-07-31Fixed: CTRL-R in Insert mode doesn't insert composing characters.Bram Moolenaar
2010-07-31Fixes for coverity warnings.Bram Moolenaar
2010-07-31Support syntax and filetype completion for user commands. (Christian Brabandt)Bram Moolenaar
2010-07-31Possibly make OLE work on Windows 64 bit. (untested)Bram Moolenaar
2010-07-30Improvements for VMS. (Zoltan Arpadffy)Bram Moolenaar
2010-07-30Correct comments in testdir makefiles. (John Beckett)Bram Moolenaar
2010-07-30Fix test 72 not setting encryption method. (Dominique Pelle)Bram Moolenaar
2010-07-29Few more fixes for VMS.Bram Moolenaar
2010-07-29Fix a few compile warnings. (Mike Williams)Bram Moolenaar
2010-07-29Add completion for ":ownsyntax" and improve completion for ":filetype".Bram Moolenaar