diff options
Diffstat (limited to 'ftplugin/java.vim')
-rw-r--r-- | ftplugin/java.vim | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ftplugin/java.vim b/ftplugin/java.vim index 238ca22..8bf603c 100644 --- a/ftplugin/java.vim +++ b/ftplugin/java.vim @@ -1 +1,29 @@ setl textwidth=100 + +inoreabbrev public public +inoreabbrev upblic public +inoreabbrev pbulic public +inoreabbrev pbulci public +inoreabbrev pulbic public +inoreabbrev pubilc public +inoreabbrev publci public + +inoreabbrev rpivate private +inoreabbrev pirvate private +inoreabbrev prviate private +inoreabbrev priavte private +inoreabbrev privtae private +inoreabbrev privaet private +inoreabbrev pirvaet private +inoreabbrev priavet private +inoreabbrev piravet private + +inoreabbrev tsatic static +inoreabbrev sattic static +inoreabbrev sttaic static +inoreabbrev staitc static +inoreabbrev statci static + +inoreabbrev ovid void +inoreabbrev viod void +inoreabbrev vodi void |