mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 04:23:46 -05:00
The previous implementation for <cfile> didn't handle <cfile>:h correctly. May as well support the rest of the gang while fixing this. Note that unlike for % and #, these can return a commit in addition to a file name. Use a ":." expansion, as in "<cfile>:.", to get the corresponding work tree file.