comparison src/testdir/test94.in @ 7246:a69b5e4beefd v7.4.931

commit https://github.com/vim/vim/commit/cfcd1ddd103129b309671cba5cff55e19a9908e4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 14:24:50 2015 +0100 patch 7.4.931 Problem: Test 94 fails on some systems. Solution: Set 'encoding' to utf-8.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Nov 2015 14:30:04 +0100
parents 0c1278704b5c
children ae45d497868f
comparison
equal deleted inserted replaced
7245:8896150aba23 7246:a69b5e4beefd
15 - With Ex command and Visual selection (custom text object) 15 - With Ex command and Visual selection (custom text object)
16 - Patch 7.3.879: Properly abort Ex command in Operator-pending mode 16 - Patch 7.3.879: Properly abort Ex command in Operator-pending mode
17 17
18 STARTTEST 18 STARTTEST
19 :so small.vim 19 :so small.vim
20 :set nocp viminfo+=nviminfo 20 :set enc=utf-8 nocp viminfo+=nviminfo
21 : 21 :
22 :" User functions 22 :" User functions
23 :function MoveToCap() 23 :function MoveToCap()
24 : call search('\u', 'W') 24 : call search('\u', 'W')
25 :endfunction 25 :endfunction