comparison src/testdir/popupbounce.vim @ 17918:9606c0adc148 v8.1.1955

patch 8.1.1955: tests contain typos Commit: https://github.com/vim/vim/commit/1bc353b6f1b063e189e0cef26f8dc586dcf9161f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 1 14:45:28 2019 +0200 patch 8.1.1955: tests contain typos Problem: Tests contain typos. Solution: Correct the typos. (Dominique Pelle)
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Sep 2019 15:00:04 +0200
parents d4a7c690c8e6
children
comparison
equal deleted inserted replaced
17917:5ccb73c85dd1 17918:9606c0adc148
4 " # Edit Makefile to uncomment PROFILE_CFLAGS and PROFILE_LIBS 4 " # Edit Makefile to uncomment PROFILE_CFLAGS and PROFILE_LIBS
5 " make reconfig 5 " make reconfig
6 " ./vim --clean -S testdir/popupbounce.vim main.c 6 " ./vim --clean -S testdir/popupbounce.vim main.c
7 " gprof vim gmon.out | vim - 7 " gprof vim gmon.out | vim -
8 8
9 " using line contination 9 " using line continuation
10 set nocp 10 set nocp
11 11
12 " don't switch screens when quitting, so we can read the frames/sec 12 " don't switch screens when quitting, so we can read the frames/sec
13 set t_te= 13 set t_te=
14 14