Mercurial > vim
view src/testdir/test75.in @ 4903:2fc1f3346bfb v7.3.1197
updated for version 7.3.1197
Problem: ":wviminfo!" does not write history previously read from a viminfo
file. (Roland Eggner)
Solution: When not merging history write all entries.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 15 Jun 2013 16:31:47 +0200 |
parents | 6018c815e120 |
children | 1cf89d38aa76 |
line wrap: on
line source
" Tests for functions. STARTTEST :so small.vim :set cpo-=< :" Test maparg() with a string result :map foo<C-V> is<F4>foo :vnoremap <script> <buffer> <expr> <silent> bar isbar :call append('$', maparg('foo<C-V>')) :call append('$', string(maparg('foo<C-V>', '', 0, 1))) :call append('$', string(maparg('bar', '', 0, 1))) :" :map abc x<char-114>x :call append('$', maparg('abc')) :map abc y<S-char-114>y :call append('$', maparg('abc')) :" :/^eof/+1,$w! test.out :qa! ENDTEST eof