We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When define NFH_xxx like below
NFH_xxx
function! NFH_xxx(filename) echo a:filename endfunction
And type x on c:\foo\bar\baz.xxx, the filename will be c:foobar/baz.xxx.
x
c:\foo\bar\baz.xxx
c:foobar/baz.xxx
original issue: vim/vim#1250
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When define
NFH_xxx
like belowAnd type
x
onc:\foo\bar\baz.xxx
, the filename will bec:foobar/baz.xxx
.original issue: vim/vim#1250
The text was updated successfully, but these errors were encountered: