From 431eb12c961bd4e4f074c94d3031804f45449240 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sun, 24 Jul 2016 16:29:03 -0400 Subject: [PATCH] Add tab command to open a file in a new tab --- cmd/micro/command.go | 26 ++++++++++++++++++++++++++ cmd/micro/runtime.go | 4 ++-- runtime/help/help.md | 2 ++ 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/cmd/micro/command.go b/cmd/micro/command.go index 54c2aa3d..9fcec415 100644 --- a/cmd/micro/command.go +++ b/cmd/micro/command.go @@ -23,6 +23,7 @@ var commandActions = map[string]func([]string){ "Replace": Replace, "VSplit": VSplit, "HSplit": HSplit, + "Tab": NewTab, } // InitCommands initializes the default commands @@ -63,6 +64,7 @@ func DefaultCommands() map[string]string { "replace": "Replace", "vsplit": "VSplit", "hsplit": "HSplit", + "tab": "Tab", } } @@ -110,6 +112,30 @@ func HSplit(args []string) { } } +// Tab opens the given file in a new tab +func NewTab(args []string) { + if len(args) == 0 { + CurView().AddTab() + } else { + filename := args[0] + home, _ := homedir.Dir() + filename = strings.Replace(filename, "~", home, 1) + file, _ := ioutil.ReadFile(filename) + + tab := NewTabFromView(NewView(NewBuffer(file, filename))) + tab.SetNum(len(tabs)) + tabs = append(tabs, tab) + curTab++ + if len(tabs) == 2 { + for _, t := range tabs { + for _, v := range t.views { + v.Resize(screen.Size()) + } + } + } + } +} + // Set sets an option func Set(args []string) { // Set an option and we have to set it for every view diff --git a/cmd/micro/runtime.go b/cmd/micro/runtime.go index c7cfca9a..5382e794 100644 --- a/cmd/micro/runtime.go +++ b/cmd/micro/runtime.go @@ -285,7 +285,7 @@ func runtimeColorschemesSolarizedMicro() (*asset, error) { return a, nil } -var _runtimeHelpHelpMd = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x59\x5b\x73\xdb\x36\x16\x7e\x36\x7f\x05\x46\xc9\x4c\x9c\xae\x24\xcf\x66\x2f\x0f\x7e\x73\x6d\xe7\xd2\x26\xb1\x6b\x3b\xdb\x76\x77\x76\x42\x88\x04\x25\xd4\x24\xc1\x10\xa0\x65\xb5\xdb\xfd\xed\xfb\x9d\x03\x90\x22\x24\xc5\xb3\xd3\xce\xd4\x31\x81\x83\x73\xc3\xb9\x7c\x07\x7e\x26\x3e\xe8\xac\x35\x62\xa5\xca\x46\x38\xf5\xe8\x92\xc4\x2f\x68\x2b\x24\x16\xda\x4a\xd7\xb2\x9c\x2d\xa4\x55\x39\xef\x0b\x95\x6b\x67\x5a\xe1\x56\xd2\x09\xa9\x2b\x2b\x9c\x11\x0b\x25\x94\xb4\x1b\xfa\xb5\xb3\x4a\xc8\x3a\x17\xba\x76\x9d\x76\xfa\x41\x4d\x45\xb2\x5e\xe9\x12\xab\xa5\x35\xc2\xc9\x7b\x5d\x2f\x85\xcc\x1f\x64\xed\xe4\x52\x09\x53\x80\x95\x12\x45\x57\x96\x22\x93\x8d\x5c\xe8\x12\xc7\x94\xa5\x8d\xca\xe4\xaa\xad\x07\x2d\xec\x3c\x49\x9e\x3d\x7b\x26\x3e\x59\x1c\x4c\x92\xab\x3a\x53\x62\x63\x3a\xb1\x92\x0f\x4a\x2c\x3a\x5d\x3a\x66\xe5\x15\x9c\x0a\xab\xab\xa6\xdc\x08\xeb\x64\xeb\x84\x76\x62\xb1\x11\x6d\x57\xd7\x24\x3e\x49\x2b\x36\xb2\x91\x6e\x75\xe2\xcc\x49\x01\xfd\xe6\xee\xd1\xa5\x02\x96\x85\x73\x9e\x24\x25\x9b\x4c\xa3\x6a\x18\x25\x54\xd5\xb8\x0d\x24\x15\x85\x6a\xe7\xbd\xa3\xd8\x2c\xdb\x35\x8d\x69\x9d\x15\x59\xab\xa4\x23\x11\x9e\xca\x8a\xa2\x35\x15\x74\xc8\x75\x7d\x9a\x24\x69\x9a\x26\xcf\x85\x2e\x32\x53\x17\x7a\x29\xfe\x23\x58\x06\x2f\x27\x3f\xc3\x92\x0c\x42\x2a\x03\x6b\xc8\x8e\xac\x6b\x2d\xd4\x91\xad\xe9\xe0\xcf\xb5\x76\x2b\x5e\x96\x6d\x6b\xd6\xe2\x5e\x6d\x2c\xfb\xb9\x32\xf0\x78\x70\xcc\xf7\x6a\xb3\xd0\x35\x44\x2d\x6d\x92\xbc\x55\x2d\x11\x7b\x5e\xb9\x2a\x64\x07\xff\xdc\x6f\x29\x70\x43\xe2\x17\x6b\x6a\x51\x98\xb6\x12\xb8\xa2\x6c\xc5\x97\x4e\xe6\xac\xcc\x3a\xd9\x04\x7d\x5a\x45\x27\x88\x4b\x45\xbe\xc0\x72\x2b\x4a\x4d\xb7\x38\x67\x83\x88\x47\xf2\x5b\x72\x34\xf9\xd4\x4c\x4e\xc5\xf8\xbf\xc9\x39\x5b\x80\xf5\x29\xb6\x2f\xcc\xba\x8e\x08\xc2\x36\xaf\x13\xc1\x8d\x5e\xae\xdc\x98\x22\x10\xf8\x75\xa2\x78\xaf\x0a\x77\x88\x05\xaf\x13\xc1\xed\x4a\x17\x6e\xac\xc7\xe4\x56\x95\x2a\x73\x41\x05\xde\x1e\xeb\x11\xb6\x07\x15\x98\x60\x2c\x25\x10\xc4\x02\xc6\x8a\x06\x82\xad\x8e\x67\xa5\x8b\xd5\x9c\xfc\x68\xda\x7c\x60\x80\xed\xd8\x4e\xde\x8e\x8e\xc7\x32\x82\x80\xc3\x54\x83\xa4\x11\xd5\x20\xea\xdc\xb5\x65\xa4\xca\xe4\x96\x52\xe1\xaa\x78\xaf\x6b\x35\x50\x44\xda\x4c\x2e\xeb\x7c\x67\x3f\x92\x13\xc4\xdc\x99\x43\x9c\x22\xbd\x07\xca\x7d\x8e\x51\x9c\x84\x1b\x64\x7e\x03\x45\x14\x2a\x81\x02\x7c\x62\x49\x3d\x9b\x58\xa7\x98\xa6\x67\x34\xd6\x86\x29\x2e\x6b\x14\x95\x28\xd6\xde\xd5\x56\xb5\xce\xaf\xf3\x4d\x37\x32\x53\x07\x28\xfc\x3a\x51\x7c\x2b\xb3\x7b\x3b\xa6\x1a\xad\x44\xfb\xaf\xfa\x58\x89\xf7\x71\x89\xb3\x88\xc7\xe4\x02\x5a\x3a\xb5\x1b\x2f\xb3\x88\xd1\x21\xa2\x3b\xb9\x88\x53\x2f\xe8\x4a\xeb\xbd\x3f\xae\x22\x5b\xae\x50\xd1\x5e\xa3\xe8\x6d\xdd\x15\x6d\xdf\xa2\xa2\x0e\x5b\xaf\xa3\xad\xd7\x7a\x74\x11\x1f\xf7\xb6\x3e\xa2\x45\x0c\xdb\xd7\x7b\xdb\xd7\xad\x7a\xd0\xa8\x58\x03\xc9\x3f\x23\x92\x4f\x75\x6e\x86\xad\x9f\xa3\xad\x1b\x35\xda\x3a\x8f\xcb\x84\x69\x36\xc3\xd6\x4f\x3b\x15\x64\xab\xcd\xf7\xbb\x3b\x51\x54\x5e\x44\xbb\x17\x5d\x53\xea\x4c\x3a\x15\xd1\xfc\x23\xa2\xb9\x96\xd6\x6d\xf7\xce\x62\x07\x72\xbc\x9d\x95\xe5\xb0\x7f\x17\xed\x9f\xe5\x39\x5d\xce\x38\x07\x6f\xbf\x84\x78\xee\x7d\x34\xbe\x3d\x0e\x81\x52\xda\x15\xc7\x09\x39\xb9\xdf\x7d\x6b\x2a\x15\xd7\xc4\x6d\x1e\x50\xb4\xc7\x71\xd1\xc7\xff\x35\x3a\xe8\xa1\x3c\x0c\xeb\x3d\xc9\xa1\x44\x1c\xd6\x7b\xdd\xde\x44\x96\xdd\x99\xe5\xb2\x54\x6f\x01\x27\xb6\x25\xe6\x00\xc1\x4d\x57\x86\x44\xe3\x32\x15\x51\x7c\xd7\x55\xcd\xe0\x77\x1f\xee\x63\x4d\xc3\x0a\x1b\x68\xb3\x1d\x03\xcf\x4b\x25\xa9\x9a\xb8\x51\x8c\x7d\x1b\x5f\x0d\xa0\x4e\xf9\x01\xc8\x62\xd8\xff\x21\xda\xff\x01\xb0\x65\xd8\xba\xdc\x09\xb4\xaa\x42\xcf\x8d\x0e\xff\x18\x51\xd0\xcd\xdc\x22\x74\x98\x43\x72\x74\x72\x22\x2e\x2b\x99\xd9\x99\x75\x1b\x20\xa0\x51\xf7\x0d\xa9\x5d\x50\x46\xef\xd5\xf6\xd9\xa2\x5f\x8e\xea\x80\xe4\xba\xba\x53\x79\x69\x83\xdc\xb3\x53\xba\x69\x99\xee\x37\xee\xc1\xb4\x5a\x6f\x57\xf9\x1a\x93\xdf\x63\xfc\x41\x00\x8e\x71\x86\x87\x0b\x56\xfc\xc9\x43\x0e\x06\x7a\x0c\x4e\xd6\x50\x8c\xd0\x14\xfd\x3b\x4f\xc8\x09\xa2\x84\x9e\x0c\x47\x5a\xb2\x63\x0f\xc3\xe0\x24\x7d\x79\x28\x46\x64\x0a\xff\x07\xe4\x57\x42\xe5\x29\x2d\x26\x19\x71\xea\x1a\x26\xc8\xa1\xda\x3e\x9b\xaf\xf1\x18\x20\x59\x6f\xc4\xca\x94\xb9\xb0\xd4\x02\x3c\x70\x92\x40\x97\x9e\x16\xd6\x11\xdb\x4a\xd5\xe0\x92\x39\x6d\x6a\x36\xcc\x72\xc2\x0a\x8f\x54\x41\xe0\xe1\xcd\x1d\xf1\xee\xf1\x52\x25\x37\x04\x74\x81\x87\x18\x90\x75\x96\x60\x1e\x49\x4f\xff\x7b\x32\xf7\x88\xee\x84\xf1\xdc\x49\x7f\x64\x4e\xd8\x28\x4d\x18\x5d\x8a\x4b\x09\x80\x05\x87\x12\xc8\xf2\x1c\x20\x16\xaa\x7a\x25\x20\xec\x35\x2c\x54\x8f\x12\xe0\x13\xfe\x20\x50\x4d\xb0\x2b\x25\xf7\xce\x36\x0c\x43\x71\xc6\xb0\xe5\x7e\xf1\x57\x5e\x6c\x51\x17\xa7\x0c\x83\x33\xd3\xc1\xe8\xa6\x63\x14\x9c\x14\xa6\x2c\xcd\x9a\x54\x04\xce\x63\x2d\x63\xad\x04\x6b\x15\x23\xb8\xbe\xea\xc6\x75\x98\x4a\xb4\x2f\xbf\x7d\xa8\x10\xd6\xbc\x36\xd6\xea\x05\x9c\x95\xf9\xa4\xb0\x5b\xe7\xab\x47\x95\x75\x4e\x31\x62\xf6\xc3\x42\xa0\xa1\xa0\x69\x5a\x65\xd9\x73\xde\x08\x05\x45\x58\x53\xc5\xbb\x7c\xd9\x9e\x78\x1e\x23\xd8\x66\x57\x9e\x9f\x40\x36\xdb\xa8\x85\x31\xdf\x88\xf4\x0b\xd2\x37\x3d\x15\x94\xc5\xd6\xc3\x6b\xbf\x6e\xd1\xd2\xb0\x4e\x9d\xcd\xf6\x31\xd5\x52\x10\x0c\xb1\x03\xa2\x56\x35\x25\xfa\xac\x98\x58\x54\x91\x6c\x35\x11\x93\x07\x59\x76\x6a\x22\x8a\x52\x2e\x2d\x8e\xdf\xad\x70\x7b\x6b\x8d\x68\xea\x49\x53\x4f\x9a\xfa\x38\x4b\x99\x3e\x9d\x8b\x04\xd5\x80\xa2\x27\xf5\x27\xd9\x0c\xd3\xd0\x4d\xcb\x72\x4e\x9b\x67\x74\x4d\x60\xd6\x18\x4c\x4a\x53\xd2\x08\x14\xf8\x36\x35\x66\x0f\x53\x2b\x16\x79\x2a\xd2\x2c\x9d\x06\x70\xae\x6a\x09\xfb\x2d\x96\x56\x2a\xbb\x4f\x79\x3a\x62\x39\x7e\x5b\xda\x7b\x60\xfa\x82\x3c\xf2\x22\x27\x84\xae\x28\x3c\x1a\xd5\x32\xbe\x27\x8b\x83\xca\x1c\xfa\x8a\xa2\xd1\xe9\x0a\x73\x14\x38\x7c\x34\x4e\x79\x7f\x0e\xe6\x54\x9d\x75\x14\xee\x52\xc0\x24\x8d\xc4\x56\x4b\xf5\x38\x17\xe2\x5d\xc1\xda\x85\xc4\x93\xed\xb2\x23\x7e\x96\xb8\xe4\x06\xda\xd5\xc6\xf9\x81\x4c\xd6\x98\xbd\x08\xb5\xf0\xa4\xa1\x9d\x0f\x52\x4a\x22\x53\x69\x3f\xa9\x7d\xe9\x20\xd7\x86\xfb\x51\x2e\x38\x48\x78\x1f\x9e\x22\x27\x9d\xbf\xaa\xb0\x0e\x73\x78\x6b\x2e\xae\x51\xe5\x91\xc8\x56\xf9\xd8\xa8\x69\x2e\xb5\x8a\x13\x89\xc6\x19\x52\x46\xc2\x05\xb0\x00\x7a\xfa\xd3\x76\x08\x15\xb0\x0d\xb7\xdd\xe1\x63\x35\x0b\x01\x05\x81\x58\xf0\x02\x97\x98\x5b\x69\x4f\xd1\x50\x1a\x62\x37\xa4\xd1\x02\x9d\x78\xc9\x23\xd9\x9c\x2f\x98\x64\x05\x92\x17\xb8\xbd\xce\x51\x02\x72\x84\xc0\x79\xb9\xb6\x70\xf9\x46\xf1\x69\x72\x1b\x15\x3b\xdc\x97\x22\x87\x20\x03\x6b\x0d\x19\xb6\x1f\x4b\xbd\x56\x9c\xf6\x54\x27\x7c\x61\x80\x5a\x3c\x53\x2a\x9a\xc7\xb7\x0d\xc4\xcf\x95\x44\x46\x55\xc4\x97\x10\x71\x1b\xfc\x11\x5c\x41\xc1\x44\xea\x8d\x87\x3e\xb9\xa0\x9a\x0a\x1f\x21\x7c\x28\xe0\xea\xc2\xd0\x1a\xe9\x4c\xd7\x3f\x8c\x95\x7d\x69\xa4\xb8\x95\x0f\x52\x97\x14\x7b\x5e\xc1\x07\x4b\x0d\x8e\xeb\x47\x2d\x2b\xba\x28\x9a\x8f\x49\xbd\x07\x60\x4e\xa0\xa6\x52\x78\x0a\x9f\x11\x03\xdd\x9c\x62\xa7\x36\xc3\x41\x44\x3b\x69\xd7\xb4\xa8\xb6\xb9\xca\xa7\xfb\x0c\x28\x1d\xc0\x5a\x85\xe9\x77\x67\x02\x67\x65\x56\x7b\xca\x58\x62\x2d\x6d\xaf\x67\x0a\x6a\x37\x68\xb8\x32\xad\xfe\xd5\xd4\x6e\x2b\xa2\x06\x88\x93\xd4\x48\x7c\xd0\xc4\x1a\xf8\x52\x77\xe5\x03\xa8\x1f\xf8\x2d\x2a\x1a\xdd\xc6\xd0\x52\xa8\xf8\x50\x8d\xa3\x0e\xd0\xb5\x92\xa3\x90\x43\xde\xee\x2c\xe6\xba\xc5\xcd\x98\x76\x33\x3c\x1e\xe0\xa4\x8f\xb8\xf4\xf9\x4f\x17\x6f\x3e\x9f\x5f\x7d\x7c\xfd\xee\xcd\xe7\xb7\x57\x1f\x2e\x4f\xc2\xf3\x83\x0c\xd5\xea\x2b\x8c\xc4\x99\xa5\x1c\x4f\x88\x06\x1c\xa0\xb6\xca\xa6\x54\x06\xf6\x18\xa6\xe4\x4e\xca\x4e\xc4\xff\x74\xaf\x67\xf1\x6e\x47\x8f\x3c\x10\x98\x6c\x25\x46\x3a\x47\x05\xb9\x4f\xab\xa8\x0c\x83\xf7\x29\xdf\x4b\x66\x4a\xd3\x5a\x54\x2a\xbe\x93\xd2\xc8\xbc\xb7\x63\x58\xf7\x8e\xe4\xd4\x20\xdf\x3f\x3f\xf6\x12\x2f\x74\xfb\xf2\x64\x44\x66\x4f\x52\x2f\x2a\x9d\xfb\xd7\x92\xe4\xa8\x7f\xcd\xe0\x6a\x80\x1a\x19\xbe\xd3\xe4\x68\x5b\xc8\xc6\xaf\x1e\x63\x6e\xe2\x38\xac\x4e\x85\x35\xa5\x44\x38\x70\xe8\x21\xe4\x87\xcf\x99\xcb\x5e\x26\x47\x64\x27\xb9\xab\x34\x34\x07\xb0\x9a\x83\x82\x53\x24\x77\x26\x03\x52\xda\xb0\x4b\x54\xb5\x50\x79\xae\x86\x3a\xe1\x1f\x98\x90\x77\xb2\xdd\x40\xe5\xbb\x1d\xdb\xc9\x59\x0b\x15\x60\x07\x4e\x71\x3a\x53\x48\xf1\x63\x98\x2e\x7d\xd5\xa4\x8f\xe4\x68\x17\x5e\x44\xce\x19\xc7\x82\x8f\x29\x54\x23\x9c\x46\x33\xed\xcd\x0f\x4f\x47\xad\x52\xc9\xd1\xf8\x2c\x6e\xea\xe8\x9b\x9e\xea\xd4\xb7\x23\x6d\xbf\xe6\xb9\x39\x53\x0f\x4e\x8a\xe9\x87\xe5\xc8\xc8\x63\x0e\xa8\x60\x87\x45\x19\x43\x12\xae\x8c\x7b\x89\xf6\x78\x24\x04\xc1\x05\x7c\x12\x68\xe1\x86\x71\x80\x8f\x68\x24\xb0\xbe\xa3\x3a\xe5\x1f\x9e\xfa\xa7\xc0\xfe\xa5\x51\xbb\x1d\xb5\x70\x77\xff\x8f\x66\x54\x00\x5d\xdb\x85\x3b\x99\x8a\x5f\xa8\xdb\x91\x52\x95\x44\xdf\xb4\x5d\xab\x76\xe4\x0d\x0f\x7c\xdb\x53\xb8\xbf\x82\x6a\xa8\x07\x82\xda\x83\xd2\x21\xf6\x88\xd9\x87\x77\xe7\x37\x57\x9f\xef\x6e\x3e\x5d\x9e\x5f\xbd\xbf\xba\x41\x07\x7f\xd0\xad\xa9\xb9\x01\x3f\x40\x2b\xaa\xa9\xa4\x27\xf5\x3e\x18\xf4\xe7\x9e\x23\x63\x5c\x62\xda\xe3\x17\x58\x58\x99\xda\xdc\x4b\xbd\x67\x5f\x58\x8f\x6e\x4a\xbc\x73\xe8\xd7\x40\x42\x54\xa7\x46\x0a\x3b\x43\x5a\x95\xc6\xdc\x33\x2e\x40\xd8\x4c\xb9\x3a\x12\x9f\x57\x7f\xfb\x7b\xa0\x92\x0d\x4a\xf2\xa3\xae\x7c\xa9\x21\x6a\x2b\x96\xc6\x70\x65\x58\xa3\x23\x7a\x7d\xa4\x33\xd5\x2c\x97\xed\xfd\x56\xa3\xb1\x83\x09\xe4\xf2\x9b\xb1\x29\x0a\x2a\x93\x67\x20\x47\x7f\x9c\xd0\x89\x49\x1c\x56\x50\xe9\xab\xfa\x7a\x65\x49\x3a\xa4\x52\x5d\x71\x72\x61\x71\x9b\x63\x74\x80\x25\x41\x6b\x44\xde\x97\x8a\x03\x45\xe2\xaf\x29\x33\x40\x23\x84\xfb\xb3\x95\x6c\xc7\x3c\xfc\xaa\xb7\x98\xf6\xd0\xfe\xa8\xc1\xec\x31\x11\x81\xc9\xb2\xc6\x3d\x65\x30\x10\x4c\x7a\x88\x45\x9f\x33\xf4\x13\x04\x39\x3f\x7c\x0b\x0f\xa5\x94\x3d\xc0\x07\x5e\xf1\x9c\xec\x06\x62\x1f\xc1\xc5\x75\x2d\x8a\xa9\xff\x44\xdf\xa6\x87\x68\x10\x1d\x3a\x5a\xa7\x83\x27\x9c\xf1\x08\x0b\xe7\x29\x1b\x06\xb8\xd5\xf7\x34\xf2\xcd\x93\xe2\x65\xe7\x8c\xb7\x1d\x2c\x18\x97\x0c\x0f\xd8\x12\xb0\x6a\xed\x01\x4b\x3f\x12\x72\x6b\x1d\xbb\x2a\x34\x27\xdf\xc6\xfd\xab\x05\x9f\x78\x42\x6d\x3f\xca\x11\x11\x24\xae\x30\x2d\x96\x3c\x31\xf6\x93\xe0\x36\x81\xc2\xcc\xc7\x90\x98\xf2\x5f\xa2\xd2\x51\xdb\xa7\xe4\xe1\xf0\x20\xa9\xc7\x43\x4f\x21\x42\xc8\xd4\xf5\x78\x90\xd8\xc6\x23\x35\x28\xd9\x27\xeb\xcb\xa7\x5c\xd2\xd2\xcb\x04\x74\x0b\xd8\xcd\x6b\x55\x77\x28\xef\xed\x41\x57\x06\xbb\x2c\xbf\x39\x04\xbb\xfa\xb3\x61\x60\x75\xc1\x2d\x22\x98\xb6\x30\x0e\xe9\xd0\xa3\x07\x5f\x18\x9f\x62\x8d\xea\xe8\xbd\x41\x18\x15\xd6\x90\x2e\x74\x5b\x6d\x34\x1d\xaf\x71\x1b\xa5\x44\x1d\x23\x58\x3f\xf4\x11\x5e\x0e\x28\x8a\x86\x6c\xba\xaa\x8e\xff\x1e\xe2\x47\x0e\xbe\x74\xf2\x0e\xff\x91\x63\x38\x25\x97\x52\x1f\xd4\x69\x08\x5c\x28\x45\x03\x69\x1f\x37\x5c\x01\x02\x50\xe7\x3b\x9b\xfa\x79\x95\xca\x1b\x48\x31\xae\x13\xa4\x96\x05\xf2\xca\xa3\x85\xd2\xd0\x5f\x8a\x58\x1a\x29\x65\x4d\x18\x5e\xfa\x1d\x7a\x4c\x50\xfe\x2f\x2f\x4c\x34\x1d\x40\xc6\xbd\x52\x0d\x33\xc7\x55\x3e\xa9\x22\x8a\x67\x59\x56\x98\x51\x34\xc1\x68\x59\x01\xb5\xf3\x44\x40\x77\xe1\xe7\x81\x35\xb7\x9f\x7e\x58\xa2\x79\xc2\x03\x64\x1e\x56\x15\xc6\xd2\x91\x83\x0f\x88\xfa\xcb\x58\x10\xa0\x97\xca\x0f\xc8\x21\xc6\x4c\xc0\x5d\x87\xa6\x80\xf0\x49\x1e\x71\x07\xb8\xbe\x02\xd7\xd9\x6c\x96\x24\x17\x61\xa3\x29\xbb\x25\x0d\x10\x1e\x71\x79\x80\x05\xde\x8e\xe3\x94\x7e\xc1\xbd\xd7\xcb\x4e\x2e\x15\x27\x0b\xf9\x5b\x1c\x87\x8e\x05\xcf\x6f\x37\x29\x03\xce\xa7\xe2\x62\x2a\xde\x98\xa9\xf8\x0e\xc0\x7e\x4a\xbe\xa7\x5f\xa0\x93\x6e\xd0\x0f\xde\x77\x12\xfd\xf9\x3a\x80\xf2\x3e\x95\x7a\x71\x41\x95\xf9\x13\xd1\x4a\x25\x85\xaf\x10\xba\x9d\xe1\x77\xea\x23\x00\xd4\x98\x6a\xfd\xc5\xa6\xbf\xfd\x8e\x32\x7a\xfc\x12\x3f\xfe\xf5\x6f\xfc\x98\x4c\xf0\xe3\xc5\x8b\x74\x5f\xe8\xc0\x29\x48\x7d\x42\xe8\xd2\xe8\x8a\xfb\x33\x84\xde\x60\xac\x1b\xbe\x7b\x7f\x1c\x30\x69\x69\x9e\x34\xa7\x8f\xa2\xa5\x29\x2a\x37\xb0\xc5\xef\x7f\x9c\x25\x29\x7b\x86\xb1\x38\xa4\x09\x05\x20\xb5\xfe\x00\x90\xc2\x5b\x49\x3f\x3b\xfa\xac\x09\x2f\x67\x9c\x93\xc9\x2e\x10\xc4\x61\x37\xbc\xe8\x20\x83\xa6\xc4\x4a\x15\xbe\xb1\x33\x7e\x89\xc7\x06\x5f\x0f\x02\xff\xc4\x8f\x95\x39\x47\x25\x88\x79\x3c\x8b\x1f\x0f\x1c\x81\xa1\x03\x7c\x18\x50\x92\xf6\xfc\x82\x65\xa8\x90\x24\x95\xcc\x56\xfc\x92\x17\xfe\x7c\x9a\x99\x26\xd4\xbf\x48\xc9\x60\x0f\x9f\x11\xe1\xcc\x3c\xf9\x5f\x00\x00\x00\xff\xff\x71\x92\x86\x29\x86\x1e\x00\x00") +var _runtimeHelpHelpMd = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\x9c\x59\x6d\x73\xdb\x36\x12\xfe\x6c\xfe\x0a\x8c\x92\x99\x38\x3d\x49\x9e\xcb\xbd\x7c\xf0\x37\xd7\x76\x5e\xda\x24\x76\x6d\xe7\xda\xde\xcd\x4d\x08\x91\xa0\x84\x9a\x24\x18\x02\xb4\xac\xf6\x7a\xbf\xfd\x9e\x5d\x80\x14\x21\x29\x9e\x9b\x76\xa6\x8e\x09\x2c\xf6\x1d\xbb\xcf\xc2\xcf\xc4\x07\x9d\xb5\x46\xac\x54\xd9\x08\xa7\x1e\x5d\x92\xf8\x05\x6d\x85\xc4\x42\x5b\xe9\x5a\x96\xb3\x85\xb4\x2a\xe7\x7d\xa1\x72\xed\x4c\x2b\xdc\x4a\x3a\x21\x75\x65\x85\x33\x62\xa1\x84\x92\x76\x43\xbf\x76\x56\x09\x59\xe7\x42\xd7\xae\xd3\x4e\x3f\xa8\xa9\x48\xd6\x2b\x5d\x62\xb5\xb4\x46\x38\x79\xaf\xeb\xa5\x90\xf9\x83\xac\x9d\x5c\x2a\x61\x0a\xb0\x52\xa2\xe8\xca\x52\x64\xb2\x91\x0b\x5d\xe2\x98\xb2\xb4\x51\x99\x5c\xb5\xf5\xa0\x85\x9d\x27\xc9\xb3\x67\xcf\xc4\x27\x8b\x83\x49\x72\x55\x67\x4a\x6c\x4c\x27\x56\xf2\x41\x89\x45\xa7\x4b\xc7\xac\xbc\x82\x53\x61\x75\xd5\x94\x1b\x61\x9d\x6c\x9d\xd0\x4e\x2c\x36\xa2\xed\xea\x9a\xc4\x27\x69\xc5\x46\x36\xd2\xad\x4e\x9c\x39\x29\xa0\xdf\xdc\x3d\xba\x54\xc0\xb2\x70\xce\x93\xa4\x64\x93\x69\x54\x0d\xa3\x84\xaa\x1a\xb7\x81\xa4\xa2\x50\xed\xbc\x77\x14\x9b\x65\xbb\xa6\x31\xad\xb3\x22\x6b\x95\x74\x24\xc2\x53\x59\x51\xb4\xa6\x82\x0e\xb9\xae\x4f\x93\x24\x4d\xd3\xe4\xb9\xd0\x45\x66\xea\x42\x2f\xc5\x7f\x04\xcb\xe0\xe5\xe4\x67\x58\x92\x41\x48\x65\x60\x0d\xd9\x91\x75\xad\x85\x3a\xb2\x35\x1d\xfc\xb9\xd6\x6e\xc5\xcb\xb2\x6d\xcd\x5a\xdc\xab\x8d\x65\x3f\x57\x06\x1e\x0f\x8e\xf9\x5e\x6d\x16\xba\x86\xa8\xa5\x4d\x92\xb7\xaa\x25\x62\xcf\x2b\x57\x85\xec\xe0\x9f\xfb\x2d\x05\x22\x24\x7e\xb1\xa6\x16\x85\x69\x2b\x81\x10\x65\x2b\x0e\x3a\x99\xb3\x32\xeb\x64\x13\xf4\x69\x15\x9d\x20\x2e\x15\xf9\x02\xcb\xad\x28\x35\x45\x71\xce\x06\x11\x8f\xe4\xb7\xe4\x68\xf2\xa9\x99\x9c\x8a\xf1\x7f\x93\x73\xb6\x00\xeb\x53\x6c\x5f\x98\x75\x1d\x11\x84\x6d\x5e\x27\x82\x1b\xbd\x5c\xb9\x31\x45\x20\xf0\xeb\x44\xf1\x5e\x15\xee\x10\x0b\x5e\x27\x82\xdb\x95\x2e\xdc\x58\x8f\xc9\xad\x2a\x55\xe6\x82\x0a\xbc\x3d\xd6\x23\x6c\x0f\x2a\x30\xc1\x58\x4a\x20\x88\x05\x8c\x15\x0d\x04\x5b\x1d\xcf\x4a\x17\xab\x39\xf9\xd1\xb4\xf9\xc0\x00\xdb\xb1\x9d\xbc\x1d\x1d\x8f\x65\x04\x01\x87\xa9\x06\x49\x23\xaa\x41\xd4\xb9\x6b\xcb\x48\x95\xc9\x2d\x5d\x85\xab\xe2\xbd\xae\xd5\x40\x11\x69\x33\xb9\xac\xf3\x9d\xfd\x48\x4e\x10\x73\x67\x0e\x71\x8a\xf4\x1e\x28\xf7\x39\x46\x79\x12\x22\xc8\xfc\x06\x8a\x28\x55\x02\x05\xf8\xc4\x92\x7a\x36\xb1\x4e\x31\x4d\xcf\x68\xac\x0d\x53\x5c\xd6\x28\x2a\x51\xae\xbd\xab\xad\x6a\x9d\x5f\xe7\x48\x37\x32\x53\x07\x28\xfc\x3a\x51\x7c\x2b\xb3\x7b\x3b\xa6\x1a\xad\x44\xfb\xaf\xfa\x5c\x89\xf7\x11\xc4\x59\xc4\x63\x72\x01\x2d\x9d\xda\xcd\x97\x59\xc4\xe8\x10\xd1\x9d\x5c\xc4\x57\x2f\xe8\x4a\xeb\xbd\x3f\xae\x22\x5b\xae\x50\xd1\x5e\xa3\xe8\x6d\xdd\x15\x6d\xdf\xa2\xa2\x0e\x5b\xaf\xa3\xad\xd7\x7a\x14\x88\x8f\x7b\x5b\x1f\xd1\x22\x86\xed\xeb\xbd\xed\xeb\x56\x3d\x68\x54\xac\x81\xe4\x9f\x11\xc9\xa7\x3a\x37\xc3\xd6\xcf\xd1\xd6\x8d\x1a\x6d\x9d\xc7\x65\xc2\x34\x9b\x61\xeb\xa7\x9d\x0a\xb2\xd5\xe6\xfb\xdd\x9d\x28\x2b\x2f\xa2\xdd\x8b\xae\x29\x75\x26\x9d\x8a\x68\xfe\x11\xd1\x5c\x4b\xeb\xb6\x7b\x67\xb1\x03\x39\xdf\xce\xca\x72\xd8\xbf\x8b\xf6\xcf\xf2\x9c\x82\x33\xbe\x83\xb7\x5f\x42\x3e\xf7\x3e\x1a\x47\x8f\x53\xa0\x94\x76\xc5\x79\x42\x4e\xee\x77\xdf\x9a\x4a\xc5\x35\x71\x7b\x0f\x28\xdb\xe3\xbc\xe8\xf3\xff\x1a\x1d\xf4\xd0\x3d\x0c\xeb\x3d\xc9\xa1\x8b\x38\xac\xf7\xba\xbd\x89\x2c\xbb\x33\xcb\x65\xa9\xde\x02\x4e\x6c\x4b\xcc\x01\x82\x9b\xae\x0c\x17\x8d\xcb\x54\x44\xf1\x5d\x57\x35\x83\xdf\x7d\xba\x8f\x35\x0d\x2b\x6c\xa0\xcd\x76\x0c\x3c\x2f\x95\xa4\x6a\xe2\x46\x39\xf6\x6d\x1c\x1a\x40\x9d\xf2\x03\x90\xc5\xb0\xff\x43\xb4\xff\x03\x60\xcb\xb0\x75\xb9\x93\x68\x55\x85\x9e\x1b\x1d\xfe\x31\xa2\xa0\xc8\xdc\x22\x75\x98\x43\x72\x74\x72\x22\x2e\x2b\x99\xd9\x99\x75\x1b\x20\xa0\x51\xf7\x0d\x57\xbb\xa0\x1b\xbd\x57\xdb\x67\x8b\x7e\x39\xaa\x03\x92\xeb\xea\x4e\xe5\xa5\x0d\x72\xcf\x4e\xe9\xa6\x65\x8a\x6f\xdc\x83\x69\xb5\xde\xae\x72\x18\x93\xdf\x63\xfc\x41\x00\x8e\x71\x86\x87\x0b\x56\xfc\xc9\x43\x0e\x06\x7a\x0c\x4e\xd6\x50\x8c\xd0\x14\xfd\x3b\x4f\xc8\x09\xa2\x84\x9e\x0c\x47\x5a\xb2\x63\x0f\xc3\xe0\x24\x7d\x79\x28\x46\x64\x0a\xff\x07\xe4\x57\x42\xe5\x29\x2d\x26\x19\x71\xea\x1a\x26\xc8\xa1\xda\x3e\x9b\xaf\xf1\x18\x20\x59\x6f\xc4\xca\x94\xb9\xb0\xd4\x02\x3c\x70\x92\x40\x97\x9e\x16\xd6\x11\xdb\x4a\xd5\xe0\x92\x39\x6d\x6a\x36\xcc\xf2\x85\x15\x1e\xa9\x82\xc0\xc3\x9b\x3b\xe2\xdd\xe3\xa5\x4a\x6e\x08\xe8\x02\x0f\x31\x20\xeb\x2c\xc1\x3c\x92\x9e\xfe\xf7\x64\xee\x11\xdd\x09\xe3\xb9\x93\xfe\xc8\x9c\xb0\x51\x9a\x30\xba\x14\x97\x12\x00\x0b\x0e\x25\x90\xe5\x39\x40\x2c\x54\xf5\x4a\x40\xd8\x6b\x58\xa8\x1e\x25\xc0\x27\xfc\x41\xa0\x9a\x60\x57\x4a\xee\x9d\x6d\x18\x86\xe2\x8c\x61\xcb\xfd\xe2\xaf\xbc\xd8\xa2\x2e\x4e\x19\x06\x67\xa6\x83\xd1\x4d\xc7\x28\x38\x29\x4c\x59\x9a\x35\xa9\x08\x9c\xc7\x5a\xc6\x5a\x09\xd6\x2a\x46\x70\x7d\xd5\x8d\xeb\x30\x95\x68\x5f\x7e\xfb\x54\x21\xac\x79\x6d\xac\xd5\x0b\x38\x2b\xf3\x97\xc2\x6e\x9d\xaf\x1e\x55\xd6\x39\xc5\x88\xd9\x0f\x0b\x81\x86\x92\xa6\x69\x95\x65\xcf\x79\x23\x14\x14\x61\x4d\x15\xef\x72\xb0\x3d\xf1\x3c\x46\xb0\xcd\xae\x3c\x3f\x81\x6c\xb6\x59\x0b\x63\xbe\x11\xe9\x17\x5c\xdf\xf4\x54\xd0\x2d\xb6\x1e\x5e\xfb\x75\x8b\x96\x86\x75\xea\x6c\xb6\xcf\xa9\x96\x92\x60\xc8\x1d\x10\xb5\xaa\x29\xd1\x67\xc5\xc4\xa2\x8a\x64\xab\x89\x98\x3c\xc8\xb2\x53\x13\x51\x94\x72\x69\x71\xfc\x6e\x85\xe8\xad\x35\xb2\xa9\x27\x4d\x3d\x69\xea\xf3\x2c\x65\xfa\x74\x2e\x12\x54\x03\xca\x9e\xd4\x9f\x64\x33\x4c\x43\x91\x96\xe5\x9c\x36\xcf\x28\x4c\x60\xd6\x18\x4c\x4a\x53\xd2\x08\x14\xf8\x36\x35\x66\x0f\x53\x2b\x16\x79\x2a\xd2\x2c\x9d\x06\x70\xae\x6a\x09\xfb\x2d\x96\x56\x2a\xbb\x4f\x79\x3a\x62\x39\x7e\x5b\xda\x7b\x60\xfa\x82\x3c\xf2\x22\x27\x84\xae\x28\x3d\x1a\xd5\x32\xbe\x27\x8b\x83\xca\x9c\xfa\x8a\xb2\xd1\xe9\x0a\x73\x14\x38\x7c\x34\x4e\x79\x7f\x0e\xe6\x54\x9d\x75\x94\xee\x52\xc0\x24\x8d\x8b\xad\x96\xea\x71\x2e\xc4\xbb\x82\xb5\x0b\x17\x4f\xb6\xcb\x8e\xf8\x59\xe2\x92\x1b\x68\x57\x1b\xe7\x07\x32\x59\x63\xf6\x22\xd4\xc2\x93\x86\x76\x3e\x49\xe9\x12\x99\x4a\xfb\x49\xed\x4b\x07\xb9\x36\xc4\x47\xb9\xe0\x20\xe1\x7d\x78\x8a\x3b\xe9\x7c\xa8\xc2\x3a\xcc\xe1\xad\xb9\xb8\x46\x95\xc7\x45\xb6\xca\xe7\x46\x4d\x73\xa9\x55\x7c\x91\x68\x9c\x21\x65\x24\x5c\x00\x0b\xa0\xa7\x3f\x6d\x87\x54\x01\xdb\x10\xed\x0e\x1f\xab\x59\x48\x28\x08\xc4\x82\x17\xb8\xc4\xdc\x4a\x7b\x8a\x86\xd2\x90\xbb\xe1\x1a\x2d\xd0\x89\x97\x3c\x92\xcd\x39\xc0\x24\x2b\x90\xbc\x40\xf4\x3a\x47\x17\x90\x33\x04\xce\xcb\xb5\x85\xcb\x37\x8a\x4f\x93\xdb\xa8\xd8\x21\x5e\x8a\x1c\x82\x1b\x58\x6b\xc8\xb0\xfd\x58\xea\xb5\xe2\x6b\x4f\x75\xc2\x17\x06\xa8\xc5\x33\xa5\xa2\x79\x7c\xdb\x40\xfc\x5c\x49\x64\x54\x45\x7c\x09\x11\xb7\xc1\x1f\xc1\x15\x94\x4c\xa4\xde\x78\xe8\x93\x0b\xaa\xa9\xf0\x11\xd2\x87\x12\xae\x2e\x0c\xad\x91\xce\x14\xfe\x61\xac\xec\x4b\x23\xe5\xad\x7c\x90\xba\xa4\xdc\xf3\x0a\x3e\x58\x6a\x70\x5c\x3f\x6a\x59\x51\xa0\x68\x3e\x26\xf5\x1e\x80\x39\x81\x9a\x4a\xe1\x29\xfc\x8d\x18\xe8\xe6\x94\x3b\xb5\x19\x0e\x22\xdb\x49\xbb\xa6\x45\xb5\xcd\x55\x3e\xdd\x67\x40\xd7\x01\xac\x55\x98\x7e\x77\x26\x70\x56\x66\xb5\xa7\x8c\x25\xd6\xd2\xf6\x7a\xa6\xa0\x76\x83\x86\x2b\xd3\xea\x5f\x4d\xed\xb6\x22\x6a\x80\x38\x49\x8d\xc4\x27\x4d\xac\x01\x8b\x70\x72\xb1\x6f\xec\x36\x4b\x68\x8b\xc2\x2b\x91\x86\x6b\x01\xe2\x30\x8c\x5f\xf9\xb4\xeb\x9f\x09\x2c\xea\x20\xc5\x70\x68\x44\x54\xb2\xa8\x32\x52\xdf\xe8\x5a\xc9\xb9\xcb\x17\xc5\xee\x2c\xe6\xba\x45\x3c\x4d\xbb\x19\x9e\x1c\x70\xd2\x6b\x90\x3e\xff\xe9\xe2\xcd\xe7\xf3\xab\x8f\xaf\xdf\xbd\xf9\xfc\xf6\xea\xc3\xe5\x49\x78\xb4\x90\xa1\xc6\x7d\x85\x91\x38\xb3\x54\x19\x12\xa2\x01\x07\x18\xab\xb2\x29\x15\x8f\x3d\x86\x29\x05\x81\xee\x34\x6e\xcd\x74\xaf\xd3\xf1\x6e\x47\x4f\x43\x10\x98\x6c\x25\x46\x3a\x47\x65\xbc\xbf\x8c\x51\xf1\x06\xef\x53\x76\x75\x66\x4a\xd3\x5a\xd4\x37\xf6\x74\x69\x64\xde\xdb\x31\xac\x7b\x47\xf2\x85\xa2\x88\x3d\x3f\xf6\x12\x2f\x74\xfb\xf2\x64\x44\x66\x4f\x52\x2f\x2a\x9d\xfb\x37\x96\xe4\xa8\x7f\x03\xe1\x1a\x82\xca\x1a\xbe\xd3\xe4\x68\x5b\xfe\xc6\x6f\x25\x63\x6e\xe2\x38\xac\x4e\x85\x35\xa5\x44\x12\x71\xc2\xe2\xa2\x0c\x9f\x33\x97\xbd\x4c\x8e\xc8\x4e\x72\x57\x69\x68\x7a\x60\x35\x07\x05\xa7\x28\x09\x99\x0c\xf8\x6a\xc3\x2e\x51\xd5\x42\xe5\xb9\x1a\xaa\x8b\x7f\x96\xc2\x6d\x95\xed\x06\x2a\xdf\xed\xd8\x4e\xce\x5a\xa8\x00\x56\x70\x8a\x8b\x00\xa5\x14\x3f\xa1\xe9\xd2\xd7\x5a\xfa\x48\x8e\x76\x41\x49\xe4\x9c\x71\x2e\xf8\x9c\x42\x0d\xc3\x69\xb4\xe0\xde\xfc\xf0\xe0\xd4\x2a\x95\x1c\x8d\xcf\x22\x52\x47\xdf\xf4\x54\xa7\xbe\x89\x69\xfb\x35\xcf\xcd\x99\x7a\x70\x52\x4c\x3f\x2c\x47\x46\x1e\x73\x42\x05\x3b\x2c\x8a\x1f\xee\xdb\xca\xb8\x97\x68\xaa\x47\x42\x10\xc8\xc0\x27\x41\x1d\x6e\x33\x07\xf8\x88\x46\x62\x42\x70\x7c\x2b\xf9\xb9\xaa\x7f\x40\xec\xdf\x27\xb5\xdb\x51\x0b\xb1\xfb\x7f\x34\xa3\xb2\xe9\xda\x2e\xc4\x64\x2a\x7e\xa1\x1e\x49\x4a\x55\x12\xdd\xd6\x76\xad\xda\x91\x37\x3c\x0b\x6e\x4f\x21\x7e\x05\x55\x5e\x0f\x1f\xb5\x87\xb2\x43\xee\x11\xb3\x0f\xef\xce\x6f\xae\x3e\xdf\xdd\x7c\xba\x3c\xbf\x7a\x7f\x75\x83\xbe\xff\xa0\x5b\x53\x73\xdb\x7e\x80\x56\x54\x89\x49\x4f\xea\x98\x30\xe8\xcf\x3d\x47\x46\xc6\xc4\xb4\x47\x3d\xb0\xb0\x32\xb5\xb9\x97\x7a\xcf\xbe\xb0\x1e\x45\x4a\xbc\x73\xe8\xf2\xc0\x4f\x54\xa7\x46\x0a\x3b\x43\x5a\x95\xc6\xdc\x33\x9a\x40\xda\x4c\xb9\xa6\x12\x9f\x57\x7f\xfb\x7b\xa0\x92\x0d\x0a\xf9\xa3\xae\x7c\xa9\x21\x6a\x2b\x96\xc6\x70\x65\x58\xa3\x8f\x7a\x7d\xa4\x33\xd5\x2c\x97\xed\xfd\x56\xa3\xb1\x83\x09\x1a\xf3\x4b\xb3\x29\x0a\x2a\x93\x67\x20\x47\x57\x9d\xd0\x89\x49\x9c\x56\x50\xe9\xab\xfa\x7a\x65\x49\x3a\xa4\x86\x12\x6e\x11\xcd\x31\xa6\xa0\xaa\x4e\x6b\x44\xde\x97\x8a\x03\x45\xe2\xaf\x29\x33\x40\xfb\x84\xfb\xb3\x95\x6c\xc7\x3c\xfc\xaa\xb7\x98\xf6\xd0\x34\xa9\x2d\xed\x31\x11\x81\xc9\xb2\x46\x9c\x32\x18\x08\x26\x3d\x30\xa3\xcf\x19\xba\x10\x92\x9c\x9f\xcb\x85\x07\x60\xca\x1e\xe0\x03\xaf\x78\x4e\x76\x03\xb1\x8f\xe0\xe2\xba\x16\xc5\xd4\x7f\xa2\xdb\xd3\xf3\x35\x88\x0e\x1d\xad\xd3\xc1\x13\xce\x78\x5c\x86\xf3\x74\x1b\x06\x90\xd6\x77\x42\xf2\xcd\x93\xe2\x65\xe7\x8c\xb7\x1d\x2c\x18\xcd\x0c\xcf\xde\xbe\x0b\x32\xcc\xe9\x07\x49\x6e\xc8\x63\x57\x85\xe6\xe4\x9b\xbf\x7f\xeb\xe0\x13\x4f\xa8\xed\x07\x40\x22\x82\xc4\x15\x66\xcc\x92\xe7\xcc\x7e\x7e\xdc\x5e\xa0\x30\x29\x32\x90\xf6\x5d\x39\xd7\x04\x16\xe8\xf2\x70\x7a\x90\xd4\xe3\xa1\xa7\x10\x21\x64\xea\x7a\x3c\x7e\x6c\xf3\x91\x1a\x94\xec\x2f\xeb\xcb\xa7\x5c\xd2\xd2\x7b\x06\x74\x0b\x88\xcf\x6b\x55\x77\x28\xef\xed\x41\x57\x06\xbb\x2c\xbf\x54\x04\xbb\xfa\xb3\x61\xcc\x75\xc1\x2d\x22\x98\xb6\x30\x0e\xd7\xa1\x47\x0f\xbe\x30\x3e\xc5\x1a\xd5\xd1\x7b\x83\x90\x2d\xac\x21\x5d\x28\x5a\x6d\x34\x53\xaf\x11\x8d\x52\xa2\x8e\xd1\x30\x30\xf4\x11\x5e\x0e\xd8\x8b\x46\x73\x0a\x55\xc7\x7f\x45\xf1\x83\x0a\x07\x9d\xbc\xc3\x7f\x1a\x19\x4e\xc9\xa5\xd4\x07\x75\x1a\x12\x17\x4a\xd1\x18\xdb\xe7\x0d\x57\x80\x00\xef\x39\x66\x53\x3f\xe5\x52\x79\x03\x29\x86\x7c\x82\x58\xb2\xc0\xbd\xf2\x68\xa1\x34\xf4\xf7\x25\x96\x46\x4a\x59\x13\x46\x9e\x7e\x87\x9e\x20\x94\xff\x7b\x0d\x13\x4d\x07\x90\x71\xaf\x54\xc3\xcc\x11\xca\x27\x55\x44\xf1\x2c\xcb\x0a\x93\x8d\x26\xf0\x2d\x2b\x60\x7d\x9e\x23\x28\x16\x7e\x8a\x58\x73\xfb\xe9\x47\x2c\x9a\x42\x3c\xac\xe6\x11\x57\x61\x98\x1d\x39\xf8\x80\xa8\xbf\x8c\x05\x01\x7a\xa9\xfc\x80\x1c\x62\xcc\x04\xdc\x75\x68\x76\x08\x9f\xe4\x11\x77\x80\xeb\x2b\x70\x9d\xcd\x66\x49\x72\x11\x36\x9a\xb2\x5b\xd2\xd8\xe1\x11\x97\x07\x58\xe0\xed\x38\x4f\xe9\x17\xc4\xbd\x5e\x76\x72\xa9\xf8\xb2\x90\xbf\xc5\x71\xe8\x58\xf0\xfc\x76\x93\x6e\xc0\xf9\x54\x5c\x4c\xc5\x1b\x33\x15\xdf\x61\x1c\x98\x92\xef\xe9\x17\xe8\xa4\x1b\xf4\x83\xf7\x9d\x44\x7f\xbe\x0e\x50\xbe\xbf\x4a\xbd\xb8\xa0\xca\xfc\x89\x6c\xa5\x92\xc2\x21\x84\x6e\x67\xf8\x9d\xfa\x08\x60\x38\x66\x61\x1f\xd8\xf4\xb7\xdf\x51\x46\x8f\x5f\xe2\xc7\xbf\xfe\x8d\x1f\x93\x09\x7e\xbc\x78\x91\xee\x0b\x1d\x38\x05\xa9\x4f\x08\x5d\x1a\x5d\x71\x7f\x86\xd0\x1b\x0c\x83\xc3\x77\xef\x8f\x03\x26\x2d\xcd\x93\xe6\xf4\x59\xb4\x34\x45\xe5\x06\xb6\xf8\xfd\x8f\xb3\x24\x65\xcf\x30\x4c\x87\x6b\x42\x09\x48\xad\x3f\x00\xa4\xf0\xc2\xd2\x4f\x9c\xfe\xd6\x84\xf7\x36\xbe\x93\xc9\x2e\x10\xc4\x61\x37\xbc\x03\xe1\x06\x4d\x89\x95\x2a\x7c\x63\x67\xfc\x12\x8f\x0d\xbe\x1e\x04\xfe\x89\x1f\x46\x73\xce\x4a\x10\xf3\x50\x17\x3f\x39\x38\x02\x43\x07\xf8\x30\xa0\x24\xed\xf9\xdd\xcb\x50\x21\x49\x2a\x99\xad\xf8\xfd\x2f\xfc\xd1\x35\x33\x4d\xa8\x7f\x91\x92\xc1\x1e\x3e\x23\xc2\x99\x79\xf2\xbf\x00\x00\x00\xff\xff\x9d\x71\x15\x13\xbc\x1e\x00\x00") func runtimeHelpHelpMdBytes() ([]byte, error) { return bindataRead( @@ -300,7 +300,7 @@ func runtimeHelpHelpMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "runtime/help/help.md", size: 7814, mode: os.FileMode(420), modTime: time.Unix(1468079098, 0)} + info := bindataFileInfo{name: "runtime/help/help.md", size: 7868, mode: os.FileMode(420), modTime: time.Unix(1469392122, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/runtime/help/help.md b/runtime/help/help.md index 446e1713..41242ef5 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -141,6 +141,8 @@ Here are the possible commands that you can use. * `hsplit filename`: same as `vsplit` but opens a horizontal split instead of a vertical split +* `tab filename`: opens the given file in a new tab. + ### Options Micro stores all of the user configuration in its configuration directory.