Commit graph

483 commits

Author SHA1 Message Date
orpheus
b300742c88 with r"" 2024-06-16 13:18:10 -07:00
orpheus
b993b0158d corrected to work with python3 2024-06-16 13:18:10 -07:00
Justin Donaldson
93774994b1 fix > syntax 2020-07-07 08:38:44 -07:00
Justin Donaldson
45b860455c add new syntax highlighting 2020-06-15 09:48:16 -07:00
grepsuzette
9326c71c13 filter out non-printable chars in vaxe.py complete() function
When fields have a doc featuring characters such as  (ANSI escape character)
the ET.XML("<output>" + complete_output + "</output>") failed with
SyntaxError: EOL while scanning string literal ...

Producing a horrible chain of errors in vim and making the completion
menu not work in such cases.
2019-11-23 11:14:46 -08:00
Justin Donaldson
6cf15d2960 fix README 2019-04-15 11:19:10 -07:00
Gauthier Billot
409802e63f Added option to not set makeprg 2019-04-12 10:44:21 -07:00
Justin Donaldson
d928785f7c add no output flag 2018-05-18 15:57:26 -07:00
Justin Donaldson
95a2e23c8e recognize more haxe build targets 2018-02-13 10:05:45 -08:00
Justin Donaldson
add1ef1b6f add doc note on g:vaxe_skip_hxml 2018-01-08 10:58:58 -08:00
Gauthier Billot
f0009a845d Added skip hxml feature 2018-01-08 10:56:19 -08:00
Justin Donaldson
8cb29ed8e7 add python to hxml syntax 2017-11-14 16:13:55 -08:00
Justin Donaldson
b4371bc5c1 Merge pull request #105 from gogoprog/fix/interpolation
Fixed haxeInterpolated
2017-09-14 09:41:34 -07:00
Gauthier Billot
89b307e096 Fixed haxeInterpolated 2017-09-14 17:26:25 +02:00
Justin Donaldson
e1c08dcb43 add @:callable 2017-08-18 16:25:55 -07:00
Justin Donaldson
d5f905f806 use warning status in errorformat 2017-02-06 15:00:24 -08:00
Justin Donaldson
d979264858 workaround for neovim function name issue 2017-02-06 13:06:29 -08:00
Justin Donaldson
200580d3f6 add multireturn to syntax 2016-12-18 13:08:08 -08:00
Justin Donaldson
0de7bb0738 fix typo in autowrite completion config 2016-12-18 13:07:57 -08:00
Justin Donaldson
7ffe06709b check for certain cases where haxe does not return output from a completion request 2016-09-08 20:02:11 -07:00
Justin Donaldson
2b70dfa3b2 support python 3 2016-07-16 21:08:05 -07:00
Justin Donaldson
a134e61a55 add lua target to hxml syntax 2016-05-29 14:10:57 +02:00
Justin Donaldson
54cb0862f7 more syntax updates 2016-05-19 08:11:39 -07:00
Justin Donaldson
302f5c6ea3 add js/luaRequire 2016-05-18 15:32:05 -07:00
Justin Donaldson
385e475b32 Merge pull request #93 from dkearns/patch-1
fix variable name typo
2016-04-28 23:46:48 -07:00
dkearns
acd6692338 Fix variable name typo 2016-04-29 16:16:03 +10:00
Justin Donaldson
a0f8b4dc58 give extra sanity check for main_syntax 2015-12-06 14:02:09 -08:00
Justin Donaldson
cba9ce9d1e move cache server settings together 2015-12-06 14:01:57 -08:00
Justin Donaldson
eb47888af2 Merge pull request #84 from theRemix/doc/#83-vim-plug-instructions
adds instructions for installing vaxe with vim-plug
2015-11-03 13:25:54 -08:00
Justin Donaldson
79d59c8040 Merge pull request #82 from qwe321/vaxe_haxe_binary
Vaxe haxe binary
2015-11-03 13:25:29 -08:00
Jon Borgonia
1094b11b2a adds instructions for installing vaxe with vim-plug
resolves #83
2015-10-20 13:50:24 -10:00
mosowski
fdebe3c0c3 Merge branch 'master' of https://github.com/jdonaldson/vaxe 2015-10-06 10:15:20 +02:00
mosowski
71b64ff0d7 Haxe binary as variable. 2015-10-06 10:15:15 +02:00
Dan Korostelev
f25b48a94c Fix autocompletion for Windows (closes #78) 2015-08-12 08:58:50 +03:00
Jonathan Sahagun
8d0ac8b7de fixed a problem in which write events would be ignored after omnicompletion
I noticed that automatic Syntastic checking would stop working after
performing an omnicompletion if
g:vaxe_completion_prevent_bufwrite_events was enabled. This was because
the s:HandleWriteEvent function wasn't reverting l:eventignore to its
original value after it's done.

I also corrected a typo in line 396 of the documentation.
2015-04-09 01:13:55 +08:00
Justin Donaldson
26e1dc6889 add rebuild hxml command for lime, flow 2015-03-31 18:08:35 -07:00
Justin Donaldson
4c85220631 strip html from haxe docs, close #69 2015-03-19 16:54:32 -07:00
Justin Donaldson
1e49a0b629 Update the compiler metas from the haxe compiler 2015-03-07 20:26:03 -08:00
Justin Donaldson
939deb3cd0 add readme 2015-03-05 21:48:41 -08:00
Justin Donaldson
1f5a70abf5 update vundle inst 2015-01-07 14:49:04 -08:00
Justin Donaldson
090c76e6aa update readme 2015-01-05 17:59:46 -08:00
Justin Donaldson
0aa14044b6 update ctags in readme 2015-01-05 17:40:37 -08:00
Justin Donaldson
4f6e5f2bc7 update ctags definitions and support 2015-01-05 17:36:52 -08:00
Justin Donaldson
45485d050e drop the -buffer command from VaxeCtags 2015-01-05 15:57:49 -08:00
Justin Donaldson
30143ed388 normalize some of the command names 2014-12-14 14:50:47 -08:00
Justin Donaldson
dc2a05be1f sp. 2014-11-09 12:06:10 -08:00
Justin Donaldson
fb1ba0354d update readme 2014-11-02 12:58:21 -08:00
Justin Donaldson
fadcaaa983 Merge branch 'Roger-add_flow_support' 2014-10-13 11:56:47 -07:00
roger
865188a5fe add flow to the README 2014-10-11 21:35:09 -03:00
roger
bde581a574 add flow docs 2014-10-11 21:35:01 -03:00