]> git.pld-linux.org Git - packages/vim.git/blame - vim-ruby.vim-ftplugin_ri.patch
- updated to 7.1.285
[packages/vim.git] / vim-ruby.vim-ftplugin_ri.patch
CommitLineData
362fd9d2
ER
1Index: vim/runtime/ftplugin/ruby.vim
2===================================================================
3--- vim/runtime/ftplugin/ruby.vim.orig
4+++ vim/runtime/ftplugin/ruby.vim
5@@ -20,6 +20,10 @@
6 let s:cpo_save = &cpo
7 set cpo&vim
8
9+" Debian patch: use ri for keyword lookup
10+setlocal keywordprg=ri
11+setlocal iskeyword+=?,!
12+
13 " Matchit support
14 if exists("loaded_matchit") && !exists("b:match_words")
15 let b:match_ignorecase = 0
This page took 0.046379 seconds and 4 git commands to generate.