Re: See the contents of an included file

2021-05-12 Thread Tim Chase
On 2021-05-12 10:51, Stan Brown wrote: > I have this mapping in my _vimrc, as suggested by the help: > :map gf :sp > Then when I type gf Vim splits the window, opens the file in the new > window, and jumps to it. (The cursor can be anywhere on the file > name; see ":h gf" for more.) In

Re: See the contents of an included file

2021-05-12 Thread Stan Brown
On 2021-05-12 10:03, russurquhart1 via vim_use wrote: > To save time and keep consistency, I've been > using include files for boilerplate text. It is usually of a form: > > #include doc/site/pages/include/sample.tmpl > > Just having that line in another file, I was wondering if there was a >

See the contents of an included file

2021-05-12 Thread russurquhart1 via vim_use
Hi, I'm a tech writer and I use Vim for all my writing. Currently we are authoring in Markdown. To save time and keep consistency, I've been using include files for boilerplate text. It is usually of a form: #include doc/site/pages/include/sample.tmpl Just having that line in another file, I was