Skip to content

Commit fd6ac9a

Browse files
committed
Update URLs
1 parent 8d98a85 commit fd6ac9a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

plugin/repl.vim

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
" REPL plugin to interact with interpreters for various programming languages
22
" 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
47
"
58
" Prerequisites: you need to install AND build Vimproc (https://github.com/Shougo/vimproc)
69
"
710
" Commands:
811
" :Open<YourInterpreter> <ExtraArguments> - start session
912
" e.g.
10-
" :OpenGHCi to start GHCi
13+
" :OpenGHCi to start GHCi
1114
" :OpenGHCi! to forcefully start a new session in a new window
1215

1316
" :CloseRepl (local to the repl window) - disconnect REPL
@@ -67,7 +70,7 @@ if v:version < 703
6770
finish
6871
endif
6972

70-
let g:ReplDefaults =
73+
let g:ReplDefaults =
7174
\{'command' : '',
7275
\ 'init' : '',
7376
\ 'prompt' : '^[^>]*>',

0 commit comments

Comments
 (0)