-
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Neovim
updated
6 files
+5 −5 | runtime/doc/builtin.txt | |
+3 −3 | runtime/doc/sign.txt | |
+72 −79 | src/nvim/CMakeLists.txt | |
+4 −0 | src/nvim/decoration.c | |
+6 −9 | src/nvim/sign.c | |
+17 −0 | test/functional/api/extmark_spec.lua |