rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
769 stars 72 forks source link

Fix get_key/set_key to properly handle files with dollar signs in name #259

Open faubi opened 3 years ago

faubi commented 3 years ago

Previously, files having the $ character in their filenames would fail to open, due to the part after the $ being erroneously interpreted as a shell variable in set_key/get_key. This small change fixes that.