Cleanup unused files
This commit is contained in:
parent
376c5c458e
commit
dfc1e5703a
@ -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>
|
@ -1,10 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Inputs</title>
|
||||
</head>
|
||||
<body>
|
||||
<textarea id="qute-textarea"></textarea>
|
||||
</body>
|
||||
</html>
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user