vim-reload icon indicating copy to clipboard operation
vim-reload copied to clipboard

Added g:xolox#reload#short_names option to reduce |hit-enter|

Open cxw42 opened this issue 6 years ago • 0 comments

On my gvim, some of my file paths are long enough that they push the "Reloading XX script" messages past 80 characters. The result is a |hit-enter| message. This PR is a small change to report only the name of the file, not its path, if g:xolox#reload#short_names is set. This shortens the "Reloading" message to reduce the chance of a |hit-enter|.

Thanks for considering this PR!

cxw42 avatar Oct 09 '18 13:10 cxw42