<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/after/compiler, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>after/compiler/typescript.vim: Compile all files</title>
<updated>2023-12-05T23:51:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-05T21:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=e89b00c7be35fdb64200b0a8c8530ffadb849c72'/>
<id>e89b00c7be35fdb64200b0a8c8530ffadb849c72</id>
<content type='text'>
The 'typescript.vim' plugin has the 'makeprg' compile only the current
file, not all files. Copy its 'makeprg' command and modify it to compile
all files in the project instead. This way I get compiler errors in
quickfix for the whole project.

This way makes more sense to me and works for code reviews.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'typescript.vim' plugin has the 'makeprg' compile only the current
file, not all files. Copy its 'makeprg' command and modify it to compile
all files in the project instead. This way I get compiler errors in
quickfix for the whole project.

This way makes more sense to me and works for code reviews.
</pre>
</div>
</content>
</entry>
</feed>
