File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-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: July 6 , 2014
3
+ " Last Change: July 7 , 2014
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.25.1 '
9
+ let g: xolox #notes#version = ' 0.25.2 '
10
10
let g: xolox #notes#url_pattern = ' \<\(mailto:\|javascript:\|\w\{3,}://\)\(\S*\w\)\+/\?'
11
11
let s: scriptdir = expand (' <sfile>:p:h' )
12
12
Original file line number Diff line number Diff line change 1
1
" Vim file type plug-in
2
2
" Author: Peter Odding <peter@peterodding.com>
3
- " Last Change: June 18 , 2014
3
+ " Last Change: July 7 , 2014
4
4
" URL: http://peterodding.com/code/vim/notes/
5
5
6
6
if exists (' b:did_ftplugin' )
9
9
let b: did_ftplugin = 1
10
10
endif
11
11
12
+ " Add dash to keyword characters so it can be used in tags. {{{1
13
+ setlocal iskeyword += -
14
+ let b: undo_ftplugin = ' set iskeyword<'
15
+
12
16
" Copy indent from previous line. {{{1
13
17
setlocal autoindent
14
18
let b: undo_ftplugin = ' set autoindent<'
You can’t perform that action at this time.
0 commit comments