mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-05 02:16:43 +00:00
Merge branch 'master' into slim-vim
This commit is contained in:
commit
ad7da3997d
@ -10,3 +10,7 @@ repos:
|
||||
rev: pre-commit-support
|
||||
hooks:
|
||||
- id: vint
|
||||
exclude: >
|
||||
(?x)^(
|
||||
vim/colors/.*\.vim
|
||||
)$
|
||||
|
@ -2,7 +2,7 @@ function! GetJavaIndent_improved()
|
||||
let theIndent = GetJavaIndent()
|
||||
let lnum = prevnonblank(v:lnum - 1)
|
||||
let line = getline(lnum)
|
||||
if line =~ '^\s*@.*$'
|
||||
if line =~? '^\s*@.*$'
|
||||
let theIndent = indent(lnum)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user