From 9854085fee254ef0c96775031089911cf72164c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 11 Feb 2017 15:18:42 +0100 Subject: test/vis: drop cpp(1) as a preprocessor It is not worth the trouble to deal with different escaping rules. The tests should be relatively small and self contained anyway, hence comments should not be that important. --- vis/multiple-cursors/basic.keys | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vis/multiple-cursors/basic.keys (limited to 'vis/multiple-cursors/basic.keys') diff --git a/vis/multiple-cursors/basic.keys b/vis/multiple-cursors/basic.keys deleted file mode 100644 index df8738e..0000000 --- a/vis/multiple-cursors/basic.keys +++ /dev/null @@ -1,6 +0,0 @@ -vGI /* create cursor at start of every line */ -df /* delete to first space */ -. /* delete to second space */ -A : end /* append " : end" to line */ -. /* repeat */ -u /* undo */ -- cgit v1.2.3