diff options
| author | Stephen Blott | 2016-03-21 09:09:03 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-21 12:04:27 +0000 | 
| commit | 8783569983d8b3634b1b1eed9b6560dbea5698ab (patch) | |
| tree | 838b56a36737031e6026dc97bf68117fc9ffcc97 /tests | |
| parent | 17715e5eed068722ce74fae05a51d67f65cef77c (diff) | |
| download | vimium-8783569983d8b3634b1b1eed9b6560dbea5698ab.tar.bz2 | |
Rework visual mode.
- Refactor the three visual-mode modes.
- Use the key-handling framework from #2022.
- Strip some legacy edit-mode code.
- Rename the file (the old file name was misleading).
- Add "aw" and "as", previously we had the code for this from edit mode.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/dom_tests/dom_tests.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/dom_tests/dom_tests.html b/tests/dom_tests/dom_tests.html index b10c562b..ab48a88a 100644 --- a/tests/dom_tests/dom_tests.html +++ b/tests/dom_tests/dom_tests.html @@ -44,8 +44,8 @@      <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.js"></script>      <script type="text/javascript" src="../../content_scripts/mode_key_handler.js"></script> +    <script type="text/javascript" src="../../content_scripts/mode_visual.js"></script>      <script type="text/javascript" src="../../content_scripts/hud.js"></script>      <script type="text/javascript" src="../../content_scripts/vimium_frontend.js"></script> | 
