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 |
|
aiya000
|
44c428928d
|
Fix compatibility of python for vimshell.vim
Refactor code (lightly)
|
2015-12-16 20:51:26 +09:00 |
|
aiya000
|
850c04525d
|
Add variable for user define repl to some filetype
to haskell, ruby
|
2015-12-16 20:51:19 +09:00 |
|
aiya000
|
4536b58e5b
|
Fix compatibility for vimshell.vim some filetypes
Fix Haskell's compatibility for vimshell.vim
Fix Ruby's compatibility for vimshell.vim
|
2015-12-14 14:23:26 +09:00 |
|
ujihisa
|
d1f4473f09
|
thanks technogeeky!
|
2011-08-03 15:45:09 -07:00 |
|
ujihisa
|
c89ef290b7
|
Merge pull request #3 from roman/381d40d7482c98b228cc3652f76036951c9ac5ac
Adding support for the latest version of vimshell
|
2011-07-21 11:28:52 -07:00 |
|
Roman Gonzalez
|
381d40d748
|
Working with new version of vimshell
In this realese we are also going to remove - temoporaly - the
support for Scala and Clojure
|
2011-07-21 11:20:04 -07:00 |
|
ujihisa
|
99bbb6f2e8
|
Merge pull request #2 from roman/master
(thanks! 'roman)
|
2011-07-08 08:24:00 -07:00 |
|
Roman Gonzalez
|
b4cc2de8d2
|
Adding support for clojure
|
2011-07-08 00:30:10 -07:00 |
|
ujihisa
|
c4bec3236c
|
Merge pull request #1 from roman/master
Adding Python support
|
2011-06-03 18:26:12 -07:00 |
|
Roman Gonzalez
|
54cf2d9411
|
Adding support for Scala
|
2011-06-03 18:22:38 -07:00 |
|
Roman Gonzalez
|
97fd93c42c
|
Adding support for Python \o/
|
2011-06-03 18:12:27 -07:00 |
|
ujihisa
|
a08763699c
|
supporting erlang :D
|
2010-10-18 23:28:22 -07:00 |
|