| Commit message (Expand) | Author | Age | Files | Lines |
* | Update runtime files. | Bram Moolenaar | 2012-08-15 | 1 | -4/+2 |
* | Updated runtime files. | Bram Moolenaar | 2012-06-01 | 1 | -1/+1 |
* | Updated runtime files. | Bram Moolenaar | 2010-11-16 | 1 | -2/+2 |
* | Updated runtime files and translations. | Bram Moolenaar | 2010-10-20 | 1 | -2/+2 |
* | Last changes for the 7.3 release!v7.3 | Bram Moolenaar | 2010-08-15 | 1 | -1/+3 |
* | Runtime file updates. | Bram Moolenaar | 2010-08-14 | 1 | -1/+8 |
* | README and help file updates. | Bram Moolenaar | 2010-08-14 | 1 | -7/+16 |
* | Version 7.3f -> 7.3g | Bram Moolenaar | 2010-08-14 | 1 | -2/+2 |
* | Preparations for 7.3f release. | Bram Moolenaar | 2010-08-13 | 1 | -1/+7 |
* | Version 7.3e -> 7.3f. | Bram Moolenaar | 2010-08-09 | 1 | -1/+1 |
* | Update version info in help files. | Bram Moolenaar | 2010-08-08 | 1 | -2/+30 |
* | 7.3d -> 7.3e. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
* | Preparations for 7.3d release. | Bram Moolenaar | 2010-08-04 | 1 | -2/+6 |
* | Add Datascript syntax file. (Dominique Pelle) | Bram Moolenaar | 2010-08-01 | 1 | -0/+1 |
* | Version 7.3c -> 7.3d | Bram Moolenaar | 2010-08-01 | 1 | -1/+1 |
* | Minor updates for the 7.3c release. | Bram Moolenaar | 2010-08-01 | 1 | -14/+42 |
* | 7.3b -> 7.3c | Bram Moolenaar | 2010-07-25 | 1 | -1/+1 |
* | Prepare for 7.3b release. Fix src/Makefile enabling python3 by default. | Bram Moolenaar | 2010-07-25 | 1 | -7/+35 |
* | Add support for horizontal scroll wheel. (Bjorn Winckler) | Bram Moolenaar | 2010-07-25 | 1 | -7/+5 |
* | Add the 'undoreload' option to be able to undo a file reload. | Bram Moolenaar | 2010-07-24 | 1 | -1/+4 |
* | Update timestamps for recently changed help files. | Bram Moolenaar | 2010-07-20 | 1 | -1/+1 |
* | Change 'cryptmethod' from a number to a string option. Make it global-local. | Bram Moolenaar | 2010-07-20 | 1 | -1/+6 |
* | Fix typos in documentation. (Dominique Pelle) | Bram Moolenaar | 2010-07-20 | 1 | -12/+12 |
* | Vim 7.3a -> 7.3b. | Bram Moolenaar | 2010-07-18 | 1 | -1/+1 |
* | Fixes and improvements for MS-Windows build. | Bram Moolenaar | 2010-07-18 | 1 | -7/+35 |
* | Make automatic prototype generation work with more interfaces. | Bram Moolenaar | 2010-07-18 | 1 | -25/+2784 |
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -0/+9 |
* | Fixed ":s" message. Docs updates. | Bram Moolenaar | 2010-07-10 | 1 | -0/+3 |
* | Make the dos installer work with more compilers. | Bram Moolenaar | 2010-07-07 | 1 | -0/+4 |
* | Adjust MS-Windows installer so that it also works for 64 bit systems. (George | Bram Moolenaar | 2010-07-07 | 1 | -1/+7 |
* | Mainly documentation updates. | Bram Moolenaar | 2010-07-04 | 1 | -2/+1 |
* | Don't execute some autocommands when v:dying is 2 or more. | Bram Moolenaar | 2010-05-28 | 1 | -0/+4 |
* | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | 2010-05-23 | 1 | -0/+4 |
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -1/+2 |
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 1 | -10/+12 |
* | Fix: window title not updated after file dropped. | Bram Moolenaar | 2010-05-22 | 1 | -0/+2 |
* | Add the settabvar() and gettabvar() functions. | Bram Moolenaar | 2010-05-22 | 1 | -3/+12 |
* | Add extra floating point functions. | Bram Moolenaar | 2010-05-21 | 1 | -0/+3 |
* | "g8" doesn't work properly on a NUL. | Bram Moolenaar | 2010-05-21 | 1 | -0/+2 |
* | Updated runtime files. | Bram Moolenaar | 2010-05-21 | 1 | -4/+11 |
* | Various smaller changes. Updated proto files. Updated dependencies. | Bram Moolenaar | 2010-05-20 | 1 | -0/+2 |
* | Small update to help files. | Bram Moolenaar | 2010-05-17 | 1 | -1/+7 |
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -2/+2 |
* | After recovery check if the text changed. If it did mark the buffer as | Bram Moolenaar | 2010-05-15 | 1 | -0/+5 |
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
* | Updated runtime files. | Bram Moolenaar | 2010-05-14 | 1 | -1/+35 |
* | Updated runtime files. | Bram Moolenaar | 2010-02-11 | 1 | -3/+3 |
* | Update documentation files. | Bram Moolenaar | 2010-01-06 | 1 | -5/+5 |
* | updated for version 7.2-000v7.2.000v7.2 | Bram Moolenaar | 2008-08-09 | 1 | -4/+35 |
* | updated for version 7.2c-000v7.2c.000 | Bram Moolenaar | 2008-08-06 | 1 | -3/+178 |