Commit graph

12 commits

Author SHA1 Message Date
Yasuhiro Matsumoto
d37b228985 vint: Use single quotes. 2020-10-16 16:43:59 +03:00
Zahary Karadjov
f16af986a8 Regain compatibility with the latest syntastic release 2018-12-16 22:34:12 +02:00
Tom Harley
dfe55309a4 Include --listfullpaths in makeprg
Before this change, running `:make` on a file with errors when not
in the same directory as the file would open a buffer in the cwd.
This change fixes this: the compiler outputs the full path to the
file, so a buffer is always opened for the correct file.

`--listfullpaths` was used instead of `--listFullPaths` to be
consistent with `autoload/nim.vim`.
2018-05-20 16:57:12 +01:00
Zahary Karadjov
dcf25798f4 merge various improvements from https://github.com/Angluca
* recognize NimScript files
* automatically set up tab width in Nim buffers
* remove the NimLog in the python module, which is just a debugging aid
2016-05-19 19:50:46 +03:00
Zahary Karadjov
8d2db427b4 more renames 2014-09-04 22:47:42 +03:00
Zahary Karadjov
eecfe9b81f Rename Nimrod to Nim 2014-09-04 22:44:36 +03:00
Zahary Karadjov
81c2f4aa69 added support for compiler-assisted "go to definition" and omnicompletion 2012-11-08 19:07:21 +02:00
Zahary Karadjov
d5276eed2c syntax checking for included files 2011-12-15 15:16:46 +02:00
Zahary Karadjov
cf6bd5bc64 Better errorformat parsing and support for syntastic (https://github.com/scrooloose/syntastic) 2011-11-10 23:18:48 +02:00
Zahary Karadjov
03615f8caa nimrod compiler is now set automatically 2011-08-28 01:54:33 +03:00
Zahary Karadjov
44750377f7 few fixes for the commenting and line wrapping behaviour 2011-08-26 15:48:16 +03:00
Zahary Karadjov
a53642d1e8 added indenting rules, compiler settings and filetype detection 2011-08-26 13:50:09 +03:00