Open GoogleCodeExporter opened 9 years ago
You could write a custom script, something like this:
:command! Swapname :redir =>a|exe ':sil swapname'|redir end |let a=a[1:]|echo
fnamemodify(a, ':p')
Alternatively, I'll attach a patch here. But until this is merged, use a script
like this one.
Original comment by chrisbr...@googlemail.com
on 23 Apr 2015 at 7:08
Attachments:
Thanks for the patch and the workaround, but ... the patch doesn't fix the
problem for me. I applied it, but the behavior is the same as before.
After all, you can easily work around it so it's not a big deal.
Original comment by istjanic...@gmail.com
on 29 Apr 2015 at 9:52
Original issue reported on code.google.com by
istjanic...@gmail.com
on 23 Apr 2015 at 1:06