Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Polu committed Jan 2, 2013
1 parent d4f6706 commit 87f2d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/dwm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ will be set to a relative percentage of the editor's width.
==============================================================================
CHANGELOG *dwm-changelog*

0.1.2
- use of `hasmapto`
0.1.1
- Huge refactoring to use only window motions
- Added Grow/Shrink master pane
Expand Down
2 changes: 1 addition & 1 deletion plugin/dwm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if exists("g:dwm_version") || &cp
finish
endif

let g:dwm_version = "0.1.1"
let g:dwm_version = "0.1.2"

" Check for Vim version 700 or greater {{{1
if v:version < 700
Expand Down

0 comments on commit 87f2d14

Please sign in to comment.