comparison src/testdir/Make_amiga.mak @ 7064:5fc5c5bf2233 v7.4.844

commit https://github.com/vim/vim/commit/37a8de17d4dfd3d463960c38a204ce399c8e19d4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 1 16:05:00 2015 +0200 patch 7.4.844 Problem: When '#' is in 'isident' the is# comparator doesn't work. Solution: Don't use vim_isIDc(). (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Tue, 01 Sep 2015 16:15:04 +0200
parents 814f1f569e4a
children 64e30831fa42
comparison
equal deleted inserted replaced
7063:91d434c99f2d 7064:5fc5c5bf2233
43 test_breakindent.out \ 43 test_breakindent.out \
44 test_changelist.out \ 44 test_changelist.out \
45 test_charsearch.out \ 45 test_charsearch.out \
46 test_close_count.out \ 46 test_close_count.out \
47 test_command_count.out \ 47 test_command_count.out \
48 test_comparators.out \
48 test_erasebackword.out \ 49 test_erasebackword.out \
49 test_eval.out \ 50 test_eval.out \
50 test_fixeol.out \ 51 test_fixeol.out \
51 test_increment.out \ 52 test_increment.out \
52 test_insertcount.out \ 53 test_insertcount.out \
196 test_breakindent.out: test_breakindent.in 197 test_breakindent.out: test_breakindent.in
197 test_changelist.out: test_changelist.in 198 test_changelist.out: test_changelist.in
198 test_charsearch.out: test_charsearch.in 199 test_charsearch.out: test_charsearch.in
199 test_close_count.out: test_close_count.in 200 test_close_count.out: test_close_count.in
200 test_command_count.out: test_command_count.in 201 test_command_count.out: test_command_count.in
202 test_comparators.out: test_comparators.in
201 test_erasebackword.out: test_erasebackword.in 203 test_erasebackword.out: test_erasebackword.in
202 test_eval.out: test_eval.in 204 test_eval.out: test_eval.in
203 test_increment.out: test_increment.in 205 test_increment.out: test_increment.in
204 test_fixeol.out: test_fixeol.in 206 test_fixeol.out: test_fixeol.in
205 test_insertcount.out: test_insertcount.in 207 test_insertcount.out: test_insertcount.in