]> git.pld-linux.org Git - packages/vim.git/blob - vim-ruby.vim-ftplugin_ri.patch
- updated to 0.7.3
[packages/vim.git] / vim-ruby.vim-ftplugin_ri.patch
1 Index: 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.021279 seconds and 3 git commands to generate.