This repository was archived by the owner on Feb 23, 2025. It is now read-only.
Releases: liquidz/vim-iced
Releases · liquidz/vim-iced
0.7.3
0.7.2
0.7.1
0.7.0
- Update to support Clojure 1.10's error message format
- Update to work with Clojure 1.8
- via updating iced-nrepl
- Bump orchard version to 0.3.3
- Refactor codes
Breaking changes
-
Update
:IcedCleanNs
command not to rewrite prefix- Add
g:iced#refactor#prefix_rewriting
option to change behavior. (default value is 'v:false')
- Add
-
Rename options
before | after |
---|---|
g:iced#nrepl#cljs#default_env | g:iced#cljs#default_env |
g:iced#nrepl#cljs#custom#start_code | g:iced#cljs#custom#start_code |
g:iced#nrepl#cljs#custom#stop_code | g:iced#cljs#custom#stop_code |
g:iced#nrepl#eval#inside_comment | g:iced#eval#inside_comment |
g:iced#nrepl#ns#refactor#favorites | g:iced#ns#favorites |
g:iced#nrepl#op#cider#debug#print_length | g:iced#debug#print_length |
g:iced#nrepl#op#cider#debug#print_level | g:iced#debug#print_level |
g:iced#nrepl#test#spec_num_tests | g:iced#test#spec_num_tests |
g:iced#palette#palette | g:iced#palette |
g:iced#lint#linters | g:iced#eastwood#linters |
0.6.2
0.6.1
0.6.0
- Fix code formatting to delete extra empty line
- Fix a bug causes evaluation error on stdout buffer
- Update to check
set hidden
when connecting to nrepl - Fix a bug causes vim error when closing stdout/repl buffer
- Update completion to display correct document in preview window
Breaking changes
- Delete
:IcedBrowseFunction
command - Delete
:IcedBrowseNamespace
command- Extracted to https://github.com/liquidz/vim-iced-function-list
0.5.5
- Update linting not to run when linting is already running
- Update to clear signs when linting is disabled
- Update to refresh signs when code is formatted
- Add python3 code to boost decoding bencode
- Fix decoding bencode in vim script to work(detect error) with incorrect character
- Fix setting sign to ignore errors that has no line number