1" Vim filetype plugin 2" Language: Java properties file 3" Maintainer: David Bürgin <[email protected]> 4" Last Change: 2013-11-19 5 6if exists("b:did_ftplugin") 7 finish 8endif 9let b:did_ftplugin = 1 10 11setlocal formatoptions-=t 12setlocal comments=:#,:! 13setlocal commentstring=#\ %s 14 15let b:undo_ftplugin = "setl cms< com< fo<" 16