Skip to content

Commit

Permalink
Add objc and objcpp filetypes for deoplete
Browse files Browse the repository at this point in the history
Closes #473 on GitHub.
  • Loading branch information
xaizek committed Jan 27, 2016
1 parent cabd806 commit 5f61076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rplugin/python3/deoplete/sources/clang_complete.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def __init__(self, vim):

self.name = 'clang_complete'
self.mark = '[clang]'
self.filetypes = ['c', 'cpp']
self.filetypes = ['c', 'cpp', 'objc', 'objcpp']
self.is_bytepos = True
self.input_pattern = '[^. \t0-9]\.\w*'

Expand Down

0 comments on commit 5f61076

Please sign in to comment.