File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
" as well as a "complete control" over the keyboard event.
5
5
" (complete control is now windows only.)
6
6
" Author: LiTuX <suxpert AT gmail DOT com>
7
- " Last Change: 2014-02-22 15:30:40
7
+ " Last Change: 2014-02-22 16:07:08
8
8
" Version: 0.1.1
9
9
" ===========================================================================
10
10
11
- if exists (" g:vimcaps_loaded" )
12
- finish
13
- endif
14
- let g: vimcaps_loaded = 1
15
-
16
11
let s: vimcaps_undertty = 0
17
12
18
13
let s: vimcaps_path = expand (" <sfile>:p:h" )
Original file line number Diff line number Diff line change 4
4
" as well as a "complete control" over the keyboard event.
5
5
" (complete control is now windows only.)
6
6
" Author: LiTuX <suxpert AT gmail DOT com>
7
- " Last Change: 2014-02-22 15:15:47
7
+ " Last Change: 2014-02-22 16:07:02
8
8
" Version: 0.1.1
9
9
"
10
10
" Install: unpack all into your plugin folder, that's all.
57
57
" 0.0.1: initial upload, windows only, ready to use.
58
58
" ===========================================================================
59
59
60
+ if exists (" g:vimcaps_loaded" )
61
+ finish
62
+ endif
63
+ let g: vimcaps_loaded = 1
64
+
60
65
if ! exists (" g:vimcaps_status_style" )
61
66
let g: vimcaps_status_style = " upper"
62
67
endif
67
72
" enable by default, if you don't want it be enabled, add
68
73
" :let g:vimcaps_disable_autocmd = 1
69
74
" to your vimrc, or uninstall this plugin. :)
70
- if ! exists (' g:vimcaps_disable_autocmd' ) || g: vimcaps_disable_autocmd == 1
75
+ if ! exists (' g:vimcaps_disable_autocmd' ) || g: vimcaps_disable_autocmd == 0
71
76
augroup vimcaps
72
77
au !
73
78
autocmd BufWinEnter ,InsertLeave ,FocusGained * call vimcaps#capsoff ()
You can’t perform that action at this time.
0 commit comments