summaryrefslogtreecommitdiffstats
path: root/runtime/doc/sign.txt
AgeCommit message (Collapse)Author
2024-01-02patch 9.1.0000: Vim 9.1 releasev9.1.0000v9.1.0Christian Brabandt
Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-02-27Update runtime filesBram Moolenaar
2023-02-20Update runtime files.Bram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-06-28release version 9.0v9.0.0000Bram Moolenaar
Problem: About time to release Vim 9.0. Solution: Update the version number everywhere.
2022-02-26Update runtime files.Bram Moolenaar
2021-12-22patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy
Problem: Cannot highlight the number column for a sign. Solution: Add the "numhl" argument. (James McCoy, closes #9381)
2021-12-05Update runtime filesBram Moolenaar
2021-11-27Update runtime files.Bram Moolenaar
2021-11-24patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar
Problem: Cannot adjust sign highlighting for 'cursorline'. Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes #9201)
2021-09-17patch 8.2.3446: not enough tests for empty string argumentsv8.2.3446Yegappan Lakshmanan
Problem: Not enough tests for empty string arguments. Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes #8881)
2021-08-14Update runtime filesBram Moolenaar
2021-03-13Update runtime files.Bram Moolenaar
2020-11-05Update runtime filesBram Moolenaar
2020-08-31patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar
Problem: Cursorline highlighting always overrules sign highlighting. Solution: Combine the highlighting, use the priority to decide how. (closes #6812)
2020-07-26Update runtime files.Bram Moolenaar
2019-12-12Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar
2019-11-30Update runtime files.Bram Moolenaar
2019-11-30patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar
Problem: Cannot place signs in a popup window. (Maxim Kim) Solution: Use the group prefix "PopUp" to specify which signs should show up in a popup window. (closes #5277)
2019-11-26Update runtime filesBram Moolenaar
2019-11-13Update runtime filesBram Moolenaar
2019-09-07Update runtime filesBram Moolenaar
2019-09-06patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make sign functions usable as a method.
2019-07-21patch 8.1.1726: the eval.txt help file is too bigv8.1.1726Bram Moolenaar
Problem: The eval.txt help file is too big. Solution: Split off testing support to testing.txt. Move function details to where the functionality is explained.
2019-06-06Update runtime files.Bram Moolenaar
2019-06-04patch 8.1.1466: not updating priority on existing signv8.1.1466Bram Moolenaar
Problem: Not updating priority on existing sign. Solution: Set the sign priority. Add a test. (Yegappan Lakshmanan)
2019-05-05patch 8.1.1280: remarks about functionality not in Vi clutters the helpv8.1.1280Bram Moolenaar
Problem: Remarks about functionality not in Vi clutters the help. Solution: Move all info about what is new in Vim or already existed in Vi to vi_diff.txt. Remove {not in Vi} remarks. (closes #4268) Add "noet" to the help files modeline. Also include many other help file improvements.
2019-01-17Update runtime files.Bram Moolenaar
2019-01-11patch 8.1.0717: there is no function for the ":sign jump" commandv8.1.0717Bram Moolenaar
Problem: There is no function for the ":sign jump" command. Solution: Add the sign_jump() function. (Yegappan Lakshmanan, closes #3780)
2019-01-06patch 8.1.0697: ":sign place" requires the buffer argumentv8.1.0697Bram Moolenaar
Problem: ":sign place" requires the buffer argument. Solution: Make the argument optional. Also update the help and clean up the sign test. (Yegappan Lakshmanan, closes #3767)
2019-01-01Update runtime filesBram Moolenaar
2018-12-29patch 8.1.0658: deleting signs and completion for :sign is insufficientv8.1.0658Bram Moolenaar
Problem: Deleting signs and completion for :sign is insufficient. Solution: Add deleting signs in a specified or any group from the current cursor location. Add group and priority to sign command completion. Add tests for different sign unplace commands. Update help text. Add tests for sign jump with group. Update help for sign jump. (Yegappan Lakshmanan, closes #3731)
2018-12-27Update runtime files.Bram Moolenaar
2018-12-21patch 8.1.0614: placing signs can be complicatedv8.1.0614Bram Moolenaar
Problem: Placing signs can be complicated. Solution: Add functions for defining and placing signs. Introduce a group name to avoid different plugins using the same signs. (Yegappan Lakshmanan, closes #3652)
2018-07-29Update runtime files.Bram Moolenaar
2018-05-17Vim 8.1 releasev8.1.0000Bram Moolenaar
Update version number and information. Fix a couple of tests.
2016-09-12Vim 8.0 releasev8.0.0000Bram Moolenaar
2016-08-18Updated runtime files.Bram Moolenaar
2016-08-12Updated runtime files.Bram Moolenaar
2014-05-13Update runtime files.Bram Moolenaar
2013-11-28Updated runtime files.Bram Moolenaar
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-07-28Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar
2013-07-06Vim 7.4a BETA release.v7.4aBram Moolenaar
2012-07-12Updated runtime files.Bram Moolenaar
2012-07-10updated for version 7.3.596v7.3.596Bram Moolenaar
Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
2012-01-10Updated runtime files.Bram Moolenaar
2010-10-20Updated runtime files and translations.Bram Moolenaar
2010-08-15Last changes for the 7.3 release!v7.3Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar