Commit Graph

68 Commits

Author SHA1 Message Date
Diogo Cordeiro 5ef34e26c4 Add support to SWIProlog 2018-11-18 22:33:32 +00:00
ujihisa 5c85b47c9d Mention about scheme w/ racket 2017-10-05 14:02:03 +09:00
ujihisa 4910aa7d7b Merge pull request #6 from s-zeng/feature/racket
Feature/racket
2017-10-05 14:01:28 +09:00
s-zeng 60298014d7 Fixed extraneous changes 2 2017-10-04 20:49:37 -04:00
s-zeng 0b5bb9f3be Fixed extraneous changes 2017-10-04 20:48:22 -04:00
s-zeng 1b037ec871 Ready for pull request 2017-10-04 20:43:00 -04:00
Simon Zeng 5fab7df0dc Update README.md 2017-09-13 22:20:56 -04:00
s-zeng 9b88e5b9e7 QOL features 2017-09-12 14:05:03 -04:00
s-zeng 2df9d43738 Set default repl size to 10 2017-09-12 09:23:49 -04:00
s-zeng 33ce6a44e9 Fixed the typo correctly 2017-09-09 23:00:12 -04:00
s-zeng 76f087c151 Fixed stupid typo 2017-09-09 22:57:52 -04:00
s-zeng 1000a637d8 Fixed racket support for real 2017-09-09 22:52:04 -04:00
s-zeng 15494c17e4 Fixed racket support 2017-09-09 22:07:55 -04:00
s-zeng 5710262988 Defaults to python 3.6 and added racket support 2017-09-09 22:02:14 -04:00
aiya000 44f1bccb6a Update help
Write about supporting idris
2016-06-14 01:08:32 +09:00
ujihisa 5bb0e487ba Merge pull request #5 from Risto-Stevcev/master
Added idris support
2016-06-13 08:44:31 -07:00
Risto Stevcev a803cd7850 Added idris support 2016-06-12 01:40:21 +02:00
aiya000 78af766e40 Add supporting clojure with leiningen 2016-03-03 20:43:57 +09:00
aiya000 611356a709 Merge pull request #4 from bounceme/master
Changes to support js with the node repl.
2016-02-06 14:11:49 +09:00
bounceme 5ab8e708a5 Changes to support js with the node repl. 2016-02-04 22:43:57 -08:00
aiya000 cc19359fb8 Refactoring test/ 2016-01-24 22:20:15 +09:00
aiya000 d30a22c235 Fix coding indent 2016-01-10 22:23:59 +09:00
aiya000 e002ba3558 Create Japanese document
Fix wrong default keymappings
2016-01-03 16:45:09 +09:00
aiya000 8dec444fe9 Fix executable status detection 2016-01-03 02:18:36 +09:00
aiya000 1a3e11664b Create .travis.yml 2015-12-26 09:54:43 +09:00
aiya000 021f40005b Improve variable.vim 2015-12-25 20:15:33 +09:00
aiya000 6f811e0ecb Fix test problem 'can_open some_repl' 2015-12-24 21:58:21 +09:00
aiya000 afc8d860f6 Refactor code for testing 2015-12-23 22:30:34 +09:00
aiya000 ca8f61644c Fix default keymappings 2015-12-23 15:48:55 +09:00
aiya000 c0ff29aeeb Add g:repl_no_default_keymappings
Enable <leader>i to :Repl
2015-12-23 14:54:02 +09:00
aiya000 9a33645eb7 Fix README.md 2015-12-23 14:50:32 +09:00
aiya000 e23365bca9 Create test/variable.vim
Add s:suite.g_repl_filetype_repl_is_valid()
2015-12-23 13:43:31 +09:00
aiya000 dd286da039 Create test/can_open.vim 2015-12-23 12:36:25 +09:00
aiya000 9171179f16 Fix g:repl_filetype_repl problem
g:repl_filetype_repl didn't functioned.
2015-12-23 11:27:07 +09:00
aiya000 3d995ceed7 Update README.md with top.gif 2015-12-23 02:05:41 +09:00
aiya000 60e7659efe Implement g:repl_split_command 2015-12-22 23:36:09 +09:00
aiya000 64bc624fb0 Add <silent> to <Plug>(repl-run) 2015-12-22 23:21:17 +09:00
aiya000 2d18b5e192 Fix g:repl_filetype_repl problem
.vimrc
```
let g:repl_filetype_repl = {
\  'python' : {
\    'repl' : 'python2',
\    'opt'  : '-i'
\  }
\}
```

and run other repl.
2015-12-22 23:18:06 +09:00
aiya000 2069651e55 Fix erlang problem 2015-12-22 22:44:02 +09:00
aiya000 5748db0ed0 Split filetype files 2015-12-20 19:53:58 +09:00
aiya000 5e074a331c Refactor code
Use get()
2015-12-20 19:43:25 +09:00
ujihisa dd5619856f Abort for each functions 2015-12-19 23:51:15 -08:00
aiya000 348a96fc7d Fix temporary open erl 2015-12-20 16:44:21 +09:00
aiya000 a07657a58d Add warning for nothing repl 2015-12-19 23:42:44 +09:00
aiya000 a69d896f9b Support Erlang (erl) 2015-12-17 16:59:45 +09:00
Tatsuhiro Ujihisa 960e71e83e Fix English 2015-12-16 15:04:11 -08:00
Tatsuhiro Ujihisa 6f86df76ad Add another author 2015-12-16 15:00:42 -08:00
Tatsuhiro Ujihisa eb7c0263e2 Specify Licence 2015-12-16 15:00:09 -08:00
aiya000 3de433401c Move implementation plugin/ to autoload/ 2015-12-16 21:40:32 +09:00
aiya000 c541aa9378 Update README.md 2015-12-16 20:51:26 +09:00