Skip to content

Commit

Permalink
Update for 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrie committed Mar 4, 2016
1 parent 9078440 commit a5fed8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/counterpoint.vim
@@ -1,6 +1,6 @@
" counterpoint.vim - cycle between file counterparts
" Maintainer: Josh Petrie <http://joshpetrie.net>
" Version: 1.5
" Version: 1.6

function! <SID>RemoveDuplicates (subject)
let deduplicated = {}
Expand Down
2 changes: 1 addition & 1 deletion plugin/counterpoint.vim
@@ -1,6 +1,6 @@
" counterpoint.vim - cycle between file counterparts
" Maintainer: Josh Petrie <http://joshpetrie.net>
" Version: 1.5
" Version: 1.6

if exists("g:loaded_counterpoint")
finish
Expand Down

0 comments on commit a5fed8d

Please sign in to comment.