Bram Moolenaar
8e46927a32
Changes for VMS. Mostly by Zoltan Arpadffy.
2010-07-28 19:38:16 +02:00
Bram Moolenaar
8d9b40e71a
Add support for horizontal scroll wheel. (Bjorn Winckler)
2010-07-25 15:49:07 +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
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
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
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
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
c095b280df
Fix hang when resizing in diff mode and there are concealed items.
2010-07-20 22:33:34 +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
973bd47c48
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
2010-07-20 11:29:07 +02:00
Bram Moolenaar
a7781e0516
Never hide text for conceal in cursor line. Do hide when there is
...
highlighting.
2010-07-19 20:13:22 +02:00
Bram Moolenaar
c400cb9ca7
Rename w_p_conceal to w_p_conc for consistency.
2010-07-19 19:52:13 +02:00
Bram Moolenaar
d160c34019
Fix: 'colorcolumn' interfered with concealed text.
2010-07-18 23:30:34 +02:00
Bram Moolenaar
72597a57b5
Added strwidth() and strchars() functions.
2010-07-18 15:31:08 +02:00
Bram Moolenaar
ac550fdb4b
Make 'cursorcolumn' work together with the conceal feature.
2010-07-18 13:55:02 +02:00
Bram Moolenaar
1a38442dbc
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
2010-07-14 19:53:30 +02:00
Bram Moolenaar
e667c95335
Change SKIP_GTK to SKIP_GTK2 in configure.
2010-07-05 22:57:59 +02:00
Bram Moolenaar
0af8cebc6c
Better init for match highlighting when using conceal feature.
2010-07-05 22:22:57 +02:00
Bram Moolenaar
0eda7ac7f8
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
2010-06-26 05:38:18 +02:00
Bram Moolenaar
370df58df9
Couple of small fixes for conceal feature. (Dominique Pelle)
2010-06-22 05:16:38 +02:00
Bram Moolenaar
9d6650f6c4
Avoid compiler warnings.
2010-06-06 23:04:47 +02:00
Bram Moolenaar
860cae1cec
Add the conceal patch from Vince Negri.
2010-06-05 23:22:07 +02:00
Bram Moolenaar
fd3e5dc97f
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
2010-05-30 19:00:15 +02:00
Bram Moolenaar
b26e6327e6
Add :nbstart and :nbclose.
2010-05-22 21:34:09 +02:00
Bram Moolenaar
64486671c3
Add 'relativenumber' patch from Markus Heidelberg.
2010-05-16 15:46:46 +02:00
Bram Moolenaar
70c49c1af4
updated for version 7.2.406
...
Problem: Patch 7.2.119 introduces uninit mem read. (Dominique Pelle)
Solution: Only used ScreeenLinesC when ScreeenLinesUC is not zero. (Yukihiro
Nakadaira) Also clear ScreeenLinesC when allocating.
2010-03-23 15:36:35 +01:00
Bram Moolenaar
216b71069a
updated for version 7.2.404
...
Problem: Pointers for composing characters are not properly initialized.
Solution: Compute the size of the pointer, not what it points to. (Yukihiro
Nakadaira)
2010-03-23 13:56:59 +01:00
Bram Moolenaar
990bb661a1
updated for version 7.2.354
...
Problem: Japanese single-width double-byte characters not handled correctly.
Solution: Put 0x8e in ScreenLines[] and the second byte in ScreenLines2[].
(partly by Kikuchan)
2010-02-03 15:48:04 +01:00
Bram Moolenaar
e4ebd29ea9
updated for version 7.2.341
...
Problem: Popup menu wraps to next line when double-wide character doesn't
fit. (Jiang Ma)
Solution: Display a ">" instead. (Dominique Pelle)
2010-01-19 17:40:46 +01:00
Bram Moolenaar
19f990e497
updated for version 7.2-305
2009-11-25 12:08:03 +00:00
Bram Moolenaar
5462018872
updated for version 7.2-291
2009-11-11 16:07:20 +00:00
Bram Moolenaar
bb6a705451
updated for version 7.2-281
2009-11-03 16:36:44 +00:00
Bram Moolenaar
362f3569ae
updated for version 7.2-280
2009-11-03 16:20:34 +00:00
Bram Moolenaar
5e9b4540fd
updated for version 7.2-243
2009-07-29 14:24:36 +00:00
Bram Moolenaar
adb09c2e69
updated for version 7.2-207
2009-06-16 15:22:12 +00:00
Bram Moolenaar
746ebd3b6a
updated for version 7.2-203
2009-06-16 14:01:43 +00:00
Bram Moolenaar
2c4278fc73
updated for version 7.2-180
2009-05-17 11:33:22 +00:00
Bram Moolenaar
0ab2a8870c
updated for version 7.2-168
2009-05-13 10:51:08 +00:00
Bram Moolenaar
f3205d1ee7
updated for version 7.2-148
2009-03-18 18:09:03 +00:00
Bram Moolenaar
1b636fa0e8
updated for version 7.2-147
2009-03-18 15:28:08 +00:00
Bram Moolenaar
2bea291af0
updated for version 7.2-141
2009-03-11 16:58:40 +00:00
Bram Moolenaar
f837ef9e7b
updated for version 7.2-140
2009-03-11 16:47:21 +00:00
Bram Moolenaar
87e817c586
updated for version 7.2-122
2009-02-22 20:13:39 +00:00
Bram Moolenaar
ffcce30fdb
updated for version 7.2-119
2009-02-22 00:14:58 +00:00
Bram Moolenaar
bb9c7d1cc5
updated for version 7.2-117
2009-02-21 23:03:09 +00:00
Bram Moolenaar
fa363cd16f
updated for version 7.2-112
2009-02-21 20:23:59 +00:00
Bram Moolenaar
54ef7116a0
updated for version 7.2-111
2009-02-21 20:11:41 +00:00