Skip to content

Commit

Permalink
support custom jupycent buffer set.
Browse files Browse the repository at this point in the history
  • Loading branch information
roachsinai authored and gabenespoli committed Jul 15, 2020
1 parent f370b65 commit 5fe58b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/jupycent.vim
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ function s:jupycent_set_buffer(filename, jupycent_file_exists) "{{{
execute 'normal! g`"zvzz' |
endif
endif
if exists("*CustomJupycentBufferSet")
call CustomJupycentBufferSet()
endif
endfunction "}}}

function! s:write_to_ipynb() abort "{{{
Expand Down

0 comments on commit 5fe58b8

Please sign in to comment.