forked from vim-scripts/VimClojure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix release with various fixes. * Fixed regression in highlighting of numeric functions. (Reported by Ogino-san.) * Restore various registers correctly after yanking. (Reported by Dave Ray.) * Improved fuzzy indent heuristic and fixed special case for with-meta. * Removed highlighting of the comment form. It's broken and unlikely to be ever fixed. (Reported by Dave Ray.) * Fixed version range for the clojure dependency. [1.2,1.5) * Removed usages of anonymous functions. This caused a small delay when using 'o' or 'O' commands. (Interestingly only then but with a normal carriage return�) This problem was a long lasting issue for several years. A big big thank you to Dave Ray for tracking this down! * Loads the user.clj if found on the classpath of the server. * Fixed problems with result buffers when issuing certain sequences of commands. (Reported by Dave Ray.) * Made gradle plugin milestone 6 compatible.
- Loading branch information
1 parent
35e21e4
commit d449753
Showing
5 changed files
with
208 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.