aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStephen Blott2016-03-21 05:28:43 +0000
committerStephen Blott2016-03-21 05:28:46 +0000
commit17715e5eed068722ce74fae05a51d67f65cef77c (patch)
tree4ce0017e4db40efe9215fd518668442e74f75b71 /tests
parent7875b5da15998fd4c3f705b08bc0a5972bddce25 (diff)
downloadvimium-17715e5eed068722ce74fae05a51d67f65cef77c.tar.bz2
Rename visual mode file.
This previous file name was chosen when we (I) had the intention of implementing edit mode too. That initiative has been abandoned, so the file name is inappropriate. Renaming now in preparation for a significant refactoring of visual mode.
Diffstat (limited to 'tests')
-rw-r--r--tests/dom_tests/dom_tests.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html
index 9aa804d1..b10c562b 100644
--- a/tests/dom_tests/dom_tests.html
+++ b/tests/dom_tests/dom_tests.html
@@ -44,7 +44,7 @@
<script type="text/javascript" src="../../content_scripts/scroller.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_insert.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_find.js"></script>
- <script type="text/javascript" src="../../content_scripts/mode_visual_edit.js"></script>
+ <script type="text/javascript" src="../../content_scripts/mode_visual.js"></script>
<script type="text/javascript" src="../../content_scripts/mode_key_handler.js"></script>
<script type="text/javascript" src="../../content_scripts/hud.js"></script>
<script type="text/javascript" src="../../content_scripts/vimium_frontend.js"></script>