# HG changeset patch # User Steve Losh # Date 1374677478 14400 # Node ID 7824a3c6c12f47c4cb44d985369236e189e4bc7a # Parent 07abcd2e836bfd50e209546188efd62730202c87 Scala wrap word maps diff -r 07abcd2e836b -r 7824a3c6c12f vim/vimrc --- a/vim/vimrc Tue Jul 23 11:32:16 2013 -0400 +++ b/vim/vimrc Wed Jul 24 10:51:18 2013 -0400 @@ -1033,6 +1033,9 @@ au Filetype scala nnoremap s :SortScalaImports au Filetype scala nnoremap M :call scaladoc#Search(expand("")) au Filetype scala vnoremap M "ry:call scaladoc#Search(@r) + au Filetype scala nmap ( ysiwbi + au Filetype scala nmap [ ysiwri + ")] augroup END " }}}