Commit graph

26 commits

Author SHA1 Message Date
Marco Hinz b7fe86e492 Add highlighting for section headers 2013-10-22 13:01:32 +02:00
Marco Hinz 446f7dbbff Move modelines from bottom to top 2013-09-24 17:41:31 +02:00
Marco Hinz e942096865 Ensure proper highlighting in a small window 2013-09-19 10:18:34 +02:00
Marco Hinz 9e6b819936 Bump version to 1.8 2013-09-04 09:38:53 +02:00
Marco Hinz 85ce548261 Add highlighting for custom footer 2013-09-04 09:25:33 +02:00
Marco Hinz 516a92060e Bump to 1.7 2013-08-04 23:35:12 +02:00
Marco Hinz 53019cc309 Make Startify a scratch buffer again 2013-07-25 13:53:34 +02:00
Marco Hinz 9e69cb28f9 StartifyHeader region: fix off-by-one 2013-07-11 14:05:22 +02:00
Marco Hinz 340f4b6835 New highlight group: StartifyHeader
It links to Normal by default.

References #27.
2013-07-11 13:37:47 +02:00
Marco Hinz 4e9b9a2f31 Bump to 1.6 2013-05-30 10:26:55 +02:00
Marco Hinz b7175c0456 Bump to 1.5 2013-05-08 17:19:19 +02:00
Marco Hinz 134e983f9a add set_mark() and open_buffers() 2013-05-02 15:00:00 +02:00
Marco Hinz b97fcbd490 make function naming clearer 2013-04-30 13:34:25 +02:00
Marco Hinz 4711a54cf5 new option: g:startify_custom_indices
People can now choose to create their own index mapping instead of
having the default behaviour of increasing numbers.

Closes #17.
2013-04-30 13:32:30 +02:00
Marco Hinz 4533f7f7e4 add syn-match: StartifyFile 2013-04-30 00:35:16 +02:00
Marco Hinz a5021aacdd 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.)
2013-04-30 00:03:55 +02:00
Marco Hinz b5ec1605cc bump to 1.4 2013-04-29 23:20:05 +02:00
Marco Hinz 803b0adbbf use more idiomatic code style 2013-04-29 15:06:40 +02:00
Marco Hinz c2dba47d38 add color support without changing defaults 2013-04-29 12:36:48 +02:00
Marco Hinz 80f6ca4323 use 'i' instead of 'e' for empty buffer
I guess most people are used to just write away via 'i' after entering
Vim. So this change adheres to them. (Say "Thanks!" to @Osse)

If you don't like this change consider creating an additional, hidden
key for creating the empty buffer:

let g:startify_empty_buffer_key = 'e'
2013-04-28 13:30:05 +02:00
Marco Hinz 05edf67f05 bump to 1.3 2013-04-27 18:43:21 +02:00
Marco Hinz 59831b8e94 remove 'startify>' title
I like minimalism.
2013-04-27 10:13:43 +02:00
Marco Hinz 02647d4279 bump to 1.2 2013-04-26 12:53:19 +02:00
Marco Hinz 07461917d0 bump to 1.1 2013-04-24 16:27:09 +02:00
Marco Hinz 14ccad4380 bump to 1.0 2013-04-24 11:31:53 +02:00
Marco Hinz 97e41735ba init 2013-04-23 16:41:02 +02:00