Skip to content

Commit dc4bc20

Browse files
committed
The function set_this_line does not exist. Avoid errors when typing C-P
1 parent 7c8e00e commit dc4bc20

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)