Sun, 25 Jul 2010 13:12:49 +0200 |
Bram Moolenaar |
Use the SONAME-versioned liblua, if it exists. (James Vega)
vim73
|
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
|