diff --git a/autoload/xolox/notes.vim b/autoload/xolox/notes.vim index c93e94d..eb26e61 100644 --- a/autoload/xolox/notes.vim +++ b/autoload/xolox/notes.vim @@ -6,7 +6,7 @@ " Note: This file is encoded in UTF-8 including a byte order mark so " that Vim loads the script using the right encoding transparently. -let g:xolox#notes#version = '0.16.6' +let g:xolox#notes#version = '0.16.7' function! xolox#notes#shortcut() " {{{1 " The "note:" pseudo protocol is just a shortcut for the :Note command.