Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
a41dfcd55b1744b44a47d2fc3feb5d5f6207a556
/
.
/
src
/
testdir
/
test_comparators.vim
blob: 69f255f1df012ba29f7450bc085ecdc0f7f4f133 [
file
] [
log
] [
blame
]
" Test for comparators
function Test_Comparators()
try
let oldisident=&isident
set isident+=#
call assert_equal(1, 1 is#1)
finally
let &isident=oldisident
endtry
endfunction
"
vim
:
shiftwidth
=
2
sts
=
2
expandtab