chore: generated vimdoc

This commit is contained in:
github-actions[bot] 2021-12-18 22:34:15 +00:00 committed by windwp
parent 4406e94ba6
commit 94a4fa4b9f
2 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@ CONDITION ~
│not_after_text(text) │check character after │
│not_before_regex(regex,length)│check character before with lua regex│
│not_after_regex(regex,length) │check character after with lua regex │
│not_inside_quote() │check is inside a quote
│not_inside_quote() │check is not inside a quote │
│not_filetypes({table}) │check filetype is not inside table │

View File

@ -31,6 +31,7 @@ DEFAULT VALUES *nvim-autopairs-default-values*
local enable_check_bracket_line = true --- check bracket in same line
local check_ts = false
local map_bs = true -- map the <BS> key
local map_c_h = false -- Map the <C-h> key to delete a pair
local map_c_w = false -- map <c-w> to delete a pair if possible
<