Add test for smartindent and expand_cr.

This commit is contained in:
Israel Chauca Fuentes
2014-11-27 02:45:19 -05:00
parent c1b832bbf8
commit 0f353bd2b3

View File

@@ -84,3 +84,13 @@ abc(def
x
)
--------------------------------------------------------------------------------
# Play nice with smartindent
%d_
set all&
set smartindent
exec "normal $i{\<CR>x"
================================================================================
{
x
}
--------------------------------------------------------------------------------