syntastic/syntax_checkers
Roman Gonzalez 09a63b2160 Updating the haskell syntax checker
The previous implementation was crashing the make vim utility, after
saving it was required to use :redraw! in order to keep using the editor.

After a lot of investigation, I realized that the use of && in commands is not
of the like to the :make vim utility.

The use of the && command was updated with "{ commad1; command2 }" approach,
this way we got the result we wanted without any obnoxious side effect.
2011-10-11 15:27:11 -07:00
..
2010-09-24 10:48:49 +08:00
2011-06-20 08:04:04 +02:00
2010-12-26 11:52:17 +13:00
2011-06-02 08:02:29 -07:00
2011-07-09 18:59:21 +12:00
2011-08-13 21:59:46 -07:00
2011-05-03 15:36:19 +03:00
2010-12-26 06:32:39 +08:00
2011-05-03 15:37:30 +03:00
2011-02-09 03:28:24 +08:00
2011-02-27 00:30:02 +13:00
2011-02-09 04:45:40 +08:00
2011-07-10 15:42:25 +03:00