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: July 6 , 2014
3+ " Last Change: July 7 , 2014
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.25.1 '
9+ let g: xolox #notes#version = ' 0.25.2 '
1010let g: xolox #notes#url_pattern = ' \<\(mailto:\|javascript:\|\w\{3,}://\)\(\S*\w\)\+/\?'
1111let s: scriptdir = expand (' <sfile>:p:h' )
1212
Original file line number Diff line number Diff line change 11" Vim file type plug-in
22" Author: Peter Odding <peter@peterodding.com>
3- " Last Change: June 18 , 2014
3+ " Last Change: July 7 , 2014
44" URL: http://peterodding.com/code/vim/notes/
55
66if exists (' b:did_ftplugin' )
99 let b: did_ftplugin = 1
1010endif
1111
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+
1216" Copy indent from previous line. {{{1
1317setlocal autoindent
1418let b: undo_ftplugin = ' set autoindent<'
You can’t perform that action at this time.
0 commit comments