Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
patch 8.1.0116: display problem with 'vartabstop' and 'linebreak'
Problem: Display problem with 'vartabstop' and 'linebreak'. (Chauca Fuentes) Solution: Call tabstop_padding(). (Christian Brabandt, closes #3076)
- Loading branch information
Showing
with
32 additions
and 0 deletions.
- +5 −0 src/screen.c
- +25 −0 src/testdir/test_vartabs.vim
- +2 −0 src/version.c