comparison src/testdir/test_backspace_opt.vim @ 8796:fb764adba294 v7.4.1686

commit https://github.com/vim/vim/commit/e9c07270031e312082604d3505650f185aa65948 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 30 20:50:46 2016 +0200 patch 7.4.1686 Problem: When running tests $HOME/.viminfo is written. (James McCoy) Solution: Add 'nviminfo' to the 'viminfo' option. (closes https://github.com/vim/vim/issues/722)
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Mar 2016 21:00:13 +0200
parents 8818bca7a824
children 3ee84d270ea7
comparison
equal deleted inserted replaced
8795:aba2d0a01290 8796:fb764adba294
51 call assert_false(match(Exec('set backspace=10'), '.*E474')) 51 call assert_false(match(Exec('set backspace=10'), '.*E474'))
52 52
53 " Cleared when 'compatible' is set 53 " Cleared when 'compatible' is set
54 set compatible 54 set compatible
55 call assert_equal('', &backspace) 55 call assert_equal('', &backspace)
56 set nocompatible 56 set nocompatible viminfo+=nviminfo
57 endfunc 57 endfunc
58 58
59 " vim: tabstop=2 shiftwidth=0 expandtab 59 " vim: tabstop=2 shiftwidth=0 expandtab