File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments