use either 'e' or 'i' for empty buffer
People seem to like both, so I made both of them defaults. (I changed [i] back to [e] nevertheless.)
This commit is contained in:
parent
b5ec1605cc
commit
a5021aacdd
4 changed files with 17 additions and 6 deletions
|
@ -11,7 +11,7 @@ let s:sep = startify#get_sep()
|
|||
|
||||
syntax match StartifySpecial /\V<empty buffer>\|<quit>/
|
||||
syntax match StartifyBracket /\[\|\]/
|
||||
syntax match StartifyNumber /\v\[[iq[:digit:]]+\]/hs=s+1,he=e-1 contains=StartifyBracket
|
||||
syntax match StartifyNumber /\v\[[eq[:digit:]]+\]/hs=s+1,he=e-1 contains=StartifyBracket
|
||||
|
||||
execute 'syntax match StartifySlash /\'. s:sep .'/'
|
||||
execute 'syntax match StartifyPath /\%9c.*\'. s:sep .'/ contains=StartifySlash'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue