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
|