-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
79 lines (64 loc) · 2.28 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
* 2012-12-25
- 'switch' plugin
* 2012-09-05
- tomorrow-theme
- changed yankring_history file location to ~/.backup/
* 2012-08-15
- improved utf8 support (thanks to Arik Fraimovich)
* 2012-08-04
- added .local-before.vim
- deprecated .local.vim. use .local-after.vim instead
* 2012-08-02
- support for ~/.local-gui.vim
- removed default background and colorscheme settings
Those are highly personal and should go into ~/.local.vim and ~/.local-gui.vim
* 2012-07-17
- forced space and tab settings for markdown and haml
- auto wrap for markdown on 80 chars
* 2012-07-12
- Changed CtrlP mapping `,,` to use CtrlP instead of CtrlPMixed
- added `,l` mapping to CtrlPLine
- removed minibufexpl settings (plugin removed long ago)
- added `,b` mapping to CtrlPBuff
* 2012-07-10
- CtrlP merged into master
* 2012-07-05
- make CtrlP see files that are not yet in the git
* 2012-07-04
- mappings for :diffupdate/put/get
- buttercream and colorzone themes
- renamed vundles.vim to bundles.vim
- %% mapping for command mode to expand to current file's directory
- Command-T replaced with CtrlP
* 2012-07-01
- fixed missing space at the end of ,g and ,k maps
- mapped ,d to :diffupdate
* 2012-06-24
- added mapping for :QA and :Qa to be same as :qa
* 2012-06-19
- calendar.vim
- NrrwRgn plugin (Narrow Region)
- utl.vim plugin (universal text links)
- VimOrganizer plugin (emacs' org mode support)
- settings.vim merged into global.vim
- added after-plugins.vim to override plugin settings
- Gundo plugin
* 2012-06-18
- support persistent undo
- OSX russian translit keyboard layout support
- READE table of contents
* 2012-06-11
- attempt to support command-t install on non-OSX systems. trying to guess
ruby binary
- vim-slim plugin for Slim syntax support
* 2012-06-07
- after.vim: reworked loading of bindings.vim after plugins.
local now also loaded after all the plugins
- deprecated ~/.vim_local
- new file ~/.local.vim
- macros.vim - a couple of useful macros
- added CHANGELOG ;)
- change command-t repo to github. original is down all the time
use 'make install' or remove bundle/command-t before you update
- use direct clone for vundle instead of submodules.
latest git submodules cupport is incompatible with vundle