Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
86f6e2c2eed7df2bf5c60cc74d08d7a8d3c75f45
/
.
/
runtime
/
syntax
/
testdir
/
ftplugin
/
java.vim
blob: da198e18e7ec65e59dce036611ac4875bdf89a0d [
file
] [
log
] [
blame
]
" The Java source file uses long lines with tabs
"
so
use
a smaller tabstop value
,
so that
no
" soft-wrapping occurs (which may cause the syntax
"
tests to miss some lines during scrolling
)
setl ts
=
4