Skip to content

Commit a6b3e1f

Browse files
Merge branch 'FixTabMove' into dev
2 parents 41a8ce5 + dc3ad34 commit a6b3e1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
> - [Adding auto complete support for multi cursors #3442](https://github.com/zyedidia/micro/pull/3442)
1616
> - [Fixing comment plugin not using user settings when overriding default setting #3424](https://github.com/zyedidia/micro/pull/3424)
1717
> - [Add the ability lock settings.json and bindings.json for plugins #3618](https://github.com/zyedidia/micro/pull/3618)
18+
> - [Add missing resize in TabMove #3619](https://github.com/zyedidia/micro/pull/3619)
1819
>
1920
> To see the diff between this and upstream master, click [here](https://github.com/zyedidia/micro/compare/master...Neko-Box-Coder:micro-dev:dev)
2021

internal/action/command.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ func (h *BufPane) TabMoveCmd(args []string) {
230230
Tabs.List[idxTo] = activeTab
231231
Tabs.UpdateNames()
232232
Tabs.SetActive(idxTo)
233+
Tabs.Resize()
233234
// InfoBar.Message(fmt.Sprintf("Moved tab from slot %d to %d", idxFrom+1, idxTo+1))
234235
}
235236

0 commit comments

Comments
 (0)