vim-reload
vim-reload copied to clipboard
Added g:xolox#reload#short_names option to reduce |hit-enter|
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!