Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit

Permalink
Merge pull request #403 from liquidz/dev
Browse files Browse the repository at this point in the history
3.8.7
  • Loading branch information
liquidz authored Apr 16, 2022
2 parents 6f82af7 + 87d481e commit 0382d4c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This change

== Unreleased (dev)

== 3.8.7 (2022-04-16)
// {{{
=== Changed
* Updated to handle `*.cljd` file as Clojure file.
* Bumped zprint to 1.2.3.
// }}}

== 3.8.6 (2022-04-12)
// {{{
=== Changed
Expand Down
2 changes: 1 addition & 1 deletion doc/vim-iced.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*vim-iced.txt* Clojure interactive development environment for Vim8/Neovim

Version: 3.8.6
Version: 3.8.7
Author : Masashi Iizuka <[email protected]>
License: MIT LICENSE

Expand Down
3 changes: 3 additions & 0 deletions ftdetect/cljd.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
augroup filetypedetect
au BufNewFile,BufRead *.cljd setf clojure
augroup END
2 changes: 1 addition & 1 deletion ftplugin/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if exists('g:loaded_vim_iced')
finish
endif
let g:loaded_vim_iced = 1
let g:vim_iced_version = 30806
let g:vim_iced_version = 30807
let g:vim_iced_home = expand('<sfile>:p:h:h')
" NOTE: https://github.com/vim/vim/commit/162b71479bd4dcdb3a2ef9198a1444f6f99e6843
" Add functions for defining and placing signs.
Expand Down
2 changes: 1 addition & 1 deletion installer/zprint-clj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

version='1.2.2'
version='1.2.3'
# NOTE: macOS has a same named command, so add '-clj' postfix
file='zprint-clj'
if [ "$(uname)" == 'Darwin' ]; then
Expand Down

0 comments on commit 0382d4c

Please sign in to comment.