commit | 58a7f87c8653b4cb5b0794b6b88e2ec140d3d2c3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 22:48:15 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 04 22:48:15 2019 +0200 |
tree | ae14bbba8af39f1d429ecfda0d2716a4ec05e15a | |
parent | a37833dbd7d3cb0fff4cbf0ba6e80d0ad55cd4b9 [diff] [blame] |
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)
diff --git a/src/sign.c b/src/sign.c index b89bea0..8f1de4a 100644 --- a/src/sign.c +++ b/src/sign.c
@@ -330,6 +330,7 @@ { // Update an existing sign sign->typenr = typenr; + sign->priority = prio; return; } else if (lnum < sign->lnum)