summaryrefslogtreecommitdiff
path: root/src/sign.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-121-4/+4
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-11/+14
* patch 8.2.0281: two placed signs in the same line are not combinedv8.2.0281Bram Moolenaar2020-02-191-0/+24
* patch 8.2.0108: when sign text is changed a manual redraw is neededv8.2.0108Bram Moolenaar2020-01-091-2/+10
* patch 8.1.2394: using old C style commentsv8.1.2394Bram Moolenaar2019-12-051-3/+3
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-2/+2
* patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar2019-11-301-5/+16
* patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar2019-11-121-2/+44
* patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram Moolenaar2019-10-241-157/+157
* patch 8.1.1899: sign_place() does not work as documentedv8.1.1899Bram Moolenaar2019-08-211-2/+5
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-2/+0
* patch 8.1.1827: allocating more memory than needed for extended structsv8.1.1827Bram Moolenaar2019-08-081-1/+1
* patch 8.1.1718: popup menu highlighting does not look goodv8.1.1718Bram Moolenaar2019-07-201-6/+16
* patch 8.1.1682: placing a larger number of signs is slowv8.1.1682Bram Moolenaar2019-07-131-115/+349
* patch 8.1.1631: displaying signs is inefficientv8.1.1631Bram Moolenaar2019-07-041-60/+66
* patch 8.1.1623: display wrong with signs in narrow number columnv8.1.1623Bram Moolenaar2019-07-041-0/+26
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1608Bram Moolenaar2019-06-291-5/+356
* patch 8.1.1552: cursor position is wrong after sign column changesv8.1.1552Bram Moolenaar2019-06-161-3/+3
* patch 8.1.1489: sign order wrong when priority was changedv8.1.1489Bram Moolenaar2019-06-071-0/+73
* patch 8.1.1466: not updating priority on existing signv8.1.1466Bram Moolenaar2019-06-041-0/+1
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-4/+3
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-4/+2
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-3/+3
* patch 8.1.0939: no completion for sign group namesv8.1.0939Bram Moolenaar2019-02-171-37/+91
* patch 8.1.0810: too many #ifdefsv8.1.0810Bram Moolenaar2019-01-241-2/+0
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-13/+13
* patch 8.1.0772: the sign_define_by_name() function is too longv8.1.0772Bram Moolenaar2019-01-181-105/+138
* patch 8.1.0767: when deleting lines at the bottom signs are misplacedv8.1.0767Bram Moolenaar2019-01-171-5/+15
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-2/+2
* patch 8.1.0750: when the last sign is deleted the signcolumn may remainv8.1.0750Bram Moolenaar2019-01-141-5/+8
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-22/+22
* patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar2019-01-111-85/+96
* patch 8.1.0709: windows are updated for every added/deleted signv8.1.0709Bram Moolenaar2019-01-091-25/+23
* patch 8.1.0702: ":sign place" only uses the current bufferv8.1.0702Bram Moolenaar2019-01-071-1/+4
* patch 8.1.0701: sign message not translated and inconsistent spacingv8.1.0701Bram Moolenaar2019-01-071-6/+6
* patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697Bram Moolenaar2019-01-061-1/+6
* patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar2019-01-011-0/+1880