log

age author description
Sun, 25 Jul 2010 12:46:44 +0200 Bram Moolenaar Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz) vim73
Sat, 24 Jul 2010 23:52:26 +0200 Bram Moolenaar Let 'v' flag in 'concealcursor' apply to all lines in the Visual area. vim73
Sat, 24 Jul 2010 23:51:45 +0200 Bram Moolenaar Move some common code from if_python.c and if_python3.c to if_py_both.h. vim73
Sat, 24 Jul 2010 20:57:44 +0200 Bram Moolenaar More runtime file updates. vim73
Sat, 24 Jul 2010 20:44:27 +0200 Bram Moolenaar Fix for compiler warning about function prototype in pty.c. vim73
Sat, 24 Jul 2010 20:44:02 +0200 Bram Moolenaar Add 'window' to the options window. vim73
Sat, 24 Jul 2010 20:35:12 +0200 Bram Moolenaar Further improvements for :options. (Dominique Pelle) vim73
Sat, 24 Jul 2010 20:27:03 +0200 Bram Moolenaar Add the 'undoreload' option to be able to undo a file reload. vim73
Sat, 24 Jul 2010 17:39:52 +0200 Bram Moolenaar Fix for cursor position in wrapped line with concealed text. vim73
Sat, 24 Jul 2010 17:29:03 +0200 Bram Moolenaar Give each syntax item a sequence number, so that we know when it starts and vim73
Sat, 24 Jul 2010 16:58:02 +0200 Bram Moolenaar Document extra argument for Python append(). vim73
Sat, 24 Jul 2010 16:57:39 +0200 Bram Moolenaar Fix: errors for allocating zero bytes when profiling an empty function. vim73
Sat, 24 Jul 2010 16:19:44 +0200 Bram Moolenaar Remove -arch flag from build flags for Perl. (Bjorn Wickler) vim73
Sat, 24 Jul 2010 16:11:21 +0200 Bram Moolenaar Find python3 also in lib64 directory. (Ben Boeckel) vim73
Sat, 24 Jul 2010 16:01:56 +0200 Bram Moolenaar Fix memory leak in :find completion. (Dominique Pelle) vim73
Sat, 24 Jul 2010 15:56:43 +0200 Bram Moolenaar Better text for 'concealcursor' in :options window. vim73
Sat, 24 Jul 2010 15:48:31 +0200 Bram Moolenaar Fix 'autochdir' not showing up in :options window. (Dominique Pelle) vim73
Sat, 24 Jul 2010 15:42:14 +0200 Bram Moolenaar Temporary solution for crashing when using both :py and :py3: disallow both in vim73
Sat, 24 Jul 2010 15:19:11 +0200 Bram Moolenaar Specify library to load for Python more precisely. (James Vega) vim73
Sat, 24 Jul 2010 15:00:38 +0200 Bram Moolenaar Add the 'c' flag to 'concealcursor'. vim73
Sat, 24 Jul 2010 13:31:09 +0200 Bram Moolenaar Another conceal fix: cursor in wrong column when 'number' set. vim73
Sat, 24 Jul 2010 13:15:07 +0200 Bram Moolenaar Don't conceal text in lines inside the Visual area. vim73
Fri, 23 Jul 2010 22:27:03 +0200 Bram Moolenaar Window split didn't copy the value of 'conceallevel'. vim73
Fri, 23 Jul 2010 22:10:27 +0200 Bram Moolenaar Add the 'concealcursor' option to decide when the cursor line is to be vim73
Thu, 22 Jul 2010 22:30:23 +0200 Bram Moolenaar Update Fortran indent and syntax file. (Ajit Thakkar) vim73
Thu, 22 Jul 2010 22:20:57 +0200 Bram Moolenaar Fix: strdisplaywidth("x", 2) returned 3 instead of 1. vim73
Thu, 22 Jul 2010 22:16:29 +0200 Bram Moolenaar For conceal mode: when two different syntax items follow each other, show the vim73
Thu, 22 Jul 2010 21:44:13 +0200 Bram Moolenaar Fix: "import termios" doesn't work with dynamically loaded Python. (James vim73
Thu, 22 Jul 2010 21:32:16 +0200 Bram Moolenaar Make it possible to load Lua dynamically on Unix. (Luis Carvalho) vim73
Thu, 22 Jul 2010 11:34:16 +0200 Bram Moolenaar Fix building with Perl on Windows with MingW. (James Vega) vim73
Wed, 21 Jul 2010 22:27:37 +0200 Bram Moolenaar Update French and Esperanto translations. (Dominique Pelle) vim73
Wed, 21 Jul 2010 22:05:20 +0200 Bram Moolenaar Make it possible to load Perl dynamically on Unix. (James Vega) vim73
Wed, 21 Jul 2010 20:40:27 +0200 Bram Moolenaar Fix dependencies in help Makefile. (James Vega) vim73
Wed, 21 Jul 2010 20:36:22 +0200 Bram Moolenaar Small docs fixes. vim73
Wed, 21 Jul 2010 20:31:07 +0200 Bram Moolenaar Fix build problem when fchown() not available. (Gary Johnson) vim73
Wed, 21 Jul 2010 16:00:43 +0200 Bram Moolenaar Fix that :py3file was not working. vim73
Tue, 20 Jul 2010 22:45:13 +0200 Bram Moolenaar Update timestamps for recently changed help files. vim73
Tue, 20 Jul 2010 22:33:34 +0200 Bram Moolenaar Fix hang when resizing in diff mode and there are concealed items. vim73
Tue, 20 Jul 2010 22:30:01 +0200 Bram Moolenaar Avoid error when exiting in diff mode with EXITFREE defined. vim73
Tue, 20 Jul 2010 18:44:27 +0200 Bram Moolenaar When resetting 'mousehide' show the mouse pointer right away. vim73
Tue, 20 Jul 2010 18:10:15 +0200 Bram Moolenaar Fix some duplicates in ":find" completion. (Nazri Ramliy) vim73
Tue, 20 Jul 2010 17:32:38 +0200 Bram Moolenaar Change 'cryptmethod' from a number to a string option. Make it global-local. vim73
Tue, 20 Jul 2010 13:11:28 +0200 Bram Moolenaar Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'. vim73
Tue, 20 Jul 2010 13:10:11 +0200 Bram Moolenaar Add a few items to the syntax menu. Split up long submenus. vim73
Tue, 20 Jul 2010 12:36:02 +0200 Bram Moolenaar Updated sh and vim syntax files. (Charles Campbell) vim73
Tue, 20 Jul 2010 11:29:07 +0200 Bram Moolenaar Fix 'colorcolumn' adjecent columns not highlighted after end of line. vim73
Tue, 20 Jul 2010 11:16:17 +0200 Bram Moolenaar Fix typos in documentation. (Dominique Pelle) vim73
Mon, 19 Jul 2010 23:11:27 +0200 Bram Moolenaar Fixed: crash with ":find " completion, using uninitialized count. vim73
Mon, 19 Jul 2010 22:08:50 +0200 Bram Moolenaar Updated Ukranian translations. (Anatoli Sakhnik) vim73
Mon, 19 Jul 2010 21:51:01 +0200 Bram Moolenaar Updated Polish translations. (Mikolaj Machowski) vim73
Mon, 19 Jul 2010 21:18:54 +0200 Bram Moolenaar Fix configure for Python3 libs and version number. (James Vega) vim73
Mon, 19 Jul 2010 20:46:22 +0200 Bram Moolenaar Rename some "python3" symbols to "py3", as the command name. vim73
Mon, 19 Jul 2010 20:13:22 +0200 Bram Moolenaar Never hide text for conceal in cursor line. Do hide when there is vim73
Mon, 19 Jul 2010 19:52:13 +0200 Bram Moolenaar Rename w_p_conceal to w_p_conc for consistency. vim73
Sun, 18 Jul 2010 23:32:13 +0200 Bram Moolenaar Also make ALT modifier work for mouse wheel. (Benjamin Haskell) vim73
Sun, 18 Jul 2010 23:30:34 +0200 Bram Moolenaar Fix: 'colorcolumn' interfered with concealed text. vim73
Sun, 18 Jul 2010 23:29:58 +0200 Bram Moolenaar Vim 7.3a -> 7.3b. vim73
Sun, 18 Jul 2010 22:33:56 +0200 Bram Moolenaar Fix: MS-Windows installer used wrong path for uninstaller key. vim73
Sun, 18 Jul 2010 22:10:01 +0200 Bram Moolenaar Last few changes for the 7.3a BETA release. vim73
Sun, 18 Jul 2010 21:42:34 +0200 Bram Moolenaar Fixes and improvements for MS-Windows build. vim73
Sun, 18 Jul 2010 18:47:44 +0200 Bram Moolenaar Minor runtime file updates. vim73
Sun, 18 Jul 2010 18:04:50 +0200 Bram Moolenaar Make automatic prototype generation work with more interfaces. vim73
Sun, 18 Jul 2010 15:45:49 +0200 Bram Moolenaar Added strdisplaywidth() function. vim73
Sun, 18 Jul 2010 15:31:08 +0200 Bram Moolenaar Added strwidth() and strchars() functions. vim73
Sun, 18 Jul 2010 14:34:51 +0200 Bram Moolenaar Better conceal in help. (partly by Dominique Pelle) vim73
Sun, 18 Jul 2010 14:26:11 +0200 Bram Moolenaar Make CTRL modifier work for mouse wheel. (Benjamin Haskell) vim73
Sun, 18 Jul 2010 14:20:35 +0200 Bram Moolenaar Fix build broken without multi-byte feature. vim73
Sun, 18 Jul 2010 14:07:22 +0200 Bram Moolenaar Improved :TOhtml. (Benjamin Fritz) vim73
Sun, 18 Jul 2010 13:58:26 +0200 Bram Moolenaar Build problem when using all interfaces except Lua. vim73
Sun, 18 Jul 2010 13:55:02 +0200 Bram Moolenaar Make 'cursorcolumn' work together with the conceal feature. vim73
Sun, 18 Jul 2010 12:35:47 +0200 Bram Moolenaar Make it easier to build with Lua. Remove compiler warnings. vim73
Sat, 17 Jul 2010 23:52:29 +0200 Bram Moolenaar Whitespace cleanup. vim73
Sat, 17 Jul 2010 21:19:38 +0200 Bram Moolenaar Added support for Python 3. (Roland Puntaier) vim73
Sat, 17 Jul 2010 17:12:06 +0200 Bram Moolenaar Add the 'L' item to 'cinoptions'. (Manuel Konig) vim73
Sat, 17 Jul 2010 16:44:59 +0200 Bram Moolenaar Mac: Support disabling antialias. (LC Mi) vim73
Sat, 17 Jul 2010 16:30:42 +0200 Bram Moolenaar Make it possible to drag a tab page label to another position. (Paul B. Mahol) vim73
Sat, 17 Jul 2010 15:20:30 +0200 Bram Moolenaar Better implementation of creating the Color Scheme menu. (Juergen Kraemer) vim73
Sat, 17 Jul 2010 12:47:16 +0200 Bram Moolenaar In Visual mode with 'showcmd' display the number of bytes and characters. vim73
Fri, 16 Jul 2010 21:29:06 +0200 Bram Moolenaar Fix bad parsing of 'colorcolumn'. (Dominique Pelle) vim73
Fri, 16 Jul 2010 20:38:52 +0200 Bram Moolenaar Avoid compiler warnings for size_t to int conversions. vim73
Fri, 16 Jul 2010 20:35:36 +0200 Bram Moolenaar Improved version of 2html.vim. vim73
Wed, 14 Jul 2010 23:23:17 +0200 Bram Moolenaar Added Lua interfae. (Luis Carvalho) vim73
Wed, 14 Jul 2010 22:35:55 +0200 Bram Moolenaar Fix: When entering a digraph or special character after a line that fits the vim73
Wed, 14 Jul 2010 22:04:22 +0200 Bram Moolenaar Allow synIDattr() getting GUI attributes when build without GUI. vim73
Wed, 14 Jul 2010 21:12:05 +0200 Bram Moolenaar Disallow setting 'enc' in a modeline. (Patrick Texier) vim73
Wed, 14 Jul 2010 20:57:00 +0200 Bram Moolenaar Fix: cursor line not properly concealed when moving between windows. vim73
Wed, 14 Jul 2010 20:31:44 +0200 Bram Moolenaar Remove obsolete Mac code. vim73
Wed, 14 Jul 2010 19:53:30 +0200 Bram Moolenaar Added 'colorcolumn' option. Partly by Gregor Uhlenheuer. vim73
Wed, 14 Jul 2010 16:59:57 +0200 Bram Moolenaar Fix using freed memory in :find completion. vim73
Wed, 14 Jul 2010 16:54:21 +0200 Bram Moolenaar Missing piece for Mac console clipboard support. (Bjorn Winckler) vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Wed, 14 Jul 2010 14:28:26 +0200 Bram Moolenaar Fix a few compiler warnings. vim73
Wed, 14 Jul 2010 13:58:07 +0200 Bram Moolenaar Add clipboard support in Mac console. (Bjorn Winckler) vim73
Mon, 12 Jul 2010 23:05:41 +0200 Bram Moolenaar Minor runtime file updates. vim73
Mon, 12 Jul 2010 22:42:33 +0200 Bram Moolenaar Fix: Composing characters in :s substitute text were dropped. vim73
Mon, 12 Jul 2010 21:38:19 +0200 Bram Moolenaar updated for version 7.2.446 vim73
Sun, 11 Jul 2010 23:12:29 +0200 Bram Moolenaar Fix: exists() was causing an autload script to be loaded. vim73
Sun, 11 Jul 2010 22:38:52 +0200 Bram Moolenaar When the buffer is in diff mode, have :TOhtml create HTML to show the diff vim73
Sun, 11 Jul 2010 20:52:58 +0200 Bram Moolenaar Filter out -pthread for cproto. vim73
Sun, 11 Jul 2010 20:46:53 +0200 Bram Moolenaar Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin vim73
Sun, 11 Jul 2010 19:01:06 +0200 Bram Moolenaar Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. vim73
Sun, 11 Jul 2010 18:03:15 +0200 Bram Moolenaar Add back SAL lines for Swedish spell file. vim73
Sun, 11 Jul 2010 18:01:39 +0200 Bram Moolenaar Fix crash in generating spell .sug file. vim73
Sun, 11 Jul 2010 17:35:50 +0200 Bram Moolenaar When 'formatexpr' evaluates to non-zero fall back to internal formatting, also vim73
Sun, 11 Jul 2010 17:23:02 +0200 Bram Moolenaar Improve Javascript indenting. Add "J" flag to 'cino'. (Hari Kumar G) vim73
Sun, 11 Jul 2010 16:58:51 +0200 Bram Moolenaar Support :browse for commands that use an error file argument. (Lech Lorens) vim73
Sat, 10 Jul 2010 19:22:44 +0200 Bram Moolenaar Support wide file names in gvimext. (Szabolcs Horvat) vim73
Sat, 10 Jul 2010 17:51:46 +0200 Bram Moolenaar Make joining a range of lines much faster. (Milan Vancura) vim73
Sat, 10 Jul 2010 16:36:59 +0200 Bram Moolenaar Fix bug: spell menu moved cursor, causing Copy not to work. Spell replacement vim73
Sat, 10 Jul 2010 15:52:35 +0200 Bram Moolenaar Update spell files for Ubuntu locale names. vim73
Sat, 10 Jul 2010 14:10:50 +0200 Bram Moolenaar Improve test for joining lines. (Milan Vancura) vim73
Sat, 10 Jul 2010 13:52:13 +0200 Bram Moolenaar Fixed ":s" message. Docs updates. vim73
Thu, 08 Jul 2010 22:27:55 +0200 Bram Moolenaar Make synstack() work on the character just after the end of the line. vim73
Wed, 07 Jul 2010 18:26:28 +0200 Bram Moolenaar Apply patch 7.2.445. vim73
Wed, 07 Jul 2010 15:14:03 +0200 Bram Moolenaar Make the dos installer work with more compilers. vim73
Wed, 07 Jul 2010 13:19:55 +0200 Bram Moolenaar Adjust MS-Windows installer so that it also works for 64 bit systems. (George vim73
Mon, 05 Jul 2010 22:57:59 +0200 Bram Moolenaar Change SKIP_GTK to SKIP_GTK2 in configure. vim73
Mon, 05 Jul 2010 22:22:57 +0200 Bram Moolenaar Better init for match highlighting when using conceal feature. vim73
Sun, 04 Jul 2010 22:20:21 +0200 Bram Moolenaar Mainly documentation updates. vim73
Fri, 02 Jul 2010 20:20:09 +0200 Bram Moolenaar Make updating text for conceal mode simpler. A few compiler warning fixes. vim73
Sun, 27 Jun 2010 05:18:54 +0200 Bram Moolenaar Added ":earlier 1f" and ":later 1f". vim73
Sun, 27 Jun 2010 01:15:55 +0200 Bram Moolenaar Add file save counter to undo information. Add undotree() function. vim73
Sat, 26 Jun 2010 21:15:50 +0200 Bram Moolenaar Remove wrong #ifdef added by previous change. vim73
Sat, 26 Jun 2010 06:24:45 +0200 Bram Moolenaar Various small fixes from Dominique Pelle. vim73
Sat, 26 Jun 2010 05:38:18 +0200 Bram Moolenaar Change remaining HAVE_GTK2 to FEAT_GUI_GTK. vim73
Sat, 26 Jun 2010 05:25:54 +0200 Bram Moolenaar Fix that :mksession may generate "2argu" even though there is no such vim73
Fri, 25 Jun 2010 05:37:59 +0200 Bram Moolenaar Remove the old and not well supported GTK 1 code. (James Vega) vim73
Fri, 25 Jun 2010 04:29:11 +0200 Bram Moolenaar Fix build problem with Ruby on Windows. (Cesar Romani) vim73
Thu, 24 Jun 2010 05:39:03 +0200 Bram Moolenaar Fix a memory leak in encryption. (Dominique Pelle) vim73
Thu, 24 Jun 2010 05:20:13 +0200 Bram Moolenaar Fix compiler warning. vim73
Tue, 22 Jun 2010 06:28:58 +0200 Bram Moolenaar Fix compiler warnings for shadowed variables. Make 'conceal' a long instead vim73
Tue, 22 Jun 2010 06:07:12 +0200 Bram Moolenaar Fixes for time in clipboard request. Also fix ownership. (David Fries) vim73
Tue, 22 Jun 2010 05:16:38 +0200 Bram Moolenaar Couple of small fixes for conceal feature. (Dominique Pelle) vim73
Mon, 21 Jun 2010 06:24:34 +0200 Bram Moolenaar Command line completion for :ownsyntax. (Dominique Pelle) vim73
Mon, 21 Jun 2010 06:15:46 +0200 Bram Moolenaar Crypt the swapfile. vim73
Mon, 14 Jun 2010 01:39:13 +0200 Bram Moolenaar Fix tiny build, move functions to undo.c. vim73
Sun, 13 Jun 2010 05:20:42 +0200 Bram Moolenaar Added salt to blowfish encryption. vim73
Sat, 12 Jun 2010 20:18:19 +0200 Bram Moolenaar Update help files. vim73
Sat, 12 Jun 2010 20:12:02 +0200 Bram Moolenaar updated for version 7.2.443 vim73
Sat, 12 Jun 2010 06:46:44 +0200 Bram Moolenaar Minor typo and docs update. vim73
Sat, 12 Jun 2010 06:45:20 +0200 Bram Moolenaar Avoid compiler warnings on Mac 10.6. vim73
Tue, 08 Jun 2010 23:17:01 +0200 Bram Moolenaar Update src/po/it.po. Fixed errors in ko.po. vim73
Tue, 08 Jun 2010 22:59:42 +0200 Bram Moolenaar Fix conceal feature for gj, gk, etc. (Vince Negri) vim73
Mon, 07 Jun 2010 23:07:44 +0200 Bram Moolenaar Fix crash when using ":grep". vim73
Mon, 07 Jun 2010 22:50:29 +0200 Bram Moolenaar Fix Make_ivc.mak makefile. (Vince Negri) vim73
Sun, 06 Jun 2010 23:10:19 +0200 Bram Moolenaar Fix crash for ":ownsyntax". (Dominique Pelle) vim73
Sun, 06 Jun 2010 23:04:47 +0200 Bram Moolenaar Avoid compiler warnings. vim73
Sun, 06 Jun 2010 17:41:24 +0200 Bram Moolenaar One more fix for conceal patch. vim73
Sun, 06 Jun 2010 16:11:09 +0200 Bram Moolenaar Fixed: after ":ownsyntax perl" and ":e" syntax was cleared in other window. vim73
Sun, 06 Jun 2010 15:21:10 +0200 Bram Moolenaar Fixed memory leak in ":ownsyntax". vim73
Sun, 06 Jun 2010 14:20:26 +0200 Bram Moolenaar Fix a few compiler warnings. Fix crash with encrypted undo file. vim73
Sat, 05 Jun 2010 23:22:07 +0200 Bram Moolenaar Add the conceal patch from Vince Negri. vim73
Sat, 05 Jun 2010 17:43:32 +0200 Bram Moolenaar Use full path in undofile(). Updated docs. vim73
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 vim73
Thu, 03 Jun 2010 21:17:25 +0200 Bram Moolenaar Add patch to improve support of z/OS (OS/390). (Ralf Schandl) vim73
Thu, 03 Jun 2010 20:25:18 +0200 Bram Moolenaar Move text from various.txt to a new helphelp.txt help file. vim73
Wed, 02 Jun 2010 20:32:23 +0200 Bram Moolenaar Optimize the blowfish crypt/decrypt code a bit more. vim73
Tue, 01 Jun 2010 23:37:39 +0200 Bram Moolenaar Made crypt/decrypt faster. vim73
Tue, 01 Jun 2010 21:57:09 +0200 Bram Moolenaar Fix completion of file names with '%' and '*'. vim73
Tue, 01 Jun 2010 19:58:08 +0200 Bram Moolenaar Don't use pointers to store numbers, use a union. vim73
Mon, 31 May 2010 21:59:46 +0200 Bram Moolenaar Correct use of long instead of off_t for file size. (James Vega) vim73
Mon, 31 May 2010 21:27:30 +0200 Bram Moolenaar Add test for gettabvar() and settabvar(). vim73
Sun, 30 May 2010 22:48:02 +0200 Bram Moolenaar Crypt the text in the undo file if the file itself is crypted. vim73
Sun, 30 May 2010 20:40:11 +0200 Bram Moolenaar Made reading/writing undo info a bit more robust. vim73
Sun, 30 May 2010 19:00:15 +0200 Bram Moolenaar Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) vim73
Sun, 30 May 2010 18:30:36 +0200 Bram Moolenaar Added the undofile() function. Updated runtime files. vim73
Sun, 30 May 2010 17:17:42 +0200 Bram Moolenaar Do not write an undo file if there is nothing to undo. vim73
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 vim73
Sun, 30 May 2010 16:01:37 +0200 Bram Moolenaar A bit of cleanup and simplification for undofile. vim73
Sun, 30 May 2010 13:26:21 +0200 Bram Moolenaar A few more fixes for undo file. Split test in two parts so that it doesn't vim73
Sat, 29 May 2010 20:33:07 +0200 Bram Moolenaar Various improvements to undo file code to make it more robust. vim73
Sat, 29 May 2010 15:40:47 +0200 Bram Moolenaar Remove old and unused method to allocate memory for undo. vim73
Sat, 29 May 2010 15:11:47 +0200 Bram Moolenaar Fix a few more things for persistent undo. vim73
Fri, 28 May 2010 22:06:46 +0200 Bram Moolenaar updated for version 7.2.440 vim73
Fri, 28 May 2010 21:31:58 +0200 Bram Moolenaar updated for version 7.2.439 vim73
Fri, 28 May 2010 21:07:08 +0200 Bram Moolenaar Don't execute some autocommands when v:dying is 2 or more. vim73
Fri, 28 May 2010 20:54:39 +0200 Bram Moolenaar Runtime file updates. vim73
Wed, 26 May 2010 21:42:54 +0200 Bram Moolenaar Fix definition of UINT_PTR for 64 bit systems. vim73
Wed, 26 May 2010 21:21:00 +0200 Bram Moolenaar More strict checks for the undo file. vim73
Tue, 25 May 2010 22:09:21 +0200 Bram Moolenaar Fix for using ":wundo foo" when foo is an empty file. vim73
Tue, 25 May 2010 21:37:17 +0200 Bram Moolenaar updated for version 7.2.438 vim73
Tue, 25 May 2010 21:02:00 +0200 Bram Moolenaar Found a way to make the MS-Windows installer wait for the uninstaller to vim73
Mon, 24 May 2010 22:06:04 +0200 Bram Moolenaar And another small fix for persistent undo. vim73
Mon, 24 May 2010 22:02:24 +0200 Bram Moolenaar Fix: :wundo didn't work in a buffer without a name. vim73
Mon, 24 May 2010 21:34:22 +0200 Bram Moolenaar Improve the MS-Windows installer. vim73
Mon, 24 May 2010 21:25:23 +0200 Bram Moolenaar Tiny change for Italian man page. vim73
Mon, 24 May 2010 11:59:29 +0200 Bram Moolenaar Fix uninit memory read in undo code. Fix uint32_t in proto file. vim73
Sun, 23 May 2010 23:34:36 +0200 Bram Moolenaar Included patch for persistent undo. Lots of changes and added test. vim73
Sun, 23 May 2010 12:06:58 +0200 Bram Moolenaar Fix for Netbeans on MS-Windows not compiling. vim73
Sat, 22 May 2010 21:56:55 +0200 Bram Moolenaar Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr. vim73
Sat, 22 May 2010 21:37:53 +0200 Bram Moolenaar Fix wrong memory access when clearing crypt key. vim73
Sat, 22 May 2010 21:34:09 +0200 Bram Moolenaar Add :nbstart and :nbclose. vim73
Sat, 22 May 2010 18:28:27 +0200 Bram Moolenaar Included the patch to support netbeans in a terminal. vim73
Sat, 22 May 2010 15:50:12 +0200 Bram Moolenaar Fix: window title not updated after file dropped. vim73
Sat, 22 May 2010 15:37:44 +0200 Bram Moolenaar Add the settabvar() and gettabvar() functions. vim73
Fri, 21 May 2010 16:33:48 +0200 Bram Moolenaar Add extra floating point functions. vim73
Fri, 21 May 2010 15:46:35 +0200 Bram Moolenaar "g8" doesn't work properly on a NUL. vim73
Fri, 21 May 2010 15:36:08 +0200 Bram Moolenaar A few more changes for encryption. Add test that encrypted file can be read. vim73
Fri, 21 May 2010 13:08:58 +0200 Bram Moolenaar updated for version 7.2.437 vim73
Fri, 21 May 2010 12:05:36 +0200 Bram Moolenaar Updated runtime files. vim73
Fri, 21 May 2010 12:04:55 +0200 Bram Moolenaar Other solution for GTK not changing the locale. vim73
Thu, 20 May 2010 21:46:00 +0200 Bram Moolenaar Various smaller changes. Updated proto files. Updated dependencies. vim73
Wed, 19 May 2010 21:57:45 +0200 Bram Moolenaar Use UINT32_T in the code, define it to uint32_t or unsigned int. vim73
Tue, 18 May 2010 22:28:22 +0200 Bram Moolenaar Updated a few runtime files. vim73
Tue, 18 May 2010 21:49:58 +0200 Bram Moolenaar One more fix for defining uint32_t. vim73
Tue, 18 May 2010 21:41:09 +0200 Bram Moolenaar Change wording in link.sh: "remove" -> "omit" vim73
Tue, 18 May 2010 21:17:10 +0200 Bram Moolenaar Fix build on Cygwin and MingW. vim73
Tue, 18 May 2010 21:05:27 +0200 Bram Moolenaar Undefine uint32_t when building if_perl.xs to fix the build. vim73
Mon, 16 Aug 2010 21:23:05 +0200 Bram Moolenaar Mark this revision the (end of the) Vim 7.2 branch. vim72
Tue, 18 May 2010 20:34:20 +0200 Bram Moolenaar Add blowfish and sha256 source files to more Makefiles. vim73
Mon, 12 Jul 2010 21:38:19 +0200 Bram Moolenaar updated for version 7.2.446 v7.2.446
Mon, 17 May 2010 22:07:47 +0200 Bram Moolenaar Small update to help files. vim73
Wed, 07 Jul 2010 18:20:28 +0200 Bram Moolenaar updated for version 7.2.445 v7.2.445
Mon, 17 May 2010 22:07:15 +0200 Bram Moolenaar Avoid warnings for unused arguments when compiling with Gnome. vim73
Sun, 13 Jun 2010 02:35:46 +0200 Bram Moolenaar updated for version 7.2.444 v7.2.444
Mon, 17 May 2010 21:37:47 +0200 Bram Moolenaar Undo undesired changes in src/Makefile. vim73
Sat, 12 Jun 2010 20:12:02 +0200 Bram Moolenaar updated for version 7.2.443 v7.2.443
Mon, 17 May 2010 20:32:55 +0200 Bram Moolenaar Fixed encryption big/little endian test. vim73
Sat, 05 Jun 2010 12:49:46 +0200 Bram Moolenaar updated for version 7.2.442 v7.2.442
Sun, 16 May 2010 23:02:33 +0200 Bram Moolenaar Minor updates to blowfish encryption. vim73
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 v7.2.441
Sun, 16 May 2010 22:32:54 +0200 Bram Moolenaar Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. vim73
Fri, 28 May 2010 22:06:46 +0200 Bram Moolenaar updated for version 7.2.440 v7.2.440
Sun, 16 May 2010 15:46:46 +0200 Bram Moolenaar Add 'relativenumber' patch from Markus Heidelberg. vim73
Fri, 28 May 2010 21:31:58 +0200 Bram Moolenaar updated for version 7.2.439 v7.2.439
Sun, 16 May 2010 15:15:27 +0200 Bram Moolenaar Remove outdated line from top Makefile. vim73
Tue, 25 May 2010 21:37:17 +0200 Bram Moolenaar updated for version 7.2.438 v7.2.438
Sun, 16 May 2010 15:14:25 +0200 Bram Moolenaar Move items around in the todo list. vim73
Fri, 21 May 2010 13:08:58 +0200 Bram Moolenaar updated for version 7.2.437 v7.2.437
Sun, 16 May 2010 13:56:06 +0200 Bram Moolenaar updated for version 7.2.436 vim73
Sun, 16 May 2010 13:56:06 +0200 Bram Moolenaar updated for version 7.2.436 v7.2.436
Sun, 16 May 2010 13:40:33 +0200 Bram Moolenaar Fix typo in release date. vim73
Sun, 16 May 2010 13:26:25 +0200 Bram Moolenaar updated for version 7.2.435 v7.2.435
Sun, 16 May 2010 13:26:25 +0200 Bram Moolenaar updated for version 7.2.435 vim73
Sun, 16 May 2010 12:32:51 +0200 Bram Moolenaar updated for version 7.2.434 v7.2.434
Sun, 16 May 2010 12:49:27 +0200 Bram Moolenaar Merge patch 7.2.434. vim73
Sat, 15 May 2010 21:13:04 +0200 Bram Moolenaar Undo changes that are meant for the Vim 7.3 branch.
Sat, 15 May 2010 21:29:02 +0200 Bram Moolenaar Merged change from default branch: Correct Japanese menus. vim73
Sat, 15 May 2010 17:06:53 +0200 Bram Moolenaar After recovery check if the text changed. If it did mark the buffer as
Sat, 15 May 2010 17:06:53 +0200 Bram Moolenaar After recovery check if the text changed. If it did mark the buffer as vim73