diff options
| -rw-r--r-- | TODO | 10 | 
1 files changed, 5 insertions, 5 deletions
| @@ -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 | 
