The current C# compiler plugin, tries to compile the current file with `csc`, 
the microsoft C# compiler.
This has two disadvantages.
* It is not possible to compile the file with mono.
* You can only compile single files, which is something you usually don't do in 
C#.

I made an attempt to overcome these two problems, by calling `msbuild`, or 
`xbuild` (the mono equivalent of msbuild) instead. These programs will search 
for a project file in the current directory, and compile the entire project. 
The plugin file is attached. Could such a plugin be patched?

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Attachment: cs.vim
Description: Binary data

Raspunde prin e-mail lui