comparison src/Makefile @ 13620:4faf77b96432 v8.0.1682

patch 8.0.1682: auto indenting breaks inserting a block commit https://github.com/vim/vim/commit/8c87a2b1fec85e4aac33f71586ac1514536fc66b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Apr 10 13:15:47 2018 +0200 patch 8.0.1682: auto indenting breaks inserting a block Problem: Auto indenting breaks inserting a block. Solution: Do not check for cursor movement if indent was changed. (Christian Brabandt, closes #2778)
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Apr 2018 13:30:07 +0200
parents a1b658ddea03
children 2678e38e1de6
comparison
equal deleted inserted replaced
13619:41ed86454233 13620:4faf77b96432
2125 test_assign \ 2125 test_assign \
2126 test_autochdir \ 2126 test_autochdir \
2127 test_autocmd \ 2127 test_autocmd \
2128 test_autoload \ 2128 test_autoload \
2129 test_backspace_opt \ 2129 test_backspace_opt \
2130 test_blockedit \
2130 test_breakindent \ 2131 test_breakindent \
2131 test_bufline \ 2132 test_bufline \
2132 test_bufwintabinfo \ 2133 test_bufwintabinfo \
2133 test_cd \ 2134 test_cd \
2134 test_cdo \ 2135 test_cdo \