From af16c1184c61403a13b5689176c9556d63a9ef6d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Mar 2024 10:04:50 +0000 Subject: [PATCH] task: auto-generate vimdoc --- doc/langmapper.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/langmapper.txt b/doc/langmapper.txt index dda1375..2a239d9 100644 --- a/doc/langmapper.txt +++ b/doc/langmapper.txt @@ -330,7 +330,9 @@ E.g.: `lhs` with ``, `` and `` will not translate and will be mapped as is. -`del()` works in the same way, but with mappings removing. +`del()` works in the same way, but with mappings removing. Also, `del()` is +wrapped with a safetely call (`pcall`) to avoid errors on duplicate characters +(helpful when using`nvim-cmp`). >lua ---@param mode string|table Same mode short names as |nvim_set_keymap()|