forked from marslo/myvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.log
49 lines (48 loc) · 3.57 KB
/
history.log
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
" =============================================================================
" FileName: history.log
" Desc: vimrc for public environment (Copy this rc file to ~/Marslo/.vimrc)
" Author: Marslo
" Email: marslo.jiao@gmail.com
" Created: 2013-10-16 07:19:00
" Version: 0.0.9
" LastChange: 2014-06-24 20:14:53
" History:
" 0.0.1 | Marslo | init
" 0.0.4 | Marslo | Add Vim Bundle
" 0.0.5 | Marslo | Add GetVundle() and GetVim() and the configuration of WinManager
" 0.0.6 | Marslo | Change repositoy woainvzu to Marslo
" 0.0.7 | Marslo | Delete redundancy configures
" 0.0.8 | Marslo | Move all function to marslofunc.vim: https://github.com/Marslo/MarsloFunc. Inspird from http://stackoverflow.com/questions/21194354/how-can-i-reduce-startup-time-for-vim/21197543#21197543
" 0.0.9 | Marslo | Add the configurations for relativenumber in different situations, and change the GUI font to h13
" 0.0.10 | Marslo | Add multi-shorcuts by xnormap, vmap, nnoremap, etc. Re-add the functionf for remember cursor position
=============================================================================
" =============================================================================
" FileName: history.log
" Author: Marslo
" Email: marslo.jiao@gmail.com
" Created: 2010-10
" Version: 0.0.21
" LastChange: 2014-06-24 20:14:53
" History:
" 0.0.3 | Marslo | Add the Autoload and Fast Edit difference between win32 and non-win32
" 0.0.4 | Marslo | Add CheckRubySyntax() function for checking and run ruby script
" 0.0.5 | Marslo | Add the function of highlight txt file
" Add the function of Automatic paire signs (), [], {}, '', etc
" 0.0.6 | Marslo | Add bundle plugin for manager plugins automatic
" 0.0.7 | Marslo | Add pyflakes plugin for python syntax checking
" 0.0.8 | Marslo | Remap the shortcut key: Ctrl-A/Ctrl-E/F1
" 0.0.9 | Marslo | Add the function about remove a paird parentheses, brackets, braces
" 0.0.10 | Marslo | Add the configuration about rainbow_parentheses
" 0.0.11 | Marslo | Add three bundles: woainvzu/EnhCommentify.vim && woainvzu/Marslo.vim && tpope/vim-rails
" 0.0.12 | Marslo | Add function GetVundle() to get vundle automaticly
" 0.0.13 | Marslo | Add Alpha setting for vim tweak
" 0.0.14 | Marslo | Change woainvu repos to Marslo
" 0.0.15 | Marslo | Add Remember curosr position function
" 0.0.16 | Marslo | Modification for startup faster
" 0.0.17 | Marslo | Remove autopairs functions. Replaced by auto-pairs
" 0.0.18 | Marslo | Delete redundancy configures from Windows vimrc
" 0.0.19 | Marslo | Merge Linux configus and Windows. There are only one vimrc from now on.
" 0.0.20 | Marslo | Move all function to marslofunc.vim: https://github.com/Marslo/MarsloFunc. Inspird from http://stackoverflow.com/questions/21194354/how-can-i-reduce-startup-time-for-vim/21197543#21197543
" 0.0.21 | Marslo | Add the configurations for relativenumber in different situations, and change the GUI font to h13
" 0.0.22 | Marslo | Add multi-shorcuts by xnormap, vmap, nnoremap, etc. Re-add the functionf for remember cursor position
" =============================================================================