Cleanup unused files

This commit is contained in:
Philipp Hansch 2016-04-20 16:23:18 +02:00
parent 376c5c458e
commit dfc1e5703a
3 changed files with 1 additions and 24 deletions

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<!--
vim: ft=html fileencoding=utf-8 sts=4 sw=4 et:
-->
<html>
<head>
<meta charset="utf-8">
<title>Inputs Plugins</title>
</head>
<body>
<embed id="qute-flash" width="400" height="50" src="bookmark.swf" />
</body>
</html>

View File

@ -1,10 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Inputs</title>
</head>
<body>
<textarea id="qute-textarea"></textarea>
</body>
</html>

View File

@ -74,7 +74,7 @@ def test_auto_leave_insert_mode(quteproc):
quteproc.send_cmd(':hint all')
# Select the disabled input box, to leave insert mode
# Select the disabled input box to leave insert mode
quteproc.send_cmd(':follow-hint s')
quteproc.send_cmd(':enter-mode caret')
quteproc.send_cmd(':paste-primary')