From 0cb5859febd7e9f7588d4334f60cf0aaa033cfe1 Mon Sep 17 00:00:00 2001 From: Hirofumi Wakasugi Date: Fri, 8 Jul 2016 11:59:56 +0900 Subject: [PATCH] Set bikkuri and hatena as keywords for filetype ruby --- .vim/after/ftplugin/ruby.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/after/ftplugin/ruby.vim b/.vim/after/ftplugin/ruby.vim index aa57655..60fea90 100644 --- a/.vim/after/ftplugin/ruby.vim +++ b/.vim/after/ftplugin/ruby.vim @@ -7,6 +7,7 @@ setlocal expandtab setlocal tabstop=2 setlocal shiftwidth=2 setlocal softtabstop=0 +setlocal iskeyword+=!,? " Convert to new Hash syntax nnoremap rh :%s/:\([^ ]*\)\(\s*\)=>/\1:/g