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
|
Wed, 14 Jul 2010 19:53:30 +0200 |
Bram Moolenaar |
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
vim73
|
Wed, 14 Jul 2010 16:52:17 +0200 |
Bram Moolenaar |
Support completion for ":find". (Nazri Ramliy)
vim73
|
Wed, 14 Jul 2010 13:58:07 +0200 |
Bram Moolenaar |
Add clipboard support in Mac console. (Bjorn Winckler)
vim73
|
Mon, 21 Jun 2010 06:24:34 +0200 |
Bram Moolenaar |
Command line completion for :ownsyntax. (Dominique Pelle)
vim73
|
Sat, 05 Jun 2010 23:22:07 +0200 |
Bram Moolenaar |
Add the conceal patch from Vince Negri.
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, 24 May 2010 21:34:22 +0200 |
Bram Moolenaar |
Improve the MS-Windows installer.
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
|
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 21:49:58 +0200 |
Bram Moolenaar |
One more fix for defining uint32_t.
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
|