File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
" Vim auto-load script
2
2
" Author: Peter Odding <peter@peterodding.com>
3
- " Last Change: May 13 , 2013
3
+ " Last Change: May 14 , 2013
4
4
" URL: http://peterodding.com/code/vim/notes/
5
5
6
6
" Note: This file is encoded in UTF-8 including a byte order mark so
7
7
" that Vim loads the script using the right encoding transparently.
8
8
9
- let g: xolox #notes#version = ' 0.20'
9
+ let g: xolox #notes#version = ' 0.20.1 '
10
10
let s: scriptdir = expand (' <sfile>:p:h' )
11
11
12
12
call xolox#misc#compat#check (' notes' , 3 )
@@ -1117,7 +1117,7 @@ function! xolox#notes#highlight_names(force) " {{{3
1117
1117
if hlexists (' notesName' )
1118
1118
syntax clear notesName
1119
1119
endif
1120
- execute ' syntax match notesName /\c\%>1l\<\ %(' . escape (join (titles, ' \|' ), ' /' ) . ' \)\> /'
1120
+ execute ' syntax match notesName /\c\%>1l\%(' . escape (join (titles, ' \|' ), ' /' ) . ' \)/'
1121
1121
let b: notes_names_last_highlighted = localtime ()
1122
1122
call xolox#misc#timer#stop (" notes.vim %s: Highlighted note names in %s." , g: xolox #notes#version , starttime)
1123
1123
endif
You can’t perform that action at this time.
0 commit comments