Mercurial > vim
graph
-
Update runtime files.Fri, 10 Dec 2010 20:35:50 +0100, by Bram Moolenaar
-
Updated runtime files.Tue, 16 Nov 2010 20:34:40 +0100, by Bram Moolenaar
-
Updated runtile files.Wed, 27 Oct 2010 18:34:44 +0200, by Bram Moolenaar
-
Updated runtime files and translations.Wed, 20 Oct 2010 18:45:33 +0200, by Bram Moolenaar
-
Runtime file updates.Thu, 30 Sep 2010 21:47:56 +0200, by Bram Moolenaar
-
Updated runtime files.Tue, 21 Sep 2010 22:34:02 +0200, by Bram Moolenaar
-
Updated runtime files.Sun, 19 Sep 2010 19:01:21 +0200, by Bram Moolenaar
-
Fold Vim 7.2 default branch back to trunk to avoid two heads. (TonyFri, 20 Aug 2010 11:11:57 +0200, by Bram Moolenaar
-
Make the vim73 branch the default branch.Mon, 16 Aug 2010 21:24:09 +0200, by Bram Moolenaar
-
Fix #ifdef for GDK_SUPER_MASK. (Stephan Schulz) vim73Sun, 15 Aug 2010 13:53:58 +0200, by Bram Moolenaar
-
Make the references to features in the help more consistent. (Sylvain Hitier) vim73Sun, 15 Aug 2010 13:50:43 +0200, by Bram Moolenaar
-
Docs fix for tabpagewinnr(). (Sylvain Hitier) vim73Sun, 15 Aug 2010 13:30:34 +0200, by Bram Moolenaar
-
Two fixes for :find completion and more testing. (Nazri Ramliy) vim73Sun, 15 Aug 2010 13:29:11 +0200, by Bram Moolenaar
-
Fix: in compatible mode, in an empty buffer, ":r file" triggered an error vim73Sat, 14 Aug 2010 14:32:54 +0200, by Bram Moolenaar
-
Fix: strcat() on overlapping string. (Dominique Pelle) vim73Sat, 14 Aug 2010 13:34:39 +0200, by Bram Moolenaar
-
Cleanup in :find completion code. Make it work for "./subdir" in 'path'. vim73Fri, 13 Aug 2010 21:16:49 +0200, by Bram Moolenaar
-
Use mkdir() instead of !mkdir in test 73, it's more reliable. vim73Fri, 13 Aug 2010 19:13:18 +0200, by Bram Moolenaar
-
Now really fix using expressions in the command line (hopefully). vim73Fri, 13 Aug 2010 19:12:07 +0200, by Bram Moolenaar
-
Fix illegal memory access when using expressions in the command line. vim73Fri, 13 Aug 2010 16:51:26 +0200, by Bram Moolenaar
-
Update message for :python/:py3 usage with approximate translations. vim73Fri, 13 Aug 2010 16:24:30 +0200, by Bram Moolenaar
-
Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier) vim73Fri, 13 Aug 2010 16:22:57 +0200, by Bram Moolenaar
-
Conceal feature caused the 'cursorline' highlighting to stop early. vim73Fri, 13 Aug 2010 15:24:39 +0200, by Bram Moolenaar
-
Fix for Yaml syntax file. (Nikolai Weibull) vim73Fri, 13 Aug 2010 14:58:53 +0200, by Bram Moolenaar
-
More fixes for :find completion. (mostly by Nazri Ramliy) vim73Fri, 13 Aug 2010 13:36:15 +0200, by Bram Moolenaar
-
Update to Perl runtime files. (Andy Lester) vim73Fri, 13 Aug 2010 12:09:22 +0200, by Bram Moolenaar
-
Avoid warnings from the clang compiler. (Dominique Pelle) vim73Fri, 13 Aug 2010 11:18:02 +0200, by Bram Moolenaar
-
Updated Finnish translations. (Flammie Pirinen) vim73Thu, 12 Aug 2010 22:19:09 +0200, by Bram Moolenaar
-
Fix: Lua interface tried to load the library when closing a buffer or window. vim73Thu, 12 Aug 2010 22:14:01 +0200, by Bram Moolenaar
-
Include wchar.h in charset.c for towupper(). vim73Thu, 12 Aug 2010 20:17:02 +0200, by Bram Moolenaar
-
Updated translations. Added Portuguese tutor. vim73Wed, 11 Aug 2010 23:11:47 +0200, by Bram Moolenaar
-
Runtime file updates. Fix tar plugin window split. vim73Tue, 10 Aug 2010 21:43:35 +0200, by Bram Moolenaar
-
Make :find completion work better with the DJGPP build. (Nazri Ramliy) vim73Tue, 10 Aug 2010 19:50:26 +0200, by Bram Moolenaar
-
Fix crash when using netbeans in a terminal when compiled with GUI support. vim73Mon, 09 Aug 2010 22:49:00 +0200, by Bram Moolenaar
-
Fix: :ltag command did not set w:quickfix_title. (Lech Lorens) vim73Mon, 09 Aug 2010 22:14:48 +0200, by Bram Moolenaar
-
Fix for float values on VMS. (Zoltan Arpadffy) vim73Mon, 09 Aug 2010 22:07:08 +0200, by Bram Moolenaar
-
When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that vim73Mon, 09 Aug 2010 22:06:13 +0200, by Bram Moolenaar
-
Fixed: on MS-Windows sometimes files with number 4913 or higher are left vim73Sun, 08 Aug 2010 18:46:06 +0200, by Bram Moolenaar
-
Update help about wildcards in 'tags' option. vim73Sun, 08 Aug 2010 18:29:48 +0200, by Bram Moolenaar
-
Fix: 'suffixesadd' was used for finding tags file. vim73Sun, 08 Aug 2010 18:17:52 +0200, by Bram Moolenaar
-
NL spelling: remove REP items to avoid lots of suggestions with dots. vim73Sun, 08 Aug 2010 16:34:14 +0200, by Bram Moolenaar
-
Also support Doxygen in C# files. (Andreas J. Beblik) vim73Sun, 08 Aug 2010 15:28:22 +0200, by Bram Moolenaar
-
Improve positioning of combining characters in GTK. vim73Sun, 08 Aug 2010 14:40:37 +0200, by Bram Moolenaar
-
Make test 11 pass when there is no gzip program. (John Beckett) vim73Sun, 08 Aug 2010 13:18:47 +0200, by Bram Moolenaar
-
Avoid that test 73 ovewrites viminfo. (James Vega) vim73Sun, 08 Aug 2010 13:13:51 +0200, by Bram Moolenaar
-
Change readfile() to ignore byte order marks, unless in binary mode. vim73Sat, 07 Aug 2010 20:30:49 +0200, by Bram Moolenaar
-
Fixed: on MS-Windows completion of shell commands didn't work. vim73Sat, 07 Aug 2010 17:07:21 +0200, by Bram Moolenaar
-
Fix: An unprintable multi-byte character at the start of the screen line vim73Sat, 07 Aug 2010 16:38:13 +0200, by Bram Moolenaar
-
Fix: with newer GTK versions accented characters were drawn too much to the vim73Sat, 07 Aug 2010 15:46:45 +0200, by Bram Moolenaar
-
Some messages were missing when updating translations. (Dominique Pelle) vim73Sat, 07 Aug 2010 13:45:59 +0200, by Bram Moolenaar
-
Set 'visualbell' in test 72 to avoid a beep. vim73Sat, 07 Aug 2010 13:27:48 +0200, by Bram Moolenaar
-
Update README files. Remove references to extra and lang archives. vim73Sat, 07 Aug 2010 13:19:27 +0200, by Bram Moolenaar
-
Fix: ml_get errors when using undo with 'virtualedit'. vim73Sat, 07 Aug 2010 12:54:12 +0200, by Bram Moolenaar
-
Updated Dutch spell files to use latest OpenOffic.org version. vim73Fri, 06 Aug 2010 22:14:36 +0200, by Bram Moolenaar
-
Update version number in gvim.exe manifest. (Michael Wookey) vim73Fri, 06 Aug 2010 20:53:49 +0200, by Bram Moolenaar
-
Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron) vim73Fri, 06 Aug 2010 20:42:30 +0200, by Bram Moolenaar
-
Improve handling of user settings in :TOhtml. Default to generating CSS. vim73Thu, 05 Aug 2010 21:54:00 +0200, by Bram Moolenaar
-
Fix a few problems for :find completion. Test much more. (Nazri Ramliy) vim73Thu, 05 Aug 2010 21:40:16 +0200, by Bram Moolenaar
-
Fixed: "make install" installed a few Amiga .info files. vim73Wed, 04 Aug 2010 22:44:27 +0200, by Bram Moolenaar
-
Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars' vim73Wed, 04 Aug 2010 20:55:44 +0200, by Bram Moolenaar
-
After entering a crypt key would need to hit return to continue. vim73Wed, 04 Aug 2010 20:12:32 +0200, by Bram Moolenaar
-
Make :find completion consistent between Unix and MS-Windows. Add a test. vim73Wed, 04 Aug 2010 17:07:20 +0200, by Bram Moolenaar
-
Add translations in diff syntax. (Jakson A. Aquino) vim73Wed, 04 Aug 2010 16:11:50 +0200, by Bram Moolenaar
-
Small changes to the test files. (John Beckett) vim73Wed, 04 Aug 2010 16:10:19 +0200, by Bram Moolenaar
-
Set 'wrapscan' when checking the .po files. (Mike Williams) vim73Wed, 04 Aug 2010 15:47:08 +0200, by Bram Moolenaar
-
Fix: when setting crypt key seed was not updated when the swap file wasn't vim73Wed, 04 Aug 2010 15:32:46 +0200, by Bram Moolenaar
-
When undoing a reload, move the cursor to the first changed line. vim73Wed, 04 Aug 2010 14:29:54 +0200, by Bram Moolenaar
-
Fix crash when no item in 'path' is used for :find completion. vim73Wed, 04 Aug 2010 12:39:44 +0200, by Bram Moolenaar
-
Rename quickfix plugin to match the filetype set in the code. vim73Wed, 04 Aug 2010 12:05:40 +0200, by Bram Moolenaar
-
Recognize .f03 and .f08 as Fortran files. (Ajit Thakkar) vim73Tue, 03 Aug 2010 22:45:06 +0200, by Bram Moolenaar
-
Fix crash in :find completion. (Nazri Ramliy) vim73Tue, 03 Aug 2010 22:21:00 +0200, by Bram Moolenaar
-
Fix: With 'path' set to relative directory ":find" completion didn't work. vim73Tue, 03 Aug 2010 22:11:29 +0200, by Bram Moolenaar
-
Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it vim73Mon, 02 Aug 2010 23:06:46 +0200, by Bram Moolenaar
-
Take OLE registration back to 32 bit registry, the unregister wasn't working vim73Mon, 02 Aug 2010 22:13:25 +0200, by Bram Moolenaar
-
Updated version of gettext for use with MVC. (Mike Williams) vim73Mon, 02 Aug 2010 21:43:29 +0200, by Bram Moolenaar
-
Improvements for :find completion. (Nazri Ramliy) vim73Mon, 02 Aug 2010 21:33:37 +0200, by Bram Moolenaar
-
Put quotes around the gvim.exe path for the "Open with" menu entry. vim73Mon, 02 Aug 2010 20:45:27 +0200, by Bram Moolenaar
-
Workaround for missing RegDeleteKeyEx() method. vim73Mon, 02 Aug 2010 20:26:43 +0200, by Bram Moolenaar
-
Add Datascript syntax file. (Dominique Pelle) vim73Sun, 01 Aug 2010 21:48:21 +0200, by Bram Moolenaar
-
Fix: the MS-Windows uninstaller did not delete registry keys on 64 bit systems. vim73Sun, 01 Aug 2010 21:15:45 +0200, by Bram Moolenaar
-
Remove unused variable and STRLEN(). (Dominique Pelle) vim73Sun, 01 Aug 2010 17:59:57 +0200, by Bram Moolenaar
-
Fix: test 69 didn't work on MS-Windows. Test 72 beeped too often. vim73Sun, 01 Aug 2010 17:37:17 +0200, by Bram Moolenaar
-
Avoid illegal memory access in spell suggestion. (Dominique Pelle) vim73Sun, 01 Aug 2010 15:47:35 +0200, by Bram Moolenaar
-
Fix: crash in spell checking with a 0x300 character. vim73Sun, 01 Aug 2010 15:37:02 +0200, by Bram Moolenaar
-
Fix: uninitialized memory access. (Dominique Pelle) vim73Sun, 01 Aug 2010 15:11:43 +0200, by Bram Moolenaar
-
Fix typos in README files. (Dominique Pelle) vim73Sun, 01 Aug 2010 14:36:59 +0200, by Bram Moolenaar
-
No need to redraw cursorline when 'modifiable' is changed. (Dominique Pelle) vim73Sun, 01 Aug 2010 14:35:05 +0200, by Bram Moolenaar
-
Fix: changing case of a character removed combining characters. vim73Sun, 01 Aug 2010 14:22:48 +0200, by Bram Moolenaar
-
Add the WOW64 flag back to OLE registration. (untested) vim73Sun, 01 Aug 2010 13:25:05 +0200, by Bram Moolenaar
-
Fix that uninstaller isn't found on 64-bit Windows. vim73Sat, 31 Jul 2010 22:03:44 +0200, by Bram Moolenaar
-
Fix: on MS-Windows the "open with..." menu starts Vim without a file. vim73Sat, 31 Jul 2010 20:53:54 +0200, by Bram Moolenaar
-
Move many more common Python items to if_py_both.c. vim73Sat, 31 Jul 2010 19:54:14 +0200, by Bram Moolenaar
-
Fixed: CTRL-R in Insert mode doesn't insert composing characters. vim73Sat, 31 Jul 2010 17:59:29 +0200, by Bram Moolenaar
-
Support syntax and filetype completion for user commands. (Christian Brabandt) vim73Sat, 31 Jul 2010 14:59:19 +0200, by Bram Moolenaar
-
Possibly make OLE work on Windows 64 bit. (untested) vim73Sat, 31 Jul 2010 14:45:05 +0200, by Bram Moolenaar
-
Correct comments in testdir makefiles. (John Beckett) vim73Fri, 30 Jul 2010 22:04:17 +0200, by Bram Moolenaar
-
Fix test 72 not setting encryption method. (Dominique Pelle) vim73Fri, 30 Jul 2010 21:49:07 +0200, by Bram Moolenaar
-
Fix a few compile warnings. (Mike Williams) vim73Thu, 29 Jul 2010 23:10:40 +0200, by Bram Moolenaar
-
Updated runtime files. Add logcheck filetype plugin. (James Vega) vim73Thu, 29 Jul 2010 22:33:18 +0200, by Bram Moolenaar
-
Add completion for ":ownsyntax" and improve completion for ":filetype". vim73Thu, 29 Jul 2010 20:59:59 +0200, by Bram Moolenaar
-
Updated runtime files. :TOhtml improvements by Benjamin Fritz. vim73Thu, 29 Jul 2010 20:43:36 +0200, by Bram Moolenaar
-
Remove Mupad indent and ftplugin files, they are not useful. vim73Wed, 28 Jul 2010 22:30:00 +0200, by Bram Moolenaar
-
Improvements for ":find" completion. (Nazri Ramliy) vim73Wed, 28 Jul 2010 22:29:10 +0200, by Bram Moolenaar