aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorTeddy Wing2015-08-03 00:08:23 -0400
committerTeddy Wing2015-08-03 00:08:23 -0400
commite11e2c45ae3efa36233aa39132f3f8515334b32a (patch)
tree7bc66879f7e867a4bc1f9dc3e074585d20d9e0fd /TODO
parent7306b5f6a5a8a1c9db8d9417f115e9f0d4c62f9e (diff)
downloadauditory.vim-e11e2c45ae3efa36233aa39132f3f8515334b32a.tar.bz2
TODO: Update with latest completed items
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index 9659274..20dbbcc 100644
--- a/TODO
+++ b/TODO
@@ -2,14 +2,14 @@ TODO
====
2015.07.26:
-- Add all mappings to `s:mappings`
-- Store user mappings on assignment
-- If has user mapping, map to that user mapping
-- On unmap, if has user mapping, remap back to that user mapping
+v Add all mappings to `s:mappings`
+v Store user mappings on assignment
+v If has user mapping, map to that user mapping
+v On unmap, if has user mapping, remap back to that user mapping
2015.07.14:
-- Use Vim's `maparg()` to store user mappings so that we can create a toggle
+v Use Vim's `maparg()` to store user mappings so that we can create a toggle
command that restores pre-plugin mappings