Skip to content

Commit fc7c3eb

Browse files
committed
Merge pull request #17 from enzbang/patch-1
The function set_this_line does not exist. Avoid errors when typing C-P
2 parents 7c8e00e + dc4bc20 commit fc7c3eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ftplugin/python/ipy.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ if g:ipy_perform_mappings != 0
432432
map <silent> <M-s> :python dedent_run_this_line()<CR>
433433
vmap <silent> <C-S> :python run_these_lines()<CR>
434434
vmap <silent> <M-s> :python dedent_run_these_lines()<CR>
435-
map <silent> <C-p> :python set_this_line()<CR>
436435
map <silent> <M-c> I#<ESC>
437436
vmap <silent> <M-c> I#<ESC>
438437
map <silent> <M-C> :s/^\([ \t]*\)#/\1/<CR>

0 commit comments

Comments
 (0)