mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.1.1466: not updating priority on existing sign
Problem: Not updating priority on existing sign. Solution: Set the sign priority. Add a test. (Yegappan Lakshmanan)
This commit is contained in:
@@ -330,6 +330,7 @@ buf_addsign(
|
||||
{
|
||||
// Update an existing sign
|
||||
sign->typenr = typenr;
|
||||
sign->priority = prio;
|
||||
return;
|
||||
}
|
||||
else if (lnum < sign->lnum)
|
||||
|
Reference in New Issue
Block a user