mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-23 19:21:53 +03:00
Update deps and release notes
This commit is contained in:
parent
1560fe9714
commit
9702cee35a
10
Cartfile
10
Cartfile
@ -1,14 +1,14 @@
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "ReactiveX/RxSwift" "4.2.0"
|
||||
github "PureLayout/PureLayout" == 3.0.2
|
||||
github "eonil/FileSystemEvents" == 1.0.0
|
||||
github "sparkle-project/Sparkle" == 1.19.0
|
||||
github "qvacua/CocoaFontAwesome" "master"
|
||||
github "qvacua/CocoaMarkdown" "master"
|
||||
github "qvacua/RxMsgpackRpc" == 0.0.1
|
||||
github "qvacua/RxMessagePort" == 0.0.1
|
||||
github "qvacua/RxNeovimApi" == 0.3.0
|
||||
github "qvacua/RxMsgpackRpc" == 0.0.2
|
||||
github "qvacua/RxMessagePort" == 0.0.2
|
||||
github "qvacua/RxNeovimApi" == 0.3.0-1
|
||||
github "sindresorhus/github-markdown-css" == 2.10.0
|
||||
github "httpswift/swifter" == 1.4.1
|
||||
github "httpswift/swifter" == 1.4.2
|
||||
github "a2/MessagePack.swift" == 3.0.0
|
||||
|
||||
github "Quick/Nimble" == 7.1.2
|
||||
|
@ -1,13 +1,13 @@
|
||||
github "PureLayout/PureLayout" "v3.0.2"
|
||||
github "Quick/Nimble" "v7.1.2"
|
||||
github "ReactiveX/RxSwift" "4.1.2"
|
||||
github "ReactiveX/RxSwift" "4.2.0"
|
||||
github "a2/MessagePack.swift" "3.0.0"
|
||||
github "eonil/FileSystemEvents" "1.0.0"
|
||||
github "httpswift/swifter" "1.4.1"
|
||||
github "httpswift/swifter" "1.4.2"
|
||||
github "qvacua/CocoaFontAwesome" "76cf6c4ef3088d84f78988183c56fc6abdc19f83"
|
||||
github "qvacua/CocoaMarkdown" "7756ad96d5fb390c66531004868e828bb54d3609"
|
||||
github "qvacua/RxMessagePort" "v0.0.1"
|
||||
github "qvacua/RxMsgpackRpc" "v0.0.1"
|
||||
github "qvacua/RxNeovimApi" "v0.3.0"
|
||||
github "qvacua/RxMessagePort" "v0.0.2"
|
||||
github "qvacua/RxMsgpackRpc" "v0.0.2"
|
||||
github "qvacua/RxNeovimApi" "v0.3.0-1"
|
||||
github "sindresorhus/github-markdown-css" "v2.10.0"
|
||||
github "sparkle-project/Sparkle" "1.19.0"
|
||||
|
@ -2,6 +2,10 @@
|
||||
|
||||
* GH-625: `vimr --cur-env` will pass the current environment variables to the new neovim process. This will result in `virtualenv` support.
|
||||
* GH-443: `vimr --line ${LINE_NUMBER} ${SOME_FILE}` will open the file and go to the given line. If the file is already open in a UI window, then that window will be selected and the cursor will be moved to the given line. This can be used e.g. to reverse-search LaTeX.
|
||||
* Dependencies updates:
|
||||
- ReactiveX/RxSwift@4.2.0
|
||||
- httpswift/swifter@1.4.2
|
||||
- `MMCoreTextView` of Macvim: macvim-dev/macvim@351faf929e4abe32ea4cc31078d1a625fc86a69f
|
||||
|
||||
# 0.24.0-282
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user