mirror of
https://github.com/vim/vim.git
synced 2025-10-17 07:44:28 -04:00
Problem: Vim script: no support for URI de-/encoding (ubaldot) Solution: Add the uri_encode() and uri_decode() functions (Yegappan Lakshmanan) fixes: #17861 closes: #18034 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>