We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ddaf5 commit e7d84b4Copy full SHA for e7d84b4
2 files changed
CHANGELOG.md
@@ -21,3 +21,4 @@
21
- Fix [Issue #44](https://github.com/exvim/main/issues/44): Error message is thrown when `:Update` and excluded folder is missing
22
- Fix [Issue #48](https://github.com/exvim/main/issues/48): Terminal Vim `<esc>`, `<F4>` key mappings lead to several problem.
23
- Fix [Issue #51](https://github.com/exvim/main/issues/51): Ubuntu Terminal solarized not working correctly.
24
+ - Fix ex-project tree line `|` be italic for some fonts.
dist/package.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-export version="v0.2.0"
+export version="v0.3.0"
4
export ORIGINAL_PATH=`pwd`
5
6
if [ ! -d "~/exvim/build/" ]; then
0 commit comments