Skip to content

Commit 5632981

Browse files
authored
Merge pull request #74 from legendu-net/dev
Merge dev into main
2 parents 517293d + 92f00cd commit 5632981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/ide/spacevim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let g:firenvim_config = {
2525
\ 'content': 'text',
2626
\ 'priority': 0,
2727
\ 'selector': 'textarea',
28-
\ 'takeover': 'always',
28+
\ 'takeover': 'never',
2929
\ },
3030
\ }
3131
\ }

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Update icon.
1010
func version(cmd *cobra.Command, args []string) {
11-
fmt.Println("0.19.0")
11+
fmt.Println("0.19.1")
1212
}
1313

1414
var versionCmd = &cobra.Command{

0 commit comments

Comments
 (0)