Bram Moolenaar
|
7510fe7433
|
Add the synconcealed() function and use it for :TOhtml. (Benjamin Fritz)
|
2010-07-25 12:46:44 +02:00 |
|
Bram Moolenaar
|
e6dc573b6e
|
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
|
2010-07-24 23:52:26 +02:00 |
|
Bram Moolenaar
|
170bf1aed5
|
Move some common code from if_python.c and if_python3.c to if_py_both.h.
|
2010-07-24 23:51:45 +02:00 |
|
Bram Moolenaar
|
365bdf7a7b
|
More runtime file updates.
|
2010-07-24 20:57:44 +02:00 |
|
Bram Moolenaar
|
eb80f04f6e
|
Fix for compiler warning about function prototype in pty.c.
|
2010-07-24 20:44:27 +02:00 |
|
Bram Moolenaar
|
1b20d3d608
|
Add 'window' to the options window.
|
2010-07-24 20:44:02 +02:00 |
|
Bram Moolenaar
|
1deee627fa
|
Further improvements for :options. (Dominique Pelle)
|
2010-07-24 20:35:12 +02:00 |
|
Bram Moolenaar
|
59f931ef54
|
Add the 'undoreload' option to be able to undo a file reload.
|
2010-07-24 20:27:03 +02:00 |
|
Bram Moolenaar
|
72ada0f8c2
|
Fix for cursor position in wrapped line with concealed text.
|
2010-07-24 17:39:52 +02:00 |
|
Bram Moolenaar
|
ffbbcb597c
|
Give each syntax item a sequence number, so that we know when it starts and
can show the 'cchar' for each of them.
|
2010-07-24 17:29:03 +02:00 |
|
Bram Moolenaar
|
2c3b1d9976
|
Document extra argument for Python append().
|
2010-07-24 16:58:02 +02:00 |
|
Bram Moolenaar
|
904c622b10
|
Fix: errors for allocating zero bytes when profiling an empty function.
|
2010-07-24 16:57:39 +02:00 |
|
Bram Moolenaar
|
5dff57d714
|
Remove -arch flag from build flags for Perl. (Bjorn Wickler)
|
2010-07-24 16:19:44 +02:00 |
|
Bram Moolenaar
|
9f5e36bc60
|
Find python3 also in lib64 directory. (Ben Boeckel)
|
2010-07-24 16:11:21 +02:00 |
|
Bram Moolenaar
|
b31e4383cd
|
Fix memory leak in :find completion. (Dominique Pelle)
|
2010-07-24 16:01:56 +02:00 |
|
Bram Moolenaar
|
4f99eae082
|
Better text for 'concealcursor' in :options window.
|
2010-07-24 15:56:43 +02:00 |
|
Bram Moolenaar
|
fa9a37096d
|
Fix 'autochdir' not showing up in :options window. (Dominique Pelle)
Adjust :options window for changes in conceal options.
|
2010-07-24 15:48:31 +02:00 |
|
Bram Moolenaar
|
4c3a326c53
|
Temporary solution for crashing when using both :py and :py3: disallow both in
one session.
|
2010-07-24 15:42:14 +02:00 |
|
Bram Moolenaar
|
2a7e2a6254
|
Specify library to load for Python more precisely. (James Vega)
|
2010-07-24 15:19:11 +02:00 |
|
Bram Moolenaar
|
ca8c9867c2
|
Add the 'c' flag to 'concealcursor'.
|
2010-07-24 15:00:38 +02:00 |
|
Bram Moolenaar
|
f691b84fba
|
Another conceal fix: cursor in wrong column when 'number' set.
|
2010-07-24 13:31:09 +02:00 |
|
Bram Moolenaar
|
f70e3d6c7e
|
Don't conceal text in lines inside the Visual area.
|
2010-07-24 13:15:07 +02:00 |
|
Bram Moolenaar
|
d497a30cbe
|
Window split didn't copy the value of 'conceallevel'.
|
2010-07-23 22:27:03 +02:00 |
|
Bram Moolenaar
|
f5963f719e
|
Add the 'concealcursor' option to decide when the cursor line is to be
concealed or not.
Rename 'conc' to 'cole' as the short name for 'conceallevel'.
|
2010-07-23 22:10:27 +02:00 |
|
Bram Moolenaar
|
c88ebf7fa8
|
Update Fortran indent and syntax file. (Ajit Thakkar)
|
2010-07-22 22:30:23 +02:00 |
|
Bram Moolenaar
|
8a09b98ff1
|
Fix: strdisplaywidth("x", 2) returned 3 instead of 1.
|
2010-07-22 22:20:57 +02:00 |
|
Bram Moolenaar
|
27c735b2f8
|
For conceal mode: when two different syntax items follow each other, show the
replacement character for both.
|
2010-07-22 22:16:29 +02:00 |
|
Bram Moolenaar
|
fa5d1e63c7
|
Fix: "import termios" doesn't work with dynamically loaded Python. (James
Vega)
|
2010-07-22 21:44:13 +02:00 |
|
Bram Moolenaar
|
2334b6d594
|
Make it possible to load Lua dynamically on Unix. (Luis Carvalho)
|
2010-07-22 21:32:16 +02:00 |
|
Bram Moolenaar
|
766fb0d2b2
|
Fix building with Perl on Windows with MingW. (James Vega)
|
2010-07-22 11:34:16 +02:00 |
|
Bram Moolenaar
|
c89533b525
|
Update French and Esperanto translations. (Dominique Pelle)
|
2010-07-21 22:27:37 +02:00 |
|
Bram Moolenaar
|
e06c188bbf
|
Make it possible to load Perl dynamically on Unix. (James Vega)
|
2010-07-21 22:05:20 +02:00 |
|
Bram Moolenaar
|
cdda8fe1c6
|
Fix dependencies in help Makefile. (James Vega)
|
2010-07-21 20:40:27 +02:00 |
|
Bram Moolenaar
|
60aad974be
|
Small docs fixes.
|
2010-07-21 20:36:22 +02:00 |
|
Bram Moolenaar
|
ce69e82711
|
Fix build problem when fchown() not available. (Gary Johnson)
|
2010-07-21 20:31:07 +02:00 |
|
Bram Moolenaar
|
b65905262b
|
Fix that :py3file was not working.
|
2010-07-21 16:00:43 +02:00 |
|
Bram Moolenaar
|
b8521960d6
|
Update timestamps for recently changed help files.
|
2010-07-20 22:45:13 +02:00 |
|
Bram Moolenaar
|
c095b280df
|
Fix hang when resizing in diff mode and there are concealed items.
|
2010-07-20 22:33:34 +02:00 |
|
Bram Moolenaar
|
5bedfc6091
|
Avoid error when exiting in diff mode with EXITFREE defined.
|
2010-07-20 22:30:01 +02:00 |
|
Bram Moolenaar
|
9c44972817
|
When resetting 'mousehide' show the mouse pointer right away.
|
2010-07-20 18:44:27 +02:00 |
|
Bram Moolenaar
|
cb9d45cb84
|
Fix some duplicates in ":find" completion. (Nazri Ramliy)
|
2010-07-20 18:10:15 +02:00 |
|
Bram Moolenaar
|
49771f4fb0
|
Change 'cryptmethod' from a number to a string option. Make it global-local.
|
2010-07-20 17:32:38 +02:00 |
|
Bram Moolenaar
|
c7040a5615
|
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
|
2010-07-20 13:11:28 +02:00 |
|
Bram Moolenaar
|
704ac92541
|
Add a few items to the syntax menu. Split up long submenus.
|
2010-07-20 13:10:11 +02:00 |
|
Bram Moolenaar
|
fa01c39d48
|
Updated sh and vim syntax files. (Charles Campbell)
|
2010-07-20 12:36:02 +02:00 |
|
Bram Moolenaar
|
973bd47c48
|
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
|
2010-07-20 11:29:07 +02:00 |
|
Bram Moolenaar
|
fcb7ab6117
|
Fix typos in documentation. (Dominique Pelle)
|
2010-07-20 11:16:17 +02:00 |
|
Bram Moolenaar
|
9e193ac732
|
Fixed: crash with ":find " completion, using uninitialized count.
|
2010-07-19 23:11:27 +02:00 |
|
Bram Moolenaar
|
97ff9de4a5
|
Updated Ukranian translations. (Anatoli Sakhnik)
|
2010-07-19 22:08:50 +02:00 |
|
Bram Moolenaar
|
25f076536f
|
Updated Polish translations. (Mikolaj Machowski)
|
2010-07-19 21:51:01 +02:00 |
|