* It uses 6g to check, which isn't portable
* It only checks the current file, which doesn't work for multi-file
packages/commands
I'm interested in updating the Go plugin, but I'd like some opinions
on what makes the most sense. My current version uses the gotype [2]
command to check the directory of the current file (but not
recursively). Additionally, these could be made options to the plugin,
which is probably the best way to go.
What do people think makes the most sense for something like this? My
vim wizardy isn't terribly strong, but I've done a bit of
investigation to see what makes the most sense. Anyone willing to work
with me to provide a better plugin?
- Jim
[1]: https://github.com/scrooloose/syntastic
[2]: http://golang.org/cmd/gotype/
I actually use 'gofmt' (wrapped in some vim config for this). And sometimes
I want to save a file even with syntax errors.
That said, don't let me stop you from doing this. :)
grtz,
--
Miek
What do people think makes the most sense for something like this?
Of course I use that as well, but someone asked for this to be done on
the fly, so I'm looking into how it might be done =)