]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.274
- new
[packages/vim.git] / 7.3.274
CommitLineData
a2d6bae2 1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.274
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.274
11Problem: With concealed characters tabs do not have the right size.
12Solution: Use VCOL_HLC instead of vcol. (Eiichi Sato)
13Files: src/screen.c
14
15
16*** ../vim-7.3.273/src/screen.c 2011-03-22 13:29:20.000000000 +0100
17--- src/screen.c 2011-08-10 14:22:47.000000000 +0200
18***************
19*** 4252,4258 ****
20 {
21 /* tab amount depends on current column */
22 n_extra = (int)wp->w_buffer->b_p_ts
23! - vcol % (int)wp->w_buffer->b_p_ts - 1;
24 #ifdef FEAT_MBYTE
25 mb_utf8 = FALSE; /* don't draw as UTF-8 */
26 #endif
27--- 4252,4258 ----
28 {
29 /* tab amount depends on current column */
30 n_extra = (int)wp->w_buffer->b_p_ts
31! - VCOL_HLC % (int)wp->w_buffer->b_p_ts - 1;
32 #ifdef FEAT_MBYTE
33 mb_utf8 = FALSE; /* don't draw as UTF-8 */
34 #endif
35*** ../vim-7.3.273/src/version.c 2011-08-10 13:21:30.000000000 +0200
36--- src/version.c 2011-08-10 14:23:38.000000000 +0200
37***************
38*** 711,712 ****
39--- 711,714 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 274,
43 /**/
44
45--
46 Arthur pulls Pin out. The MONK blesses the grenade as ...
47ARTHUR: (quietly) One, two, five ...
48GALAHAD: Three, sir!
49ARTHUR: Three.
50 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ an exciting new programming language -- http://www.Zimbu.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.036293 seconds and 4 git commands to generate.