Joey Yakimowich-Payne
59ef315245
Add nimRawString
2021-09-22 15:03:14 -06:00
Joey Yakimowich-Payne
8ec157091d
Fix triple strings in pragmas
2021-09-22 14:58:59 -06:00
Joey Yakimowich-Payne
90a5ca3b1d
Add double hash comment
2021-07-15 15:57:14 -06:00
Joey Yakimowich-Payne
f4e8d827ad
Add more conditionals
2021-07-15 11:00:12 -06:00
Joey Yakimowich-Payne
42ed5af80d
Move when to conditional
2021-06-20 14:39:24 -06:00
Joey Yakimowich-Payne
d7bf641592
Add more keywords
2021-06-20 14:37:40 -06:00
Joey Yakimowich-Payne
e32dbc3022
Fix pragma order
2021-06-20 14:34:30 -06:00
Joey Yakimowich-Payne
65a8caac8f
Add type, pragma, additional keywords
2021-06-20 14:28:11 -06:00
Yasuhiro Matsumoto
7a8737a453
vint: Use single quotes
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
74ed699e82
vint: Use v:version
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
711af55cb5
vint: Use get(l:, 'py_res', '')
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
dc109e5a20
vint: Use ==#
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
e88782bda7
vint: setloclist() is not a command or function
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
cdccc96c56
vint: Use abort attributes
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
7cead42bb1
vint: Use =~#
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
5cff46c7d5
vint: Use v:version
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
d37b228985
vint: Use single quotes.
2020-10-16 16:43:59 +03:00
Yasuhiro Matsumoto
413244f3c3
Use pyx or pyxfile
2020-10-16 16:43:59 +03:00
silvetie
88f5e708a7
Added the "let" keyword
2019-04-26 20:39:40 +03:00
erw7
21731384b8
Remove quickrun settings
2018-12-16 22:37:16 +02:00
Zahary Karadjov
f16af986a8
Regain compatibility with the latest syntastic release
2018-12-16 22:34:12 +02:00
nepeckman
358e2e0130
Added func as a function keyword
2018-12-13 11:23:48 +02:00
Yuriy Glukhov
f5473ff98b
Fixed json parsing: true/false undefined
2018-12-13 11:23:16 +02:00
Yuriy Glukhov
b0c4c6c731
Enable folding
2018-09-19 19:05:39 +03:00
Yuriy Glukhov
7d1211cc15
nimble file support
2018-08-16 18:14:41 +03:00
Siddhant Goel
089ea2ca19
Replace usage of reserved async keyword
2018-08-09 19:46:03 +03:00
zah
d1c7e21661
Merge pull request #88 from magnostherobot/mtr/nopythonexit
...
Check for python support before queuing autocmd
2018-08-03 18:17:15 +03:00
Tom Harley
1da465eedf
Check for python support before queuing autocmd
...
Versions of Vim compiled without python support will error when attempting
to run `:py nimTerminateAll()`, a autocommand for the `VimLeavePre` event.
A simple check for python support prevents this.
2018-07-31 16:37:35 +01:00
zah
704dd5d63c
Merge pull request #86 from magnostherobot/mtr/listfullpaths
...
Include --listfullpaths in makeprg
2018-05-20 21:34:26 +03: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
zah
bdc19809d2
Merge pull request #84 from erw7/fix-numerical-syntax2
...
Fix numerical syntax
2018-02-27 18:13:04 +02:00
erw7
e3806c600c
Fix numerical syntax
...
Fix an issue that is not highlighted when floating point suffix is
omitted in cases like 1exp+10.
2018-02-17 17:11:41 +09:00
zah
88b1a88667
Merge pull request #81 from erw7/improve-numrical-syntax
...
Change regular expression to more readable
2018-02-10 12:42:51 +02:00
zah
124697270e
Merge pull request #82 from erw7/fix-completion
...
Fix completion
2018-02-10 12:19:04 +02:00
erw7
28c74af3a2
Fix completion
...
* Fix position where the completion starts.
* Change to remove filename from word.
* Change to filter completions.
2018-02-10 12:24:35 +09:00
erw7
c6c230b6fc
Change regular expression to more readable
2018-02-10 12:20:46 +09:00
zah
f1d99dd8bd
Merge pull request #80 from erw7/fix-numerical-syntax
...
Fix numerical syntax
2018-02-06 15:11:02 +02:00
erw7
43de5bb9a1
Fix numerical syntax
2018-02-03 18:34:25 +09:00
Zahary Karadjov
8167c50bd4
Add vtref and vtptr as keyworkds
2017-11-29 17:35:56 +02:00
zah
ae63bd2121
Merge pull request #72 from timakro/master
...
No error when missing python, main features work
2017-10-31 16:21:27 +02:00
Tim Schumacher
46b74a4c75
No error when missing python, main features work
2017-10-30 20:11:33 +01:00
zah
cf2464f819
Merge pull request #68 from unclechu/patch-3
...
added `echo` keyword
2017-10-08 22:43:04 +03:00
zah
921b6996cc
Merge pull request #70 from unclechu/patch-5
...
added keywords `chr` and `varargs`
2017-10-07 21:02:19 +03:00
zah
08815fe8e1
Merge branch 'master' into patch-3
2017-10-07 21:01:50 +03:00
zah
c297467dde
Merge pull request #69 from unclechu/patch-4
...
more lower-case builtin keywords
2017-10-07 21:00:30 +03:00
Viacheslav Lotsmanov
1b094305a9
added keywords chr and varargs
...
also `openArray` with uppercase
2017-10-07 22:16:49 +05:00
Viacheslav Lotsmanov
df3c0ad89e
more lower-case builtin keywords
2017-10-07 22:08:41 +05:00
Viacheslav Lotsmanov
01f1f1e9ee
added echo keyword
2017-10-07 21:51:48 +05:00
zah
3569f68bc9
Merge pull request #67 from unclechu/patch-2
...
added `void` type keyword
2017-10-07 15:53:04 +03:00
zah
3db9fd6077
Merge pull request #66 from unclechu/patch-1
...
added `writeLine` keyword
2017-10-07 15:52:33 +03:00