Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1aac8c

Browse files
committed
this stuff is important :)
1 parent 8172942 commit f1aac8c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

vimception.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,10 @@ all_cm( function (cm) {
335335
//setTimeout(function() {IPython.notebook.get_selected_cell().set_input_prompt('vim');}, 200)
336336

337337
$("#ipython_notebook").find('img').remove('#vim');
338-
$("#ipython_notebook").append('<img id="vim" src="/static/custom/vim_on_fire.gif" style="'
338+
$("#ipython_notebook").append('<img id="vim" src="http://www.vim.org/images/vim_on_fire.gif"'
339+
// XXX: add it to the distribution
340+
// /static/custom/vim_on_fire.gif"
341+
+ ' style="'
339342
+ 'position: absolute; left: 51px; top: -10px; height: initial;">')
340343

341344

0 commit comments

Comments
 (0)