Files
neovim/runtime/lua/vim/_meta
zeertzjq 6a886a2511 vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29592)
Problem:  not possible to assign priority when defining a sign
          (Mathias Fußenegger)
Solution: Add the priority argument for the :sign-define ex command and
          the sign_define() function (LemonBoy)

Use the specified value instead of the default one (SIGN_DEF_PRIO) when
no priority is explicitly specified in sign_place or :sign place.

fixes: vim/vim#8334
closes: vim/vim#15124

b975ddfdf9

Co-authored-by: LemonBoy <thatlemon@gmail.com>
2024-07-07 07:21:14 +08:00
..
2024-06-15 07:04:27 +08:00
2024-04-26 15:13:06 +01:00
2024-04-26 15:13:06 +01:00
2024-02-27 14:41:17 +00:00
2024-06-15 07:04:27 +08:00
2024-02-15 11:32:50 +00:00
2024-02-27 14:41:17 +00:00
2024-05-15 23:19:26 +02:00