summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-08Remove unused code.Bram Moolenaar
2010-08-08NL spelling: remove REP items to avoid lots of suggestions with dots.Bram Moolenaar
2010-08-08Also support Doxygen in C# files. (Andreas J. Beblik)Bram Moolenaar
2010-08-08Improve positioning of combining characters in GTK.Bram Moolenaar
2010-08-08Make test 11 pass when there is no gzip program. (John Beckett)Bram Moolenaar
2010-08-08Avoid that test 73 ovewrites viminfo. (James Vega)Bram Moolenaar
2010-08-08Fix: test 73 failed with small features.Bram Moolenaar
2010-08-07Change readfile() to ignore byte order marks, unless in binary mode.Bram Moolenaar
2010-08-07Use different Czech keymap (Stepan Nemec)Bram Moolenaar
2010-08-07Fixed: on MS-Windows completion of shell commands didn't work.Bram Moolenaar
2010-08-07Updated translations. (Dominique Pelle)Bram Moolenaar
2010-08-07Fix: An unprintable multi-byte character at the start of the screen lineBram Moolenaar
caused the following text to be drawn at the wrong position.
2010-08-07Updates for :TOhtml. (Ben Fritz)Bram Moolenaar
2010-08-07Fix: with newer GTK versions accented characters were drawn too much to theBram Moolenaar
left.
2010-08-07Update for jsp syntax file.Bram Moolenaar
2010-08-07Some messages were missing when updating translations. (Dominique Pelle)Bram Moolenaar
2010-08-07Set 'visualbell' in test 72 to avoid a beep.Bram Moolenaar
2010-08-07Update pt_BR translations.Bram Moolenaar
2010-08-07Update README files. Remove references to extra and lang archives.Bram Moolenaar
2010-08-07Fix: ml_get errors when using undo with 'virtualedit'.Bram Moolenaar
2010-08-06Updated Dutch spell files to use latest OpenOffic.org version.Bram Moolenaar
2010-08-06Update version number in gvim.exe manifest. (Michael Wookey)Bram Moolenaar
2010-08-06Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron)Bram Moolenaar
2010-08-05Updated syntax files.Bram Moolenaar
2010-08-05Improve handling of user settings in :TOhtml. Default to generating CSS.Bram Moolenaar
(Benjamin Fritz)
2010-08-05Fix a few problems for :find completion. Test much more. (Nazri Ramliy)Bram Moolenaar
2010-08-04Updated syntax files. (Charles Campbell)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
contains a character that would become double width.
2010-08-04After entering a crypt key would need to hit return to continue.Bram Moolenaar
When silencing a message it would still clear a kept message.
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
(Nazri Ramliy)
2010-08-04Add translations in diff syntax. (Jakson A. Aquino)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
created yet.
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-04Rename quickfix plugin to match the filetype set in the code.Bram Moolenaar
2010-08-03Runtime file updates.Bram Moolenaar
2010-08-03Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar)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
(Nazri Ramliy)
2010-08-02Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load itBram Moolenaar
dynamically from the .dll. Should work everywhere.
2010-08-02Take OLE registration back to 32 bit registry, the unregister wasn't workingBram Moolenaar
for the 64 registry.
2010-08-02Syntax file updates. (Charles Campbell)Bram 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