Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
6dd7424c7e6ab81998c29ca3526c41b75cfde5a1
/
.
/
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