|
Karsten Hopp |
9d2139 |
To: vim_dev@googlegroups.com
|
|
Karsten Hopp |
9d2139 |
Subject: Patch 7.3.838
|
|
Karsten Hopp |
9d2139 |
Fcc: outbox
|
|
Karsten Hopp |
9d2139 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
9d2139 |
Mime-Version: 1.0
|
|
Karsten Hopp |
9d2139 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
9d2139 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
9d2139 |
------------
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
Patch 7.3.838 (after 7.3.830)
|
|
Karsten Hopp |
9d2139 |
Problem: Insufficient testing for mksession.
|
|
Karsten Hopp |
9d2139 |
Solution: Add tests. (mostly by Roland Eggner)
|
|
Karsten Hopp |
9d2139 |
Files: src/testdir/Make_amiga.mak, src/testdir/Make_dos.mak,
|
|
Karsten Hopp |
9d2139 |
src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
|
|
Karsten Hopp |
9d2139 |
src/testdir/Make_vms.mms, src/testdir/Makefile,
|
|
Karsten Hopp |
9d2139 |
src/testdir/test92.in, src/testdir/test92.ok,
|
|
Karsten Hopp |
9d2139 |
src/testdir/test93.in, src/testdir/test93.ok,
|
|
Karsten Hopp |
9d2139 |
src/ex_docmd.c
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Make_amiga.mak 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Make_amiga.mak 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 32,38 ****
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test73.out test74.out test75.out \
|
|
Karsten Hopp |
9d2139 |
test76.out test77.out test78.out test79.out test80.out \
|
|
Karsten Hopp |
9d2139 |
test81.out test82.out test83.out test84.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--- 32,38 ----
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test73.out test74.out test75.out \
|
|
Karsten Hopp |
9d2139 |
test76.out test77.out test78.out test79.out test80.out \
|
|
Karsten Hopp |
9d2139 |
test81.out test82.out test83.out test84.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 140,142 ****
|
|
Karsten Hopp |
9d2139 |
--- 140,144 ----
|
|
Karsten Hopp |
9d2139 |
test89.out: test89.in
|
|
Karsten Hopp |
9d2139 |
test90.out: test90.in
|
|
Karsten Hopp |
9d2139 |
test91.out: test91.in
|
|
Karsten Hopp |
9d2139 |
+ test92.out: test92.in
|
|
Karsten Hopp |
9d2139 |
+ test93.out: test93.in
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Make_dos.mak 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Make_dos.mak 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 31,37 ****
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--- 31,37 ----
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Make_ming.mak 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Make_ming.mak 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 51,57 ****
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--- 51,57 ----
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS32 = test50.out test70.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Make_os2.mak 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Make_os2.mak 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 32,38 ****
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test73.out test74.out test75.out \
|
|
Karsten Hopp |
9d2139 |
test76.out test77.out test78.out test79.out test80.out \
|
|
Karsten Hopp |
9d2139 |
test81.out test82.out test83.out test84.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--- 32,38 ----
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test73.out test74.out test75.out \
|
|
Karsten Hopp |
9d2139 |
test76.out test77.out test78.out test79.out test80.out \
|
|
Karsten Hopp |
9d2139 |
test81.out test82.out test83.out test84.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
.SUFFIXES: .in .out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Make_vms.mms 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Make_vms.mms 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 4,10 ****
|
|
Karsten Hopp |
9d2139 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
9d2139 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
9d2139 |
#
|
|
Karsten Hopp |
9d2139 |
! # Last change: 2013 Feb 20
|
|
Karsten Hopp |
9d2139 |
#
|
|
Karsten Hopp |
9d2139 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
9d2139 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
9d2139 |
--- 4,10 ----
|
|
Karsten Hopp |
9d2139 |
# Authors: Zoltan Arpadffy, <arpadffy@polarhome.com>
|
|
Karsten Hopp |
9d2139 |
# Sandor Kopanyi, <sandor.kopanyi@mailbox.hu>
|
|
Karsten Hopp |
9d2139 |
#
|
|
Karsten Hopp |
9d2139 |
! # Last change: 2013-02-21
|
|
Karsten Hopp |
9d2139 |
#
|
|
Karsten Hopp |
9d2139 |
# This has been tested on VMS 6.2 to 8.3 on DEC Alpha, VAX and IA64.
|
|
Karsten Hopp |
9d2139 |
# Edit the lines in the Configuration section below to select.
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 77,83 ****
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test74.out test75.out test76.out \
|
|
Karsten Hopp |
9d2139 |
test77.out test78.out test79.out test80.out test81.out \
|
|
Karsten Hopp |
9d2139 |
test82.out test83.out test84.out test88.out test89.out \
|
|
Karsten Hopp |
9d2139 |
! test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
# Known problems:
|
|
Karsten Hopp |
9d2139 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
9d2139 |
--- 77,83 ----
|
|
Karsten Hopp |
9d2139 |
test71.out test72.out test74.out test75.out test76.out \
|
|
Karsten Hopp |
9d2139 |
test77.out test78.out test79.out test80.out test81.out \
|
|
Karsten Hopp |
9d2139 |
test82.out test83.out test84.out test88.out test89.out \
|
|
Karsten Hopp |
9d2139 |
! test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
# Known problems:
|
|
Karsten Hopp |
9d2139 |
# Test 30: a problem around mac format - unknown reason
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/Makefile 2013-02-20 21:11:14.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/Makefile 2013-02-26 15:30:10.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 28,34 ****
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS_GUI = test16.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--- 28,34 ----
|
|
Karsten Hopp |
9d2139 |
test74.out test75.out test76.out test77.out test78.out \
|
|
Karsten Hopp |
9d2139 |
test79.out test80.out test81.out test82.out test83.out \
|
|
Karsten Hopp |
9d2139 |
test84.out test85.out test86.out test87.out test88.out \
|
|
Karsten Hopp |
9d2139 |
! test89.out test90.out test91.out test92.out test93.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
SCRIPTS_GUI = test16.out
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/test92.in 2013-02-26 17:20:44.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/test92.in 2013-02-26 16:27:55.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 0 ****
|
|
Karsten Hopp |
9d2139 |
--- 1,48 ----
|
|
Karsten Hopp |
9d2139 |
+ vim: set ft=vim fenc=utf-8:
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ Tests if :mksession saves cursor columns correctly in presence of tab and
|
|
Karsten Hopp |
9d2139 |
+ multibyte characters when fileencoding=utf-8.
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ STARTTEST
|
|
Karsten Hopp |
9d2139 |
+ :so mbyte.vim
|
|
Karsten Hopp |
9d2139 |
+ :if !has('mksession')
|
|
Karsten Hopp |
9d2139 |
+ : e! test.ok
|
|
Karsten Hopp |
9d2139 |
+ : wq! test.out
|
|
Karsten Hopp |
9d2139 |
+ :endif
|
|
Karsten Hopp |
9d2139 |
+ :set sessionoptions=buffers splitbelow fileencoding=utf-8
|
|
Karsten Hopp |
9d2139 |
+ /^start:
|
|
Karsten Hopp |
9d2139 |
+ :vsplit
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j8|:split
|
|
Karsten Hopp |
9d2139 |
+ j8|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:wincmd l
|
|
Karsten Hopp |
9d2139 |
+ /^start:
|
|
Karsten Hopp |
9d2139 |
+ :set nowrap
|
|
Karsten Hopp |
9d2139 |
+ j16|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j08|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j08|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ :mksession! test.out
|
|
Karsten Hopp |
9d2139 |
+ :new test.out
|
|
Karsten Hopp |
9d2139 |
+ :v/\(^ *normal! 0\|^ *exe 'normal!\)/d
|
|
Karsten Hopp |
9d2139 |
+ :w
|
|
Karsten Hopp |
9d2139 |
+ :qa!
|
|
Karsten Hopp |
9d2139 |
+ ENDTEST
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ start:
|
|
Karsten Hopp |
9d2139 |
+ no multibyte chAracter
|
|
Karsten Hopp |
9d2139 |
+ one leaDing tab
|
|
Karsten Hopp |
9d2139 |
+ four leadinG spaces
|
|
Karsten Hopp |
9d2139 |
+ two consecutive tabs
|
|
Karsten Hopp |
9d2139 |
+ two tabs in one line
|
|
Karsten Hopp |
9d2139 |
+ one ⦠multibyteCharacter
|
|
Karsten Hopp |
9d2139 |
+ a âbâ two multiByte characters
|
|
Karsten Hopp |
9d2139 |
+ âcâ1⬠three mulTibyte characters
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/test92.ok 2013-02-26 17:20:44.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/test92.ok 2013-02-26 17:13:48.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 0 ****
|
|
Karsten Hopp |
9d2139 |
--- 1,26 ----
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 8 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 8 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/test93.in 2013-02-26 17:20:44.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/test93.in 2013-02-26 17:13:01.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 0 ****
|
|
Karsten Hopp |
9d2139 |
--- 1,48 ----
|
|
Karsten Hopp |
9d2139 |
+ vim: set ft=vim fenc=latin1:
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ Tests if :mksession saves cursor columns correctly in presence of tab and
|
|
Karsten Hopp |
9d2139 |
+ multibyte characters when fileencoding=latin1.
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ STARTTEST
|
|
Karsten Hopp |
9d2139 |
+ :so mbyte.vim
|
|
Karsten Hopp |
9d2139 |
+ :if !has('mksession')
|
|
Karsten Hopp |
9d2139 |
+ : e! test.ok
|
|
Karsten Hopp |
9d2139 |
+ : wq! test.out
|
|
Karsten Hopp |
9d2139 |
+ :endif
|
|
Karsten Hopp |
9d2139 |
+ :set sessionoptions=buffers splitbelow fileencoding=latin1
|
|
Karsten Hopp |
9d2139 |
+ /^start:
|
|
Karsten Hopp |
9d2139 |
+ :vsplit
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j8|:split
|
|
Karsten Hopp |
9d2139 |
+ j8|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:split
|
|
Karsten Hopp |
9d2139 |
+ j16|:wincmd l
|
|
Karsten Hopp |
9d2139 |
+ /^start:
|
|
Karsten Hopp |
9d2139 |
+ :set nowrap
|
|
Karsten Hopp |
9d2139 |
+ j16|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j08|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j08|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ j016|3zl:split
|
|
Karsten Hopp |
9d2139 |
+ :mksession! test.out
|
|
Karsten Hopp |
9d2139 |
+ :new test.out
|
|
Karsten Hopp |
9d2139 |
+ :v/\(^ *normal! 0\|^ *exe 'normal!\)/d
|
|
Karsten Hopp |
9d2139 |
+ :w
|
|
Karsten Hopp |
9d2139 |
+ :qa!
|
|
Karsten Hopp |
9d2139 |
+ ENDTEST
|
|
Karsten Hopp |
9d2139 |
+
|
|
Karsten Hopp |
9d2139 |
+ start:
|
|
Karsten Hopp |
9d2139 |
+ no multibyte chAracter
|
|
Karsten Hopp |
9d2139 |
+ one leaDing tab
|
|
Karsten Hopp |
9d2139 |
+ four leadinG spaces
|
|
Karsten Hopp |
9d2139 |
+ two consecutive tabs
|
|
Karsten Hopp |
9d2139 |
+ two tabs in one line
|
|
Karsten Hopp |
9d2139 |
+ one ä multibyteCharacter
|
|
Karsten Hopp |
9d2139 |
+ aä Ä two multiByte characters
|
|
Karsten Hopp |
9d2139 |
+ Aäöü three mulTibyte characters
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/testdir/test93.ok 2013-02-26 17:20:44.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/testdir/test93.ok 2013-02-26 17:14:02.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 0 ****
|
|
Karsten Hopp |
9d2139 |
--- 1,26 ----
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 8 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 8 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 08|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
+ exe 'normal! ' . s:c . '|zs' . 16 . '|'
|
|
Karsten Hopp |
9d2139 |
+ normal! 016|
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/ex_docmd.c 2013-02-20 19:26:24.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/ex_docmd.c 2013-02-26 16:14:07.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 10839,10845 ****
|
|
Karsten Hopp |
9d2139 |
(long)wp->w_virtcol + 1) < 0
|
|
Karsten Hopp |
9d2139 |
|| put_eol(fd) == FAIL
|
|
Karsten Hopp |
9d2139 |
|| put_line(fd, "else") == FAIL
|
|
Karsten Hopp |
9d2139 |
! || fprintf(fd, " normal! %d|", wp->w_virtcol + 1) < 0
|
|
Karsten Hopp |
9d2139 |
|| put_eol(fd) == FAIL
|
|
Karsten Hopp |
9d2139 |
|| put_line(fd, "endif") == FAIL)
|
|
Karsten Hopp |
9d2139 |
return FAIL;
|
|
Karsten Hopp |
9d2139 |
--- 10839,10845 ----
|
|
Karsten Hopp |
9d2139 |
(long)wp->w_virtcol + 1) < 0
|
|
Karsten Hopp |
9d2139 |
|| put_eol(fd) == FAIL
|
|
Karsten Hopp |
9d2139 |
|| put_line(fd, "else") == FAIL
|
|
Karsten Hopp |
9d2139 |
! || fprintf(fd, " normal! 0%d|", wp->w_virtcol + 1) < 0
|
|
Karsten Hopp |
9d2139 |
|| put_eol(fd) == FAIL
|
|
Karsten Hopp |
9d2139 |
|| put_line(fd, "endif") == FAIL)
|
|
Karsten Hopp |
9d2139 |
return FAIL;
|
|
Karsten Hopp |
9d2139 |
*** ../vim-7.3.837/src/version.c 2013-02-26 15:27:20.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
--- src/version.c 2013-02-26 15:31:06.000000000 +0100
|
|
Karsten Hopp |
9d2139 |
***************
|
|
Karsten Hopp |
9d2139 |
*** 730,731 ****
|
|
Karsten Hopp |
9d2139 |
--- 730,733 ----
|
|
Karsten Hopp |
9d2139 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
9d2139 |
+ /**/
|
|
Karsten Hopp |
9d2139 |
+ 838,
|
|
Karsten Hopp |
9d2139 |
/**/
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
--
|
|
Karsten Hopp |
9d2139 |
It doesn't really matter what you are able to do if you don't do it.
|
|
Karsten Hopp |
9d2139 |
(Bram Moolenaar)
|
|
Karsten Hopp |
9d2139 |
|
|
Karsten Hopp |
9d2139 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
9d2139 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
9d2139 |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
Karsten Hopp |
9d2139 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|