We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 517293d + 92f00cd commit 5632981Copy full SHA for 5632981
cmd/ide/spacevim.go
@@ -25,7 +25,7 @@ let g:firenvim_config = {
25
\ 'content': 'text',
26
\ 'priority': 0,
27
\ 'selector': 'textarea',
28
- \ 'takeover': 'always',
+ \ 'takeover': 'never',
29
\ },
30
\ }
31
cmd/version.go
@@ -8,7 +8,7 @@ import (
8
9
// Update icon.
10
func version(cmd *cobra.Command, args []string) {
11
- fmt.Println("0.19.0")
+ fmt.Println("0.19.1")
12
}
13
14
var versionCmd = &cobra.Command{
0 commit comments