nachoalonso
6e9f52a160
Use filereadable() instead of glob() to detect whether a file exists.
glob() reports false positives if the filename has metacharacters in it (e.g., "[...]"), which causes Vim to incorrectly open a new, blank buffer instead of the specified file. Closes jamessan/vim-gnupg#12 Signed-off-by: James McCoy <vega.james@gmail.com>
Description
No description provided
Languages
Vim script
100%