We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d6b72 commit 799d143Copy full SHA for 799d143
ftplugin/python/ipy.vim
@@ -196,6 +196,10 @@ def get_doc_buffer(level=0):
196
#vim.command('pcl')
197
#vim.command('pedit doc')
198
#vim.command('normal ') # go to previous window
199
+ # "rest" is the syntax of python documentation. Stock vim doesn't have
200
+ # a syntax file for rest, but if the user has installed one then this will
201
+ # cause the docs to be colorized.
202
+ vim.command('setlocal syntax=rest')
203
204
def update_subchannel_msgs(debug=False):
205
msgs = km.sub_channel.get_msgs()
0 commit comments