Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 457 Bytes

vim-decode-qp

Decode Quoted-Printable text

Usage

:[range]DecodeQP        " Decode [range] lines. Defaults to the whole file.

{Visual}gcp             " Decode the highlighted lines.

gcp                     " Decode the whole file.

Install

with Plug

Plug 'akarzim/vim-decode-qp', { 'for': 'asc' }

from script

https://www.vim.org/scripts/script.php?script_id=5757