vim-fswitch
vim-fswitch copied to clipboard
Error in documentation
{/code/src/a/b/MyFile.cpp} and has the following set:
let b:fswitchdst = 'h,hpp' let b:fswitchlocs = 'reg:/src/include/,../include,../inc'
< then the created filename will be {/code/include/a/b/MyFile.cpp}.
It should he rather {/code/include/a/b/MyFile.h}(extension of created file).