Skip to content

Commit 87f2d14

Browse files
author
Stanislas Polu
committed
v0.1.2
1 parent d4f6706 commit 87f2d14

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/dwm.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ will be set to a relative percentage of the editor's width.
115115
==============================================================================
116116
CHANGELOG *dwm-changelog*
117117

118+
0.1.2
119+
- use of `hasmapto`
118120
0.1.1
119121
- Huge refactoring to use only window motions
120122
- Added Grow/Shrink master pane

plugin/dwm.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if exists("g:dwm_version") || &cp
2424
finish
2525
endif
2626

27-
let g:dwm_version = "0.1.1"
27+
let g:dwm_version = "0.1.2"
2828

2929
" Check for Vim version 700 or greater {{{1
3030
if v:version < 700

0 commit comments

Comments
 (0)