Skip to content

Commit

Permalink
task: auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent 3d5c9e8 commit af16c11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/langmapper.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ E.g.:
`lhs` with `<Plug>`, `<Sid>` and `<Snr>` 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()|
Expand Down

0 comments on commit af16c11

Please sign in to comment.