๐ File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 11:49:30
๐
/
/
usr
/
share
/
vim
/
vim80
/
ftplugin
โ๏ธ
Editing: jproperties.vim
" Vim filetype plugin " Language: Java properties file " Maintainer: David Bรผrgin <676c7473@gmail.com> " Last Change: 2013-11-19 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 setlocal formatoptions-=t setlocal comments=:#,:! setlocal commentstring=#\ %s let b:undo_ftplugin = "setl cms< com< fo<"
๐พ Save Changes
โ Cancel