index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated for version 7.3.479
v7.3.479
Bram Moolenaar
2012-03-23
1
-2
/
+4
*
updated for version 7.3.472
v7.3.472
Bram Moolenaar
2012-03-16
1
-0
/
+6
*
updated for version 7.3.426
v7.3.426
Bram Moolenaar
2012-02-04
1
-7
/
+7
*
updated for version 7.3.400
v7.3.400
Bram Moolenaar
2012-01-10
1
-8
/
+8
*
updated for version 7.3.394
v7.3.394
Bram Moolenaar
2012-01-10
1
-3
/
+7
*
updated for version 7.3.292
v7.3.292
Bram Moolenaar
2011-09-02
1
-1
/
+3
*
updated for version 7.3.274
v7.3.274
Bram Moolenaar
2011-08-10
1
-1
/
+1
*
updated for version 7.3.140
v7.3.140
Bram Moolenaar
2011-03-22
1
-5
/
+1
*
updated for version 7.3.116
v7.3.116
Bram Moolenaar
2011-02-09
1
-1
/
+5
*
updated for version 7.3.111
v7.3.111
Bram Moolenaar
2011-02-01
1
-2
/
+10
*
updated for version 7.3.094
v7.3.094
Bram Moolenaar
2010-12-30
1
-3
/
+2
*
updated for version 7.3.081
v7.3.081
Bram Moolenaar
2010-12-08
1
-3
/
+12
*
Conceal feature caused the 'cursorline' highlighting to stop early.
Bram Moolenaar
2010-08-13
1
-1
/
+5
*
Remove unused code.
Bram Moolenaar
2010-08-08
1
-8
/
+3
*
Fix: An unprintable multi-byte character at the start of the screen line
Bram Moolenaar
2010-08-07
1
-2
/
+3
*
Changes for VMS. Mostly by Zoltan Arpadffy.
Bram Moolenaar
2010-07-28
1
-1
/
+1
*
Add support for horizontal scroll wheel. (Bjorn Winckler)
Bram Moolenaar
2010-07-25
1
-1
/
+1
*
Let 'v' flag in 'concealcursor' apply to all lines in the Visual area.
Bram Moolenaar
2010-07-24
1
-1
/
+2
*
Fix for cursor position in wrapped line with concealed text.
Bram Moolenaar
2010-07-24
1
-0
/
+1
*
Give each syntax item a sequence number, so that we know when it starts and
Bram Moolenaar
2010-07-24
1
-4
/
+4
*
Add the 'c' flag to 'concealcursor'.
Bram Moolenaar
2010-07-24
1
-0
/
+2
*
Another conceal fix: cursor in wrong column when 'number' set.
Bram Moolenaar
2010-07-24
1
-1
/
+2
*
Don't conceal text in lines inside the Visual area.
Bram Moolenaar
2010-07-24
1
-1
/
+2
*
Add the 'concealcursor' option to decide when the cursor line is to be
Bram Moolenaar
2010-07-23
1
-6
/
+59
*
For conceal mode: when two different syntax items follow each other, show the
Bram Moolenaar
2010-07-22
1
-10
/
+11
*
Fix hang when resizing in diff mode and there are concealed items.
Bram Moolenaar
2010-07-20
1
-0
/
+6
*
Fix: When 'searchhl' causes a hang make CTRL-C disable 'shearchhl'.
Bram Moolenaar
2010-07-20
1
-1
/
+1
*
Fix 'colorcolumn' adjecent columns not highlighted after end of line.
Bram Moolenaar
2010-07-20
1
-4
/
+4
*
Never hide text for conceal in cursor line. Do hide when there is
Bram Moolenaar
2010-07-19
1
-6
/
+3
*
Rename w_p_conceal to w_p_conc for consistency.
Bram Moolenaar
2010-07-19
1
-6
/
+6
*
Fix: 'colorcolumn' interfered with concealed text.
Bram Moolenaar
2010-07-18
1
-1
/
+1
*
Added strwidth() and strchars() functions.
Bram Moolenaar
2010-07-18
1
-2
/
+2
*
Make 'cursorcolumn' work together with the conceal feature.
Bram Moolenaar
2010-07-18
1
-31
/
+29
*
Added 'colorcolumn' option. Partly by Gregor Uhlenheuer.
Bram Moolenaar
2010-07-14
1
-20
/
+80
*
Change SKIP_GTK to SKIP_GTK2 in configure.
Bram Moolenaar
2010-07-05
1
-4
/
+4
*
Better init for match highlighting when using conceal feature.
Bram Moolenaar
2010-07-05
1
-24
/
+38
*
Change remaining HAVE_GTK2 to FEAT_GUI_GTK.
Bram Moolenaar
2010-06-26
1
-2
/
+2
*
Couple of small fixes for conceal feature. (Dominique Pelle)
Bram Moolenaar
2010-06-22
1
-1
/
+1
*
Avoid compiler warnings.
Bram Moolenaar
2010-06-06
1
-1
/
+1
*
Add the conceal patch from Vince Negri.
Bram Moolenaar
2010-06-05
1
-20
/
+252
*
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
Bram Moolenaar
2010-05-30
1
-0
/
+3
*
Add :nbstart and :nbclose.
Bram Moolenaar
2010-05-22
1
-1
/
+1
*
Add 'relativenumber' patch from Markus Heidelberg.
Bram Moolenaar
2010-05-16
1
-17
/
+47
*
updated for version 7.2.406
v7.2.406
Bram Moolenaar
2010-03-23
1
-6
/
+11
*
updated for version 7.2.404
v7.2.404
Bram Moolenaar
2010-03-23
1
-1
/
+1
*
updated for version 7.2.354
v7.2.354
Bram Moolenaar
2010-02-03
1
-7
/
+10
*
updated for version 7.2.341
v7.2.341
Bram Moolenaar
2010-01-19
1
-1
/
+8
*
updated for version 7.2-305
v7.2.305
Bram Moolenaar
2009-11-25
1
-2
/
+12
*
updated for version 7.2-291
v7.2.291
Bram Moolenaar
2009-11-11
1
-1
/
+2
*
updated for version 7.2-281
v7.2.281
Bram Moolenaar
2009-11-03
1
-4
/
+26
[next]