From 0f353bd2b325197618f8ae6f1b30c9111f675edc Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Thu, 27 Nov 2014 02:45:19 -0500 Subject: [PATCH] Add test for smartindent and expand_cr. --- test/expand_cr.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/test/expand_cr.txt b/test/expand_cr.txt index 7f406dd..1df16e7 100644 --- a/test/expand_cr.txt +++ b/test/expand_cr.txt @@ -84,3 +84,13 @@ abc(def x ) -------------------------------------------------------------------------------- +# Play nice with smartindent +%d_ +set all& +set smartindent +exec "normal $i{\x" +================================================================================ +{ + x +} +--------------------------------------------------------------------------------