Mercurial > vim
view src/testdir/test_comparators.in @ 10896:d513b653f5d0 v8.0.0337
patch 8.0.0337: invalid memory access in :recover command
commit https://github.com/vim/vim/commit/c525e3a1c20f6b5d9809c8b84f80090a8e416c92
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Feb 18 16:59:02 2017 +0100
patch 8.0.0337: invalid memory access in :recover command
Problem: Invalid memory access in :recover command.
Solution: Avoid access before directory name. (Dominique Pelle,
closes #1488)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 18 Feb 2017 17:00:05 +0100 |
parents | 5fc5c5bf2233 |
children |
line wrap: on
line source
" Test for expression comparators. vim: set ft=vim : STARTTEST :so small.vim :try : let oldisident=&isident : set isident+=# : if 1 is#1 : $put ='ok' : else : $put ='ng' : endif :finally : let &isident=oldisident :endtry :" :/^marker/+1,$wq! test.out ENDTEST marker