aboutsummaryrefslogtreecommitdiff
path: root/runtime/ftplugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:50:00 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-29 01:51:56 +0200
commit789c46934b2089782fb0115493513bd0cc6f7388 (patch)
tree8d8737c9d40842362d1b139ee21bd56a6c9534de /runtime/ftplugin
parent1e7806bd410f8ff0fcf5aec81370e57f1a57938e (diff)
downloadrneovim-789c46934b2089782fb0115493513bd0cc6f7388.tar.gz
rneovim-789c46934b2089782fb0115493513bd0cc6f7388.tar.bz2
rneovim-789c46934b2089782fb0115493513bd0cc6f7388.zip
vim-patch:b4ada79aa7d0
Runtime file updates. https://github.com/vim/vim/commit/b4ada79aa7d0d1e5da3a659b1a203d7cae9f7f59 Closes #5055
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r--runtime/ftplugin/context.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/ftplugin/context.vim b/runtime/ftplugin/context.vim
index 6c11166afa..10f1ae1648 100644
--- a/runtime/ftplugin/context.vim
+++ b/runtime/ftplugin/context.vim
@@ -2,7 +2,7 @@
" Language: ConTeXt typesetting engine
" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
" Former Maintainers: Nikolai Weibull <now@bitwi.se>
-" Latest Revision: 2016 Oct 14
+" Latest Revision: 2016 Oct 30
if exists("b:did_ftplugin")
finish
@@ -21,7 +21,7 @@ let b:undo_ftplugin = "setl com< cms< def< inc< sua< fo< ofu<"
setlocal comments=b:%D,b:%C,b:%M,:% commentstring=%\ %s formatoptions+=tjcroql2
if get(b:, 'context_metapost', get(g:, 'context_metapost', 1))
- setlocal omnifunc=context#complete
+ setlocal omnifunc=contextcomplete#Complete
let g:omni_syntax_group_include_context = 'mf\w\+,mp\w\+'
let g:omni_syntax_group_exclude_context = 'mfTodoComment'
endif