File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
" REPL plugin to interact with interpreters for various programming languages
2
2
" Author: Sergey Khorev <[email protected] >
3
- " Last Change: $HGLastChangedDate: 2012-12-03 11:45 +0400 $
3
+ " Last Change: $HGLastChangedDate$
4
+ " Home Page: http://www.vim.org/scripts/script.php?script_id=4336
5
+ " https://bitbucket.org/khorser/vim-repl
6
+ " https://github.com/khorser/vim-repl
4
7
"
5
8
" Prerequisites: you need to install AND build Vimproc (https://github.com/Shougo/vimproc)
6
9
"
7
10
" Commands:
8
11
" :Open<YourInterpreter> <ExtraArguments> - start session
9
12
" e.g.
10
- " :OpenGHCi to start GHCi
13
+ " :OpenGHCi to start GHCi
11
14
" :OpenGHCi! to forcefully start a new session in a new window
12
15
13
16
" :CloseRepl (local to the repl window) - disconnect REPL
@@ -67,7 +70,7 @@ if v:version < 703
67
70
finish
68
71
endif
69
72
70
- let g: ReplDefaults =
73
+ let g: ReplDefaults =
71
74
\{ ' command' : ' ' ,
72
75
\ ' init' : ' ' ,
73
76
\ ' prompt' : ' ^[^>]*>' ,
You can’t perform that action at this time.
0 commit comments