Diogo Cordeiro
|
5ef34e26c4
|
Add support to SWIProlog
|
2018-11-18 22:33:32 +00:00 |
|
s-zeng
|
1b037ec871
|
Ready for pull request
|
2017-10-04 20:43:00 -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 |
|
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 |
|
bounceme
|
5ab8e708a5
|
Changes to support js with the node repl.
|
2016-02-04 22:43:57 -08:00 |
|
aiya000
|
e002ba3558
|
Create Japanese document
Fix wrong default keymappings
|
2016-01-03 16:45:09 +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
|
e23365bca9
|
Create test/variable.vim
Add s:suite.g_repl_filetype_repl_is_valid()
|
2015-12-23 13:43:31 +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
|
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
|
a69d896f9b
|
Support Erlang (erl)
|
2015-12-17 16:59:45 +09:00 |
|
aiya000
|
3de433401c
|
Move implementation plugin/ to autoload/
|
2015-12-16 21:40:32 +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 |
|
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 |
|
Roman Gonzalez
|
b4cc2de8d2
|
Adding support for clojure
|
2011-07-08 00:30:10 -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 |
|
ujihisa
|
af4958ad8e
|
Ruby support: not to store the editing script into file and require the file, but just to eval the codes in irb in order to use local variables as well.
|
2010-09-21 08:54:48 -07:00 |
|
ujihisa
|
bc382fe305
|
then contents
|
2010-09-21 07:29:41 -07:00 |
|
ujihisa
|
1719b3ba7a
|
rename the filename first
|
2010-09-21 07:29:34 -07:00 |
|
ujihisa
|
717c68abe3
|
closes the interactive buffer immediately after the termination
|
2010-09-21 00:39:31 -07:00 |
|
ujihisa
|
36e5cc8cf4
|
follows the latest version of vimshell
|
2010-09-20 23:50:57 -07:00 |
|
ujihisa
|
f620354e03
|
initial release
|
2010-09-20 23:03:19 -07:00 |
|