comparison runtime/doc/eval.txt @ 16930:1689b52cf297 v8.1.1466

patch 8.1.1466: not updating priority on existing sign commit https://github.com/vim/vim/commit/58a7f87c8653b4cb5b0794b6b88e2ec140d3d2c3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 4 22:48:15 2019 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 04 Jun 2019 23:00:06 +0200
parents a5e3509b33ca
children d23afa4d8b63
comparison
equal deleted inserted replaced
16929:485931978c65 16930:1689b52cf297
8595 lnum line number where the sign is placed 8595 lnum line number where the sign is placed
8596 name name of the defined sign 8596 name name of the defined sign
8597 priority sign priority 8597 priority sign priority
8598 8598
8599 The returned signs in a buffer are ordered by their line 8599 The returned signs in a buffer are ordered by their line
8600 number. 8600 number and priority.
8601 8601
8602 Returns an empty list on failure or if there are no placed 8602 Returns an empty list on failure or if there are no placed
8603 signs. 8603 signs.
8604 8604
8605 Examples: > 8605 Examples: >