[Assorted-commits] SF.net SVN: assorted:[966] configs/trunk/src/vim/plugin/_yang.vim
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-09-17 03:00:44
|
Revision: 966 http://assorted.svn.sourceforge.net/assorted/?rev=966&view=rev Author: yangzhang Date: 2008-09-17 03:00:55 +0000 (Wed, 17 Sep 2008) Log Message: ----------- added javafx ftdetect Modified Paths: -------------- configs/trunk/src/vim/plugin/_yang.vim Modified: configs/trunk/src/vim/plugin/_yang.vim =================================================================== --- configs/trunk/src/vim/plugin/_yang.vim 2008-09-17 03:00:38 UTC (rev 965) +++ configs/trunk/src/vim/plugin/_yang.vim 2008-09-17 03:00:55 UTC (rev 966) @@ -185,6 +185,7 @@ au BufWritePost *.bin set nomod | endif augroup END +au BufNewFile,BufRead *.fx setf fx " Java/Eclim "au BufNewFile,BufRead *.java iunmap <tab> "au BufNewFile,BufRead *.java setlocal cot+=longest | inoremap <buffer> . .<c-x><c-u> | inoremap <buffer> <c-j> <c-x><c-u> | nnoremap <silent> <buffer> <tab> :call eclim#util#FillTemplate("${", "}")<cr> | nnoremap <silent> <buffer> <leader>i :JavaImport<cr> | nnoremap <silent> <buffer> <leader>d :JavaDocSearch -x declarations<cr> | nnoremap <silent> <buffer> <cr> :JavaSearchContext<cr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |