tpope / vim-unimpaired

unimpaired.vim: Pairs of handy bracket mappings
https://www.vim.org/scripts/script.php?script_id=1590
3.31k stars 205 forks source link

Add option mappings for a colorcolumn at textwidth+1 #224

Closed f1rstlady closed 2 years ago

f1rstlady commented 2 years ago

Hi, I regularly toggle a colorcolumn at column textwidth+1 when formatting text. This patch adds option mappings to set/unset/toggle this colorcolumn. This feature might be a little bit exotic, so feel free to close this pr.

PS: I am not sure whether the corresponding documentation is sufficient.

f1rstlady commented 2 years ago

Sorry, I realised that pr #203 implements exactly the same, except that this pr incorporates the recent changes. Since I do not know what the usual policy in such cases is, I will leave this pr open.