mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
6 lines
200 B
VimL
6 lines
200 B
VimL
|
" 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
|