Skip to content

Commit

Permalink
fix for cherry-pick from #24
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanov committed Mar 1, 2012
1 parent 799d143 commit ee75fdd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ftplugin/python/ipy.vim
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,8 @@ def get_doc_buffer(level=0):
#vim.command('pcl')
#vim.command('pedit doc')
#vim.command('normal ') # go to previous window
# "rest" is the syntax of python documentation. Stock vim doesn't have
# a syntax file for rest, but if the user has installed one then this will
# cause the docs to be colorized.
vim.command('setlocal syntax=rest')
# use the ReST formatting that ships with stock vim
vim.command('setlocal syntax=rst')

def update_subchannel_msgs(debug=False):
msgs = km.sub_channel.get_msgs()
Expand Down

0 comments on commit ee75fdd

Please sign in to comment.