comparison src/Makefile @ 9647:847518911c0b v7.4.2100

commit https://github.com/vim/vim/commit/6835dc61aebca2b602d85a9d63c449ace58683b4 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 24 17:33:05 2016 +0200 patch 7.4.2100 Problem: "cgn" and "dgn" do not work correctly with a single character match and the replacement includes the searched pattern. (John Beckett) Solution: If the match is found in the wrong column try in the next column. Turn the test into new style. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jul 2016 17:45:05 +0200
parents 8cc4dfadfd48
children 284b4eb307fc
comparison
equal deleted inserted replaced
9646:c9c6aaff0184 9647:847518911c0b
2074 test_feedkeys \ 2074 test_feedkeys \
2075 test_file_perm \ 2075 test_file_perm \
2076 test_filter_map \ 2076 test_filter_map \
2077 test_fnamemodify \ 2077 test_fnamemodify \
2078 test_glob2regpat \ 2078 test_glob2regpat \
2079 test_gn \
2079 test_goto \ 2080 test_goto \
2080 test_hardcopy \ 2081 test_hardcopy \
2081 test_help_tagjump \ 2082 test_help_tagjump \
2082 test_history \ 2083 test_history \
2083 test_increment \ 2084 test_increment \