Commit Graph

40 Commits

Author SHA1 Message Date
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
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