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