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
/
sign.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-1
/
+1
*
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-04-02
1
-11
/
+14
*
patch 8.2.0281: two placed signs in the same line are not combined
v8.2.0281
Bram Moolenaar
2020-02-19
1
-0
/
+24
*
patch 8.2.0108: when sign text is changed a manual redraw is needed
v8.2.0108
Bram Moolenaar
2020-01-09
1
-2
/
+10
*
patch 8.1.2394: using old C style comments
v8.1.2394
Bram Moolenaar
2019-12-05
1
-3
/
+3
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-2
/
+2
*
patch 8.1.2362: cannot place signs in a popup window
v8.1.2362
Bram Moolenaar
2019-11-30
1
-5
/
+16
*
patch 8.1.2295: if buffer of popup is in another window cursorline sign shows
v8.1.2295
Bram Moolenaar
2019-11-12
1
-2
/
+44
*
patch 8.1.2205: sign entry structure has confusing name
v8.1.2205
Bram Moolenaar
2019-10-24
1
-157
/
+157
*
patch 8.1.1899: sign_place() does not work as documented
v8.1.1899
Bram Moolenaar
2019-08-21
1
-2
/
+5
*
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
v8.1.1887
Bram Moolenaar
2019-08-18
1
-2
/
+0
*
patch 8.1.1827: allocating more memory than needed for extended structs
v8.1.1827
Bram Moolenaar
2019-08-08
1
-1
/
+1
*
patch 8.1.1718: popup menu highlighting does not look good
v8.1.1718
Bram Moolenaar
2019-07-20
1
-6
/
+16
*
patch 8.1.1682: placing a larger number of signs is slow
v8.1.1682
Bram Moolenaar
2019-07-13
1
-115
/
+349
*
patch 8.1.1631: displaying signs is inefficient
v8.1.1631
Bram Moolenaar
2019-07-04
1
-60
/
+66
*
patch 8.1.1623: display wrong with signs in narrow number column
v8.1.1623
Bram Moolenaar
2019-07-04
1
-0
/
+26
*
patch 8.1.1608: the evalfunc.c file is too big
v8.1.1608
Bram Moolenaar
2019-06-29
1
-5
/
+356
*
patch 8.1.1552: cursor position is wrong after sign column changes
v8.1.1552
Bram Moolenaar
2019-06-16
1
-3
/
+3
*
patch 8.1.1489: sign order wrong when priority was changed
v8.1.1489
Bram Moolenaar
2019-06-07
1
-0
/
+73
*
patch 8.1.1466: not updating priority on existing sign
v8.1.1466
Bram Moolenaar
2019-06-04
1
-0
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-4
/
+3
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-4
/
+2
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-3
/
+3
*
patch 8.1.0939: no completion for sign group names
v8.1.0939
Bram Moolenaar
2019-02-17
1
-37
/
+91
*
patch 8.1.0810: too many #ifdefs
v8.1.0810
Bram Moolenaar
2019-01-24
1
-2
/
+0
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-13
/
+13
*
patch 8.1.0772: the sign_define_by_name() function is too long
v8.1.0772
Bram Moolenaar
2019-01-18
1
-105
/
+138
*
patch 8.1.0767: when deleting lines at the bottom signs are misplaced
v8.1.0767
Bram Moolenaar
2019-01-17
1
-5
/
+15
*
patch 8.1.0753: printf format not checked for semsg()
v8.1.0753
Bram Moolenaar
2019-01-15
1
-2
/
+2
*
patch 8.1.0750: when the last sign is deleted the signcolumn may remain
v8.1.0750
Bram Moolenaar
2019-01-14
1
-5
/
+8
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-22
/
+22
*
patch 8.1.0717: there is no function for the ":sign jump" command
v8.1.0717
Bram Moolenaar
2019-01-11
1
-85
/
+96
*
patch 8.1.0709: windows are updated for every added/deleted sign
v8.1.0709
Bram Moolenaar
2019-01-09
1
-25
/
+23
*
patch 8.1.0702: ":sign place" only uses the current buffer
v8.1.0702
Bram Moolenaar
2019-01-07
1
-1
/
+4
*
patch 8.1.0701: sign message not translated and inconsistent spacing
v8.1.0701
Bram Moolenaar
2019-01-07
1
-6
/
+6
*
patch 8.1.0697: ":sign place" requires the buffer argument
v8.1.0697
Bram Moolenaar
2019-01-06
1
-1
/
+6
*
patch 8.1.0673: functionality for signs is spread out over several files
v8.1.0673
Bram Moolenaar
2019-01-01
1
-0
/
+1880