Browse Source

remove 'startify>' title

I like minimalism.
Marco Hinz 12 years ago
parent
commit
59831b8e94
2 changed files with 1 additions and 4 deletions
  1. 1 1
      plugin/startify.vim
  2. 0 3
      syntax/startify.vim

+ 1 - 1
plugin/startify.vim

@@ -39,7 +39,7 @@ function! s:insane_in_the_membrane() abort
   endif
   setfiletype startify
 
-  call append('$', ['   startify>', '', '   [e]  <empty buffer>'])
+  call append('$', '   [e]  <empty buffer>')
   let cnt = 0
   let sep = startify#get_sep()
 

+ 0 - 3
syntax/startify.vim

@@ -7,9 +7,6 @@ if exists("b:current_syntax")
   finish
 endif
 
-syntax     match  startifyStartify   /startify>/
-highlight  link   startifyStartify   Function
-
 syntax     match  startifyDelimiter  /\[\|\]/
 highlight  link   startifyDelimiter  Delimiter