Skip to content

Commit

Permalink
Add filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 27, 2015
1 parent ce5ce77 commit 68dc06f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rplugin/python3/deoplete/sources/vimshell.py
Expand Up @@ -32,6 +32,7 @@ def __init__(self):

self.name = 'vimshell'
self.mark = '[vimshell]'
self.filetypes = ['vimshell']

def get_complete_position(self, vim, context):
return vim.eval('vimshell#complete#get_keyword_position()')
Expand Down

0 comments on commit 68dc06f

Please sign in to comment.