Using a.vim for C++ -
There. There is a way to use the a.vim plugin to switch between H, .cxx and .xx files? Alternatively, can you provide another solution? This idea will be automatically sent to A big thank you to both one . View the lines in Vim which include If it exists or .xx if it is not, then for .txx. .h - & gt; .txx - & gt;
AddAlternateExtensionMapping
. The first argument is the extension of the current file, the second file has a list of extensions that you want to switch from : A
. They are listed in the order of preference , in your case, you have to set it so that it can go into a cycle.
Call & lt; SID & gt; AddAlternateExtensionMapping ('H', 'tx, cx') call and lieutenant; SID & gt; AddAlternateExtensionMapping ('Txx', 'cxx, h') Call & lt; SID & gt; AddAlternateExtensionMapping ('cxx', 'h, txx')
Comments
Post a Comment