diff options
author | Teddy Wing | 2015-06-04 16:23:14 -0400 |
---|---|---|
committer | Teddy Wing | 2015-06-04 16:23:14 -0400 |
commit | 463079578255d69724f16f81b1d9caa016d609d5 (patch) | |
tree | ddc8a5c0ac45dd0976bf361fedae8aef91c39238 /vimrc | |
parent | 69ad4ca3e49bdaac3d53e7f4929f252b17836c1d (diff) | |
download | dotvim-463079578255d69724f16f81b1d9caa016d609d5.tar.bz2 |
vimrc: Fix CHANGELOG date
Wanted to capture the fact that the `g:netrw_liststyle` change was made
on 2015.06.02 but forgot to change to today's date when adding the
CHANGELOG entry for the `<leader>or` change.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,8 @@ " which functions more like NERDTree by not going to a new "page" when " changing directories. With this change I think we can uninstall " NERDTree. +" +" 2015.06.04: " * Add <leader>or mapping to open the current file in ranger. " |