Mercurial > vim
view src/testdir/test69.in @ 18900:a9c47c623f4a v8.2.0011
patch 8.2.0011: screen updating wrong when opeing preview window
Commit: https://github.com/vim/vim/commit/5e5a98d7de41457fabad4eb5af3d54cc93f05d0a
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Dec 15 14:55:33 2019 +0100
patch 8.2.0011: screen updating wrong when opeing preview window
Problem: Screen updating wrong when opeing preview window.
Solution: Redraw the window when the preview window opens.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 15 Dec 2019 15:00:04 +0100 |
parents | 1090d6637cfd |
children |
line wrap: on
line source
Test for multi-byte text formatting. Also test, that 'mps' with multibyte chars works. And test "ra" on multi-byte characters. Also test byteidx() and byteidxcomp() STARTTEST :so mbyte.vim :set encoding=utf-8 ENDTEST Results of test69: STARTTEST /^{/+1 :set tw=2 fo=t gqgqjgqgqo XYZ abc XYZ ENDTEST { XYZ abc XYZ } STARTTEST /^{/+1 :set tw=1 fo=tm gqgqjgqgqjgqgqjgqgqjgqgqo X Xa X a XY X Y ENDTEST { X Xa X a XY X Y } STARTTEST /^{/+1 :set tw=2 fo=tm gqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqo X Xa X a XY X Y aX abX abcX abX c abXY ENDTEST { X Xa X a XY X Y aX abX abcX abX c abXY } STARTTEST /^{/+1 :set ai tw=2 fo=tm gqgqjgqgqo X Xa ENDTEST { X Xa } STARTTEST /^{/+1 :set noai tw=2 fo=tm gqgqjgqgqo X Xa ENDTEST { X Xa } STARTTEST /^{/+1 :set tw=2 fo=cqm comments=n:X gqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqjgqgqo X Xa XaY XY XYZ X Y X YZ XX XXa XXY ENDTEST { X Xa XaY XY XYZ X Y X YZ XX XXa XXY } STARTTEST /^{/+1 :set tw=2 fo=tm RXa ENDTEST { } STARTTEST /^{/+1 :set mps+=u2018:u2019 d% ENDTEST { ‘ two three ’ four } STARTTEST /^ra test jVjra ENDTEST ra test abba aab STARTTEST :set whichwrap+=h /^x dh :set whichwrap-=h ENDTEST á x STARTTEST /^substitute :let y = substitute('123', '\zs', 'a', 'g') | put =y ENDTEST substitute STARTTEST :g/^STARTTEST/.,/^ENDTEST/d :1;/^Results/,$wq! test.out ENDTEST