diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-11-09 05:12:02 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2016-11-09 05:12:02 +0900 |
commit | c832f9d176c78a439617d39a6b0393e476a88868 (patch) | |
tree | d6ba61e6092f7bbd3809d4fc6c12c6cfc151fa6c /rplugin | |
parent | f351462dc4595eeed3ffbd45e7e91ee4c5ccedfa (diff) | |
download | deoplete.nvim-c832f9d176c78a439617d39a6b0393e476a88868.zip |
Fix typo
Diffstat (limited to 'rplugin')
-rw-r--r-- | rplugin/python3/deoplete/source/omni.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rplugin/python3/deoplete/source/omni.py b/rplugin/python3/deoplete/source/omni.py index 31674bb..3a49f4d 100644 --- a/rplugin/python3/deoplete/source/omni.py +++ b/rplugin/python3/deoplete/source/omni.py @@ -58,7 +58,7 @@ class Source(Base): 'omni source does not support omnifunction: ' + omnifunc) error_vim(self.vim, - 'You must use g:deoplete#omni#input_patterns' + + 'You must use g:deoplete#omni_patterns' + ' instead.') continue self.__omnifunc = omnifunc |