diff compiler/vimcrosoftsln.vim @ 11:096e80c13781

Use the correct documentation extension.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 22 Jan 2021 16:42:25 -0800
parents 5d2c0db51914
children
line wrap: on
line diff
--- a/compiler/vimcrosoftsln.vim	Thu Sep 24 23:02:16 2020 -0700
+++ b/compiler/vimcrosoftsln.vim	Fri Jan 22 16:42:25 2021 -0800
@@ -22,6 +22,9 @@
 execute "CompilerSet makeprg=".s:prgcmdline
 
 CompilerSet errorformat&
+"execute "CompilerSet errorformat=".vimcrosoft#get_msbuild_errorformat()
+"echom "Set errorformat!"
+"echom &errorformat
 
 let &cpo = s:keepcpo
 unlet s:keepcpo