]> git.lizzy.rs Git - micro.git/commitdiff
Fix fileformat for newly created files
authorZachary Yedidia <zyedidia@gmail.com>
Sat, 6 Jun 2020 19:56:13 +0000 (15:56 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Sat, 6 Jun 2020 19:56:13 +0000 (15:56 -0400)
Fixes #1575

internal/buffer/buffer.go
internal/buffer/line_array.go
internal/config/runtime.go
runtime/help/options.md

index 1830cea545eccbee96d49f7876605edc9f5b5508..43b02dc4de6526d199a0982b22884b1e46b846ae 100644 (file)
@@ -297,7 +297,21 @@ func NewBuffer(r io.Reader, size int64, path string, startcursor Loc, btype BufT
 
                if !hasBackup {
                        reader := bufio.NewReader(transform.NewReader(r, enc.NewDecoder()))
-                       b.LineArray = NewLineArray(uint64(size), FFAuto, reader)
+
+                       var ff FileFormat = FFAuto
+
+                       if size == 0 {
+                               // for empty files, use the fileformat setting instead of
+                               // autodetection
+                               switch b.Settings["fileformat"] {
+                               case "unix":
+                                       ff = FFUnix
+                               case "dos":
+                                       ff = FFDos
+                               }
+                       }
+
+                       b.LineArray = NewLineArray(uint64(size), ff, reader)
                }
                b.EventHandler = NewEventHandler(b.SharedBuffer, b.cursors)
 
index 325e2f52bb31c3f79477e4e45b60205ec73cbdd4..716107e1155ec877fd5c32417a2557f846fc3fc7 100644 (file)
@@ -87,6 +87,8 @@ func NewLineArray(size uint64, endings FileFormat, reader io.Reader) *LineArray
        br := bufio.NewReader(reader)
        var loaded int
 
+       la.Endings = endings
+
        n := 0
        for {
                data, err := br.ReadBytes('\n')
index d14e5594d635bef0707e13de3de32e0e0510016a..02e6a24efee783aafe432e8953a900b269572e8d 100644 (file)
@@ -1003,7 +1003,7 @@ func runtimeHelpKeybindingsMd() (*asset, error) {
        return a, nil
 }
 
-var _runtimeHelpOptionsMd = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x7b\x6d\x8f\xe3\x36\x92\xff\xeb\xd6\xa7\x28\x4c\x06\x98\x76\xd6\xed\x9e\xcd\x26\x7f\x04\x7e\xf1\x07\xf2\x74\x93\x41\x1e\xe6\x90\x4c\xb0\x7b\xb8\x3d\xac\x68\xa9\x64\x33\x4d\x91\x0a\x49\xd9\xe3\x49\x72\x9f\xfd\x50\x55\x24\x25\xbb\xdd\xdd\x73\xc0\xed\x8b\xcd\xb4\x44\x15\xab\x8a\xf5\xf8\x63\xf9\x23\x78\x33\x44\xed\x6c\xa8\xaa\x1f\x74\xe3\x1d\x84\xe8\x3c\x06\x50\xc6\x80\xeb\x20\xee\x10\xc6\x80\x1e\x1a\x67\x3b\xbd\x1d\xbd\xa2\xc5\xa0\x2d\xe8\x18\xce\x1e\xb6\xda\x63\x13\x9d\x3f\xae\x32\xad\x31\x60\x80\xfa\xf9\x0f\xaf\xbf\xfa\xe9\xcd\xbf\xbe\x7a\xf3\xe3\xbf\xbd\x7e\xf5\xaf\x6f\xdf\xfc\xf0\x4d\x0d\x2a\x30\xe9\x87\x08\xc0\x6b\xda\x5a\x87\x0a\xed\x5e\x7b\x67\x7b\xb4\x11\xf6\xca\x6b\xb5\x31\x08\x3a\x80\x75\x11\x02\xc6\x25\xe8\x98\x77\xf9\xc7\xd7\xaf\xe6\x7b\xdc\xf6\xc4\x42\x0d\xda\x86\x88\xaa\x25\x92\x55\xdc\xa9\x08\x1f\x4e\xf2\xbf\x6f\x57\xc2\x60\xa6\x25\x5c\x57\x0f\x73\x6d\x59\xaa\xd6\x35\x23\x91\xe7\xf7\x4b\x38\xb0\x0a\x2f\x90\x8b\xae\xf2\xd8\xa1\x87\xe8\x1e\xd3\x06\x5c\xe3\x1e\x2d\xe8\x8e\x38\xeb\xd5\x91\xb4\xdf\xa9\x26\xc2\x06\x21\xb8\x1e\x0f\x3b\xf4\x08\x68\x02\x56\xba\x83\xa3\x1b\x61\xa7\xf6\x48\xb2\x00\xea\xb8\x43\x9f\x0f\x52\x6d\xdc\x1e\x2f\xca\x1f\x16\xab\xaa\xfa\x96\xc8\x28\x8f\xb2\x76\xaf\xb4\x61\xd5\x38\xb1\x8f\x75\x55\x7d\x0c\xb5\x1a\xa3\xd3\xb6\x45\x1b\xeb\x35\x1c\x76\x68\xa1\xf1\xa8\xa2\xb6\x5b\x50\x60\xf1\x00\x46\x5b\x5c\xb2\xbc\x44\x25\xa8\x1e\x41\xd6\x8b\x50\xe9\xdc\x2b\x00\x18\x3c\xee\xb5\x1b\x03\x7f\xb2\xaa\xaa\xab\x16\x3b\x35\x1a\x62\xca\x8c\xb8\x86\x3a\xfa\x11\xeb\xb2\x6b\x50\x7b\xac\xd7\x40\xff\xec\x55\xd4\x8d\x32\xe6\x08\xf4\x90\x09\x6e\xc6\x8e\x14\x89\x7b\xf4\x47\xb0\x10\xb0\x71\xb6\x0d\x4b\x10\xdd\x58\x3a\x5f\x3a\x39\x00\xa1\x5e\x34\x92\x08\x27\x21\x57\xf0\x85\x09\x4e\xe4\xfa\x6d\xd4\x91\xe5\x22\xae\xa1\x77\xad\xee\x34\xb6\x69\xa3\x25\xf0\x11\x12\xbd\x83\x36\xe6\x12\x57\xca\xb6\x4c\x63\x05\x5f\x22\x1c\x94\xb7\xd8\x2e\xd9\xa6\xd3\x5e\xbc\x2a\xcc\x98\x17\x62\x71\xe7\xc6\x08\x83\x77\xfd\xc0\xbb\x67\x07\x5c\x42\x70\xd0\xaa\xa8\xd8\x02\x36\x08\x6e\x8f\xfe\xe0\x75\x8c\x68\x8b\xbb\x64\xd2\x3a\x10\x31\x32\x80\xe8\xa0\x7e\x59\x2f\xc1\xba\x2c\x2b\x11\xd5\x01\x06\xf4\x9d\xf3\x3d\xb6\xab\x8a\xd6\xc2\xb9\xf2\x5f\xce\x34\x3f\xd6\x6b\xf8\x3b\xe9\x44\x41\xa7\xc5\x59\x88\xf9\x16\xd8\x9f\x4a\x88\x68\x1d\x06\xfb\x22\x8a\xf5\x0d\xe8\x7b\x1d\x02\x71\x13\x59\x4f\xac\xc1\x63\x52\x5c\xd2\x5a\xb8\x23\xab\x2e\x04\x0e\x6e\x34\x2d\x18\x7d\x87\xc4\x37\xd9\x50\x18\x07\xf4\xfc\x52\x2c\x46\xef\xb5\xc1\x2d\xa9\xcd\x4d\x67\x4f\x3c\x5d\x50\x01\xa0\x25\xfb\x6d\xe7\x5b\x12\x95\xd3\xb3\x52\x31\x62\x3f\xc4\xfb\x1b\x5e\xda\x2d\x1d\x0f\x53\x09\x77\xf3\xe3\x79\x40\x8b\x9d\x32\x21\xd9\xf0\x46\x35\x77\xe3\x50\xaf\x4f\x14\x70\xc2\xca\x1d\xe2\x00\xb2\x2c\x90\x81\x72\x08\x1e\xd0\x26\xfb\x08\x2b\xf8\x52\x5e\xf2\xfe\x1e\x25\x54\xb7\x14\x0e\xce\x63\xcb\x6d\x22\x53\xb3\x19\xd2\x5a\x8f\xbd\xa3\x23\x63\xdb\x9e\x79\x8c\x98\x4a\x63\x5c\xc0\x16\x1a\x83\xca\x9a\x29\x90\x35\x2a\xb0\xab\x28\x08\xc7\x10\xb1\x87\xc6\xab\xb0\x03\xe7\xc9\x23\x58\x0c\x7e\xb0\xcc\xd1\x2b\xa2\x8d\x4c\x2f\xb9\x57\xda\xa3\x51\x96\x2c\xd6\x63\x43\x46\x8b\xed\x99\xdc\x9b\x23\x8b\x99\xd5\xc9\x26\xc6\x96\x75\x50\x4c\x6c\x83\xf4\x0a\x5b\x1d\xc9\xff\xb0\x73\x29\x44\xa5\xbd\x9d\x87\x5e\xd9\x31\x93\x0a\xa8\x7c\xb3\xa3\x2f\x3a\xe7\x85\x0b\xd6\x05\x68\x4b\xc4\x66\x0f\x66\x81\x3b\x29\x96\x35\xd5\xab\x96\x62\x56\x59\xb9\xf5\x6e\xb4\x49\x71\xea\x54\x6d\x25\x2a\x90\x96\x69\xbd\x51\x11\x43\x2c\x3b\x06\xe8\x85\x59\x65\xe1\xf3\x1c\x94\xc0\x99\x96\xb9\x66\x8a\x25\x8e\xb4\x18\xb1\x89\x01\x94\xc8\xb5\x82\xd7\x91\x08\xec\xf4\x76\x67\x8e\xac\xbb\xbe\x47\xdb\x66\xaf\xa3\x30\x6f\x50\x5c\x40\x07\xe8\x50\xc5\xd1\x73\x80\x4b\x66\xff\x80\x45\x4e\x41\x75\xa3\x02\x5a\xd5\x53\x50\x4d\xd2\x6a\xdb\xb9\x8d\xf2\x22\x8d\xda\x6c\x14\x45\x9d\x9d\x3b\x80\xb3\xe6\x98\xf4\x21\xdf\xe4\x03\xa6\xb3\xba\x77\x44\x5e\x71\xd2\x61\xa9\x79\xd1\x68\x0c\x0c\x2a\xee\x9e\x76\x92\xc6\x19\xe7\x1b\x67\xc6\xde\x12\x5b\xc9\xa5\xa7\xe4\x4c\x9e\xf8\x92\x33\x34\xfb\x4f\xab\xc3\x60\xd4\x91\x74\xc6\xdf\x80\x84\xa3\x0a\x20\x0c\xd8\xc8\xd1\xc8\x9b\x15\xbc\x4d\x94\xc6\x80\xdd\x68\x20\x65\xca\x83\xb2\x31\x7f\xfc\xf9\x4b\x22\xbf\x41\xd1\xb9\xde\xee\x22\xb6\x99\x94\x32\x6c\x4e\xf8\x4e\xf5\x83\xb9\x98\xad\x5e\xce\x24\x08\xcd\x0e\x59\xb1\xc6\xa9\x36\x57\x3a\xe5\xf9\xcc\x6f\x49\x1f\xcf\xaf\xc5\x73\xbf\xd6\x7e\x71\x3b\x5b\x16\x6e\x6b\x89\x65\xf5\x8a\x8d\x64\x29\x22\x04\x94\xb4\xa4\x03\xd4\x5b\xe3\x36\xca\xf0\xf1\xd4\x97\x78\x4a\x7f\xd7\xa2\xf7\x1f\x5d\xc4\x29\x64\xe7\xb5\xf3\x1d\xe1\x3a\x3d\xa5\x6c\x63\x94\xd7\xef\x29\x7c\x92\x39\x94\x3f\x6f\x62\xb3\x60\x6a\xe4\x2a\x74\x2a\xc6\x35\x2a\x8a\x34\x45\x8e\x25\x6c\xb0\x51\xa9\x08\x38\xf2\x52\xec\x37\xd8\xb6\xb2\x8e\xb6\x2f\x76\x0f\x1b\x6d\x15\xd7\x8c\x57\x6f\xcf\xf4\x94\xe2\x46\x40\x83\x0d\x6d\xd1\x79\xd7\x73\x54\xcc\xa6\x17\x32\xb5\xea\xea\x3c\x00\x9e\x28\x72\xee\xea\x52\x99\x36\x8e\xc4\xdd\x1c\x8b\x1a\x28\xb4\x43\xdc\x79\xc4\xea\x6a\xfe\xed\xba\xaa\xae\xfe\xc3\x8d\xcc\x8b\x47\xd5\x8a\x47\xab\x0d\x65\x69\xde\xe9\x45\x38\x55\x61\xe2\x28\x19\x42\x0d\x3b\x34\x03\x44\x37\xe8\xa6\xba\xba\xae\xf9\xaf\xf4\x8a\x6a\x2e\xb2\x98\xd1\x07\xe7\xa9\x08\xaa\xd7\x93\xe9\x49\x38\xd1\x76\x76\x62\xb2\x90\x0e\x5e\x2a\x70\x05\xad\xa6\x60\x84\x36\x9d\x22\xa9\xf3\xba\x18\x1b\x2d\x6c\xb1\xd3\x96\xa2\xe6\xf1\x9e\x11\x92\xf5\xd3\xc1\x8c\x41\xdb\xed\xe2\xf1\xfa\x8b\xf6\xd9\x8e\x31\xa2\xaf\xd7\xc5\xe9\xe8\x21\xd5\x76\xba\x51\xd1\xf9\x90\x23\x33\xf1\x1c\x2e\x91\x9b\xb9\x79\xab\xf7\xcd\x4e\xf9\x50\xaf\x8b\xa3\x8a\x97\x3c\x6b\xf5\x5e\xb7\xe8\x9f\x01\xbd\x57\x4d\x44\xcf\x1e\xdb\x96\x60\xce\x0b\xc8\xfe\x69\x1f\x09\x3d\xf1\x80\x68\x61\x8f\x9e\x13\xca\xed\xce\x79\xfd\xde\xd9\xa8\x0c\x84\xc1\xe8\x18\xc8\xf7\xc9\x5e\x7c\x88\x13\x59\xd2\x0e\xd1\xcc\x9f\x71\x08\x96\xcd\xc3\xb2\xc4\x73\x09\xd9\x79\xed\x8c\x72\x5e\xba\x82\x2f\x8b\x0d\x2d\x69\x11\xd1\xb9\xc7\x81\xd0\x8a\x2a\x8e\x81\x8f\x34\xa0\xa7\xda\x4f\x05\x3e\x43\xa6\xb4\x84\xcd\x18\x73\x35\x34\x2d\x25\x72\x74\x8e\x3a\x70\x50\xe7\xb7\xf7\xd9\x98\x89\xc5\x71\x71\xc3\x45\xc9\x43\x29\xe0\x8f\x9b\x72\x0a\x9e\x0a\xe6\x40\x86\x77\x62\xc3\x83\x77\x44\x77\xb2\x19\xb8\xa6\xb3\x4d\x99\x90\x94\x33\x25\xc6\x45\x96\x9a\x17\x4f\xa7\x96\xcc\x44\x3c\x9e\xd5\x30\x53\xda\xdf\xc5\xdb\xa6\x72\xad\xd4\x6a\xa9\x4a\x17\x76\x66\x61\xfc\x82\x05\x67\x51\x93\x10\xed\x39\x93\x6c\x1d\x53\x02\xcf\x24\x0f\x6a\x18\xb0\x5d\x3c\x99\x1f\xd1\x36\x8e\x2c\xad\x5e\xf3\xce\xf9\x4f\xca\x11\x5c\x95\x71\x58\xa4\x04\x2c\x91\x88\x02\xc8\x0a\x7e\x1e\x87\xc1\x79\x0a\x56\x79\x7d\xa9\xd6\x8c\x0e\xf4\x5c\x45\xd8\xc5\x38\x84\xf5\xed\xed\xe1\x70\x58\x1d\xfe\xb6\x72\x7e\x7b\xfb\xf6\xa7\xdb\xfc\xc1\xed\x03\x9c\x8d\xb1\xbb\xf9\x3c\xb1\xe6\x3a\x8b\x87\x14\x32\x1e\xac\x27\x55\xdb\x4a\x53\x26\x61\xc4\x25\x31\xda\x94\xbc\x69\x13\x29\xe7\x3b\x70\x16\xb9\x7c\xe7\x88\x8e\xef\x74\x88\x8f\x07\x84\x4e\x85\xd8\x6a\x1f\x8f\xac\x1c\x0e\x34\x91\x0a\x7e\x4b\x8a\xa0\x78\x75\xa7\x65\x1f\x65\xb6\xce\xeb\xb8\xeb\x13\x9b\xdc\x58\x47\x37\xad\x67\x03\xef\xe6\x85\xd5\x54\x55\x39\x4f\xfc\xac\xa4\xf7\x98\xed\x29\x21\x30\xd7\xf5\xbf\x8e\x21\x35\xec\x8a\x4f\xdc\x39\xaa\x62\xa1\xce\x64\x6a\x89\xa0\x92\x3a\xb9\x21\x62\x39\xc8\xfb\x82\x9b\x5a\x52\xae\xf9\x7b\x75\x47\x74\x2c\x97\x32\x2b\x22\x97\xcb\x06\xda\x5d\x7c\x34\x65\x25\x6d\x55\xd3\x50\xaf\x2e\xbd\xc7\x39\x7b\x5d\xc7\xb6\x6c\xcf\x9a\x8f\x1d\xd5\xcf\x29\x98\x73\xe0\x4e\x62\xab\xad\xd2\x36\x44\x50\xb2\x22\x95\x57\xce\xeb\xad\xb6\x54\x7b\xd0\x39\x5d\x73\xab\x9d\x6a\xf8\x52\xcb\xca\xf7\x07\x15\xb8\xd8\x20\xc3\x2e\x3c\x4b\xaa\x4a\x5c\x32\xef\x6e\xc3\x2d\xb7\x39\xca\x3b\x8f\xc1\x8d\xbe\x91\x43\xa0\xea\x3d\xe8\x3d\xa6\xef\x93\x63\x66\x27\x3b\x35\xad\x12\x8f\xf4\x54\x07\x42\xd0\xef\xa5\x00\x7d\xd7\x20\xb6\x01\x3e\x7b\xf9\xdd\x97\x4f\x24\x02\xfa\x8e\xda\x50\x15\x9f\x32\x24\xb6\x61\xb4\xec\x51\x73\x93\xa7\x22\x63\x16\x80\xa4\x17\xfc\xe5\xc7\xd7\xff\x38\xfd\x82\x1c\x90\x0d\xa5\xfe\xa7\xad\xe1\x9a\xde\x75\x88\xed\x42\x00\x02\x15\xa0\x75\xa1\xa4\x94\xf9\x47\xf5\x3f\x3d\x7f\xd1\x28\xef\xb5\xda\x92\xce\xe2\xe8\x2d\xfc\x05\x0a\x0d\xc9\x2f\xf1\xe0\x60\x70\x21\xe8\x8d\x41\x11\x35\x4c\x8c\x4d\xfa\x64\x9a\xa3\xd5\xef\xa4\x35\xab\x5b\x17\xea\x9c\xa0\xb2\x2e\x2e\x2b\x7d\x6a\x12\x28\xd4\x71\xf3\x40\x39\x3c\xc5\x22\xf1\x5a\x6e\x7b\xb4\xc1\x05\x13\x9f\x42\xb0\xb3\x67\x79\x65\xc9\xae\x32\xc6\xf3\x9e\xf9\xac\x3a\x3e\x69\xc8\x9b\x9d\xb2\x5b\x9c\x0a\x93\xac\x26\x2a\x35\x3a\xa2\x97\x4b\x8a\x10\x95\x9f\x41\x42\x7c\x26\x17\xec\x80\xb5\x50\xcc\x20\x1e\x07\x8a\x66\x01\x53\xba\xcc\xcf\x4a\xe6\x3f\xf5\x98\x15\xfc\x8c\xa7\xdc\x33\xcc\x50\xbb\xae\xab\x99\x59\x47\x85\x7a\xc4\xc9\x58\x27\x8a\xa2\x45\xed\xec\x65\xae\xee\xac\x3b\xd8\x3a\xb9\xc1\x65\xfb\xa7\x3e\xd6\xeb\xb6\x45\x0b\x2d\x0e\xa2\x08\x0e\xda\x49\xd1\xec\x0f\xf9\x74\xa4\xcc\xd3\x5b\xeb\x3c\x52\x47\x5d\xaf\x33\xfa\xc2\x0d\xf6\x8d\xb6\x81\x3c\x2f\x6a\x06\xed\xa8\x7b\x7d\xb2\x80\x12\x48\x8d\xb2\xed\x5c\x65\x73\xa0\xad\x64\xe2\x4b\x94\xa0\x86\xeb\x30\xa8\x06\x17\x89\x1a\xf7\x7d\xf5\x3a\xa5\xe1\x30\x9d\x71\x2a\x3d\x37\x2e\x46\xd7\xe7\xb0\x44\xc1\x51\xfa\x57\x6a\x97\x31\x04\xb5\x45\xf6\x96\x04\xd2\xd8\x88\xed\x69\x14\xf9\x90\x66\x65\xca\x2e\x77\x88\xc3\x7d\xa0\x91\x0b\x55\x98\x9e\x2f\xe1\xb0\xd3\x11\x59\x0e\xda\x40\x71\x7b\x41\xd6\x72\x74\xa3\x6c\xcf\x50\x84\x70\x30\x8b\x2b\xba\x83\xe2\x3d\xbd\xdb\x97\xd4\x68\xf1\x5d\x14\xa9\x33\x0c\xa7\xec\x11\xe8\x74\xbc\x20\xe4\x29\xc6\xcc\xb6\xcd\x30\x45\xda\x3c\xec\xd8\x61\x36\x64\x62\x64\x7c\x2d\x91\x16\xe4\x05\xa2\x57\xda\x24\x33\x99\x28\xac\xe0\xa4\x80\xcc\x98\xa4\x48\x78\x26\x60\xa6\x99\x62\x6e\x8e\x56\x1c\xfa\xb1\x8b\x80\xfd\x10\x8f\x4f\x18\xce\x1d\x1e\x7b\xb4\xe3\xac\x8c\x67\xc9\x95\x75\x37\x21\x1e\x0d\xc2\x1d\x1e\x81\x56\x5c\x3e\xf9\xd0\x78\x44\xbb\xe2\x56\x52\xd4\xa1\x22\xbc\x75\xdb\xad\xc1\xef\xf0\xf8\x03\x7d\xa7\x03\x6c\xb8\xde\xa2\x4c\xfb\x85\x89\x37\xdb\x7a\xde\x67\x49\x65\x2d\xf9\x69\x5e\x22\x66\xe5\x4e\x21\x6a\x05\x6f\x5d\xf1\x5d\xfa\x64\x09\x41\xf7\x83\xa0\x3c\x99\x32\x6d\xf2\x8b\xdd\x68\xdb\x7e\x87\x97\xcd\x6a\x26\x7c\xaf\x62\xb3\xdb\x78\xd5\x90\x0b\x8e\xb6\x45\xee\xba\x80\x1f\x93\x6d\xf1\x2b\x29\xf5\x5f\x5c\x2f\x5e\x2c\xe1\xc5\xef\x7f\xd2\xff\xff\xe7\x7f\xbd\x98\x70\x33\xe9\xc2\x52\x5d\xce\xd8\x30\x7f\x76\xe2\x70\x8f\x17\x96\xfd\xdd\xa0\x28\x92\x05\x81\x38\x26\x50\x95\x82\x85\x04\x6b\xc5\x78\x89\xa8\xf7\xb4\x2e\x5b\x9e\xe0\x2e\x8d\xb2\xf4\x86\x9a\x64\x06\x64\x67\x6d\x37\xc8\x26\xa5\xf5\xa5\x16\xab\x75\xf6\x45\xae\xef\x4e\xfc\xd3\xa0\xe0\x76\x92\x58\x4f\x63\x9d\x54\x1d\x0f\x91\xa4\xe2\x7e\x6c\x76\xa0\x20\xe8\x38\xaa\x14\x55\x9f\x80\x79\x7a\x37\x72\x18\xe4\xff\x42\x90\x9a\x39\xd5\x79\x27\xcf\xe6\xbd\x0f\xa7\xac\x31\x08\xd0\x47\xdc\x88\x43\x2b\x33\xc5\x68\xb6\x14\x47\x25\x0f\x86\x90\x28\xe1\x9e\x54\x4d\xae\xd4\xec\x72\xed\x26\x59\x2e\x95\x9e\x05\x06\xe2\xac\x31\x1c\x05\x66\x38\xd9\x20\xdd\x21\x91\x17\xf0\x4b\x51\xd3\x35\x15\xce\x7b\xf4\x10\xc2\x2e\xa7\xfa\x04\x10\x9d\x00\x20\x13\x9d\x1d\x45\x0a\x61\x2e\xc5\x1c\xe3\x1a\x65\xa0\x31\x7a\xd8\x38\xe5\xa5\xb7\x9a\x20\xc1\x74\xf2\x4f\x74\xe7\x83\x0a\x91\xb4\x19\xe9\xa0\xe6\x2d\x58\xa0\xc3\xba\x24\x0d\x9f\x96\xdd\x1a\xb2\xda\xd1\xde\x49\x23\xca\x64\x58\x06\xd2\xd8\x09\x8a\xa7\xa8\x63\xa5\xd3\x76\x5d\xc2\x5a\x39\x4e\x0c\x1e\x43\xc0\xc0\xf5\x6f\xce\xfd\x44\x85\x7c\x89\xa3\x75\x76\xea\xb2\xf5\x1d\x1e\xc9\x57\x69\xc1\x35\x19\xee\x57\xd1\x9b\x9b\xfd\x32\x9d\x8e\x0e\x05\x52\xc9\xd2\x16\xa6\xa6\x2f\x17\x52\x57\x6b\x36\x0e\x05\x5b\xe7\x5a\xd0\x2d\x2a\x52\xa9\xe4\xaf\x93\xb2\xa0\x1d\x7d\x46\x96\x0b\xb1\x54\x1c\xc9\xf5\x96\x6d\x70\x7a\xcb\x6e\xb8\x97\xf2\x02\xa1\xfe\xff\x90\x00\x9b\xe1\x28\x5a\xe6\xe0\xd0\x62\x54\xda\x04\x41\x81\xa4\x5b\x1d\x8e\x9c\x9c\x6c\x5b\x14\xc0\x5a\x2e\x82\xcf\x2e\xdd\x9e\x76\x8f\x41\xf9\x80\x12\x67\x24\x44\xcc\xba\xe3\x5c\x92\x88\x75\x89\x21\x46\x07\xfc\x09\x87\x05\xab\xa8\x83\x17\x9f\x0c\xb9\xc7\x5b\xc5\x77\x71\xfd\xd7\x97\xeb\xcf\xe8\xa8\x3d\xfe\x36\xa2\x30\x99\x7b\xd9\x3a\x2f\xaa\x33\x10\x56\xe0\x26\x95\x72\xe2\x5f\x5f\x66\xcd\x25\xb8\xf4\x33\x29\x5b\xd3\x5f\x76\xec\x37\x09\xea\x57\x26\x30\x8c\xda\x7a\x47\x9d\x76\xd9\xa4\x14\x46\x2a\x4a\xab\xb6\xd5\x7b\xb4\xa9\xce\x98\xe8\xbe\x5c\xcd\x90\xca\xc3\x03\x40\x41\x3a\x7e\xb2\xa1\x5c\x74\xb3\xb1\xe5\xde\x3c\x75\x24\xa2\x85\x49\x3c\xd6\x41\x9d\xaf\x05\x6b\xf9\x93\xaf\xc3\x94\x8f\x73\x50\x9b\xb4\xc8\xfd\x9f\xa0\xf0\x2c\x52\xa9\xee\xcf\x76\x61\x1e\x15\x34\xe8\xa3\xd2\x36\xeb\x8d\x71\x51\xe2\x78\x73\x4c\xa5\x4b\xea\xb9\xeb\xbf\x7c\xff\xfa\xc7\x6f\x96\x5f\xbd\xf9\xbe\x86\xce\xa8\x2d\x84\xa3\x8d\xea\x5d\xb2\x38\x39\xd1\x1b\x32\xbb\x7a\x2a\x7d\x5d\xdf\x93\x86\x58\x55\xe9\x3e\xf6\x03\xcc\xc8\x8c\x5b\x6d\xa9\x6a\xb7\x68\x28\xd9\x18\x1d\x58\xc8\x5f\x7e\xfa\x3e\xc0\xe0\xb4\xcd\x36\x20\x2b\x21\x2f\x15\x23\x77\x07\x4b\x1d\x65\xb2\x6b\x69\x11\x43\x54\x86\x8a\x98\xf4\x45\x58\xc1\x17\x67\x1f\x43\xe3\x6c\xd0\x21\xca\x0d\x16\xfc\x1a\x9c\x9d\x69\xc9\x68\x7b\x17\xd2\x85\x60\xfa\xce\xe3\xe0\x42\x8e\x00\x8c\x8c\xf3\x3d\x04\xf5\x41\xdc\x2f\x31\xd2\x9a\xd6\xee\xd1\x07\x92\x5d\x1c\x38\x31\xc8\xe2\xf0\x59\x9d\x56\x52\x93\xcd\xb0\xa8\x25\xe4\xba\xae\xd3\x0c\xe8\x9f\x31\xbe\x73\x8c\xcf\x38\x0b\xaf\x74\xfc\x76\xdc\xb0\xb9\x4f\x60\xcd\x56\xc7\xdd\xb8\x59\x35\xae\x17\x84\xf9\x46\xaa\xe0\x5b\xa1\x72\x93\xa8\x3c\x70\x2a\x99\x88\x57\x87\x95\x10\x1a\x03\xfa\x74\x63\xf6\x14\x4d\xa6\x78\xfe\xbf\xdb\x9e\xe2\x91\xbf\xcd\xfb\x92\xa2\xe7\xc7\xce\x6a\xad\xd7\xa0\xca\xa9\x67\xdd\x9f\x28\x5e\x4b\x1a\x7f\x80\x6d\x21\xe8\x51\xb5\x5c\xb5\xa7\x42\xbc\x44\x23\x0a\xa1\xc6\xb8\x43\xe0\x8e\xa0\x28\x38\x37\x68\xe2\x3a\xb3\x9b\xab\xec\xa1\xd6\x1c\xf9\xa6\x5e\x00\x99\x79\x19\xe2\xa4\xe4\x10\x7f\xa9\x03\x46\x7e\x52\x3f\x6d\xeb\xbe\xcf\xf5\xf5\x21\x3c\x86\x89\x45\xaf\xfb\x52\x8a\xcf\xea\xeb\x00\x3c\x19\xd2\x92\xd9\xd2\x5e\x1f\x82\x62\xfb\xd1\x9c\x00\xe2\xec\x9d\x12\x07\x2f\x7e\x3a\x65\x6c\x8f\x46\x51\xbb\x97\x29\xf4\xea\x0e\x4f\x3e\x2f\x34\xf3\x4a\x23\x33\x31\x09\xc1\x22\x4a\x4b\xbe\x09\x61\x3e\x19\x71\x19\x62\x75\x95\xe3\xc5\x43\xf7\x06\xf9\xae\xe6\xe4\xf2\x4c\x50\xf5\x10\x15\x25\xc2\x52\x2d\x54\x57\xf2\xd9\x8b\x34\x9f\x01\x0f\xea\x02\x58\x24\xaa\x3f\x4b\xca\xf2\xd8\x23\xa7\x03\x89\xb3\x33\x26\xb8\x59\x51\x21\x42\xd4\xfd\x74\x7b\xcf\x8f\x53\xf5\x9b\x62\xcd\x30\x46\x8a\xf1\x91\x09\x9c\x82\x1d\x53\x1e\xd9\x2a\x6d\x57\xf0\x7a\x16\x2e\xa6\xd1\x04\x8e\x31\xf7\xef\xc5\xe5\x2a\xfd\xb6\x7e\xfc\x68\x89\xc6\x4e\x53\x34\x3a\xce\xc5\xc9\x71\x38\xbd\x2a\x77\x0f\x8d\x71\x21\xe7\x7f\x8f\x37\xe9\x36\xbb\x14\xd4\x0f\xb2\xf8\x30\x7f\x79\xf3\x27\x9b\x09\x22\x35\xda\xd6\x65\xe7\x3c\xc3\x73\x9c\x5d\x52\xa7\xe3\xa6\x5d\x79\x96\x48\x75\x11\xb9\x4f\x96\x9b\xff\x94\xc9\x78\x68\xc4\xe5\x9a\x38\xbd\x61\x91\x66\xe9\x6e\x29\x2f\x95\x95\x79\x05\x22\xae\xed\xf6\x5c\x44\x26\xf5\xa4\x94\x4f\x35\x6c\xa1\xf1\xce\x18\x81\x26\xa6\xbb\x5e\x79\x0a\x1b\xe5\x9f\x0c\x0b\xb2\xb4\x57\x7e\xab\x2d\xfb\x19\xfd\x83\x5c\x5d\xd2\x0d\x59\xd2\x5e\xe3\x41\x10\xab\x90\x28\x4b\x64\xb8\xd7\xee\xa9\x61\xf0\x4e\x35\xbb\x04\x8f\x60\xbb\x2d\xd7\xe0\x44\xe3\x92\x28\x7f\x9b\x73\x11\x06\xc4\x96\x22\x72\xef\x46\x9b\x23\x72\x1a\x2e\x11\x89\xc8\x7d\x9d\xc5\xfc\x27\xd7\xe1\x97\xc8\x7e\x92\xc8\xf6\xca\xc7\x5c\xfc\xab\xb6\x05\x83\x92\xae\x67\xb0\x01\xcb\x91\x4b\xd2\x7e\x34\x51\x0f\xa6\xdc\xd1\x65\x78\x5b\xe2\xe4\x34\x08\x43\x75\x3d\xfa\x3d\x9e\xc0\x6e\x73\x70\xc9\xe0\x1e\xcd\x29\x6d\xc5\x1d\xfc\x68\x65\x19\xb5\xa2\xc6\x35\x77\x8f\x87\xc1\xe0\xba\x78\xf0\x6a\x20\xdb\xf5\x6a\xc8\xfa\xa0\xb8\xc5\x63\x68\xce\x81\x71\x52\xa1\x74\x3a\x16\x10\x53\x30\x88\x27\x2c\x67\x30\x3a\x0a\x76\x91\x3d\x43\xdd\xbb\x97\x23\xa7\x48\x98\xfa\x32\xb7\xb9\x9a\xba\x69\xe3\x0e\xe5\x22\x2a\x89\xcf\x1f\x3c\x21\x0e\x2d\xf1\x7a\xbb\x8b\xd3\x96\xf9\x7a\xf1\xd1\x0d\x53\xde\xe4\x4f\x67\x97\x33\xff\x9b\xad\x19\x35\x11\x07\x34\xf5\x1a\x12\x8e\x1c\x22\xf7\x3e\x7c\x0b\xac\xf9\xe4\x4a\x86\xc0\x2e\xde\xfc\x3a\x86\x28\x37\x2d\xb3\xf2\x97\x3d\x77\x06\xc2\xfc\x9c\xc6\x1f\xa4\xe9\xd7\x7b\x6a\x2e\x0a\xcc\x35\x18\xd5\x30\x7c\x13\x74\x8b\x50\x3f\xbf\x5e\xd4\xe5\x0b\xb9\x51\x2d\x1f\x69\xdb\x98\xb1\xe5\x63\x4a\xf5\x75\xbd\x9c\x5d\xd2\x2c\xa1\xe6\xfb\xac\x25\xdf\x9c\xd3\x7f\xdc\x10\xe9\x3f\xd4\xf5\xd5\xc9\x56\x51\x9e\x0a\x72\xce\x2f\xe6\x3b\x44\xca\xa2\x69\xe2\x51\xd9\x1c\x04\x1d\xff\xa1\x1a\xa9\x26\x29\xee\x1d\x94\x6f\x73\x2f\xd3\x91\xe9\xa7\x2b\xfb\x93\xc9\xc0\xe9\x6b\xfa\x8b\xba\xdd\x82\x6a\x31\x48\xd7\x3c\x82\x74\x3c\xbf\xce\x22\x2e\xe0\xf9\x75\x16\x71\x71\xfd\x9c\xef\x1d\x16\xcb\xe7\xd7\x8d\x33\x0b\x7a\x27\x8a\x5e\xb1\x13\x2f\xfe\xb8\x58\xe8\x75\x71\xfd\xfc\xda\x0d\x71\x9d\xe1\xeb\x05\xfc\x01\xd3\x13\x39\xe9\xe9\x59\xbe\x45\x5c\xdc\x37\x0c\xff\x21\x86\xc1\x46\xf8\x41\x96\xf1\x90\xec\x74\x2e\xeb\x13\x4c\x70\xb1\x86\xd4\xbb\x87\x25\x9c\x2c\xf8\x16\xcd\xb0\x58\x73\x93\x3d\xe7\x37\xdd\x6c\xce\x2b\x14\x79\xf1\x08\x28\xfd\x70\x58\x98\xb9\xc9\xd8\xf4\xed\xbd\xa1\x83\xd9\xcc\x5f\x4a\xf0\x2b\x78\x63\xa1\x77\x21\xa6\xb9\xb7\x50\x20\xcb\x67\x61\x6c\xdd\x33\xd8\x48\xdf\xef\x2c\x7c\xf9\xf3\xd7\xe4\xc2\x09\x58\x7a\xd6\x3a\x15\x56\xcf\x4e\xb0\xb5\xf4\xaa\x19\x43\x74\xbd\x7e\x9f\xa6\xc5\x38\x37\x73\xa9\x3b\xbb\xd0\x4b\xe3\x99\xdc\x2a\x85\xf1\x92\x2c\xb4\x7d\x92\x85\xbb\xc6\x19\x66\x2f\x0f\xa6\x09\x12\xca\xca\x8f\x6a\x23\xaa\x4d\xef\xf6\xd8\x0b\xc6\x6e\xd5\x5e\x6f\x29\x20\x4d\xf5\x30\x2b\x19\xb7\xda\xf2\x6c\x5e\x49\x58\x2a\x24\x08\x5a\x26\x7b\xa2\xda\x70\xba\xbf\xc6\xd5\x76\x25\x80\x3a\xa3\x62\x9f\xce\x28\x39\xdb\xe0\xe2\x14\x72\x64\xe9\x19\xe1\x52\xf6\x18\x19\x7f\x95\x5b\x24\xe2\x2b\x44\x27\x1f\xa7\xbb\xde\x27\xa2\x3d\x7d\xa1\xdf\x63\xba\xa9\xa7\x7f\xca\xd0\x01\x6f\x2f\xf9\x84\xd8\x9c\x8d\x49\xcc\x90\xfa\x02\x42\xf3\x0d\xfe\x85\x8d\x3e\x9d\x36\x29\x6c\xad\x65\x5a\x54\x76\x98\xc1\x83\xb4\xe8\x09\x66\xc7\x80\x83\xd7\xbd\xf2\xc7\x1a\xae\xb3\x0d\x74\xa3\x21\x6b\x1a\xad\x7e\xb7\x58\xa7\xb1\x9d\x40\x76\x21\xf3\xdb\x7c\x11\x7e\x7e\xed\x99\x5c\x32\x11\x9b\x81\x88\x19\xc8\x94\xc1\x29\x6e\x98\xef\xcd\x33\xa6\xc3\x28\xe0\xb2\xea\x3a\x6c\x62\x06\xec\x2c\x85\x89\x39\x2e\x29\x1d\x19\xc3\x75\x0d\xdb\xaf\x20\x77\x8f\x1b\xd8\xbb\x88\xbe\x3f\xeb\xc6\x42\x18\xfb\x59\x6f\x32\x81\x92\xd2\x2c\x8e\x62\x6b\x69\x98\xcc\xf9\x3e\xa1\x05\x42\xeb\xe6\x93\xcf\xfe\x1f\x8f\x71\xd4\xe0\x71\xab\x7c\x6b\x30\x30\xd0\x70\xc8\xf4\xea\xe7\x6f\xbf\xf9\xe9\x87\x7a\x1a\xec\x57\x4d\x14\xc4\x98\x9a\x6d\xa5\xad\x94\x3d\xdf\x90\xcf\x08\x26\x33\x59\x64\xaf\x8e\x09\x56\x1b\xed\x41\x71\x11\x83\xac\x95\x90\x4a\x62\x7f\x82\xa1\x76\x4a\xf4\x55\x54\x98\x38\xce\x29\xe2\x1e\xcb\xd4\x62\xb5\xca\xe7\xb1\x9c\xaf\x1f\x30\x91\x9b\x9b\x9b\xaa\xfa\x77\xe9\xd1\xf3\xec\x3d\xf7\x7a\x09\x73\xe1\xd9\xb5\x0c\x3a\xe5\xe1\xc4\x72\x07\x9a\x21\x50\xe7\x33\xc2\x59\xc5\x1d\xf6\x82\xd5\x4d\x7d\x81\x2a\x73\x12\x05\xef\xe3\x59\x7d\x1e\xee\x4c\x13\x11\x09\x27\xd0\x31\xa0\xe9\x56\x55\x75\x7e\x51\xd5\x39\x6a\xfe\x67\x68\x90\x00\xc0\x32\x3b\xd4\x2e\x01\x55\xb3\x4b\x7c\xda\x7b\x0c\x56\x13\x83\x44\xac\x9f\x7e\x5e\xc0\x7d\xc7\xbd\x49\x7f\x7e\x1a\xf8\xae\xe5\x0e\x63\x58\xc2\x6f\xa3\x8b\x18\x96\x80\xb1\x59\xad\x56\x32\x7a\xd9\xa7\x58\x96\x78\x08\x13\x0d\x48\x2f\xf3\x5c\xb0\xca\x80\x25\x45\x35\x65\xb7\xa3\xda\x62\xe0\xab\xe8\x98\x74\x4e\x1c\x18\x81\xd1\x49\xdf\xd9\xca\xd3\xdb\xe9\xda\x77\x7e\xe5\x4b\xe9\x99\x88\x18\x6d\x65\x56\xae\x30\x82\xef\x78\xba\x62\x23\xc5\x77\x61\xa3\x57\xf6\x78\xba\xbf\xd1\x11\xbd\xe2\x92\x7e\x92\xa2\xdd\x53\x73\xde\x5e\x0a\xf1\x25\x71\x7f\x9f\x3e\x94\x90\xe0\xb6\x5e\xf5\xbd\xc0\x7b\xce\xac\xa6\xd4\x3a\xa7\xcb\x82\x25\xce\x48\xa6\x64\xb8\xf3\x54\x7b\x4d\x92\x6c\xd3\x2f\x52\xe8\x2c\x89\xfc\x2b\x2d\xf7\x78\xbd\xf3\xb8\x58\xe5\x01\x41\x9e\x23\x96\xc5\x29\xb1\xce\xe7\x06\xa7\x79\x92\xb8\x23\x02\x27\x97\x06\x8c\x95\xbf\xd2\x71\x2a\x19\x9d\x3f\x2e\x13\x32\xd1\x75\x20\x34\x24\x82\xf0\x40\xb2\x8c\x22\xc8\xd0\x15\x78\x24\x2f\x28\x65\x34\xe5\x6d\x22\xe4\xb1\xa1\xea\x99\x98\xa5\xc3\xd7\xf1\xde\x60\x32\xd3\x0e\xda\x36\x78\x6f\x00\x7d\x55\x55\x5f\xd8\x63\x66\x9a\xf8\x0c\x18\x73\x14\xcd\xf7\xdf\xe9\xda\xa9\xf4\xb9\xe5\x66\xee\xbc\xdf\x4d\x33\xbb\x81\x51\x3a\x08\x6e\x49\x94\x24\xb6\x2c\x25\xb0\x9c\xfe\xf4\x27\x01\xa6\x42\xbe\xca\x63\x3f\xe5\x6a\x5b\x34\xf7\x62\x9a\xcc\xe0\xca\xf7\x02\x1d\x56\x0f\x31\x1f\x1d\x28\xeb\x48\xfa\xaa\x57\xcd\x8e\x7f\xa3\x93\x2e\x53\x39\x53\xc8\xac\xe3\x9c\xc9\x0c\x96\xb2\xc6\xd2\x37\xab\xaa\xfa\xe8\x23\x78\x25\xf7\xf8\x8c\x47\xf3\xed\x55\xfe\xb0\xaa\xf2\xa0\xac\xe0\x7a\x18\x26\xa2\xb9\x2e\x97\x21\x00\x73\x84\x84\x90\x1b\x73\x5c\xc1\xf7\x09\xf6\xeb\x51\xd9\x50\x72\x43\x95\x27\x9d\x0f\x7c\x6b\x39\x57\xf4\x3d\x40\xe1\x84\xf7\x3a\x5d\x32\xab\x58\x06\xc5\x29\xcd\x56\x1b\x9c\x1f\xe2\x85\x71\x92\xd4\xc8\xe6\x53\x2f\xbc\xca\x8f\x87\xa6\xe0\xa7\x6c\x5b\x89\x2d\x8a\x9c\x25\xae\x5a\x8e\xd3\xe5\xe7\x1a\xbf\xa4\xfb\xbf\x09\xc8\x2c\x08\x12\x35\xfd\x18\xa7\xcd\xaa\x0c\x7d\xce\x6d\x34\x33\xb0\xaa\xaa\xb7\xd3\x48\xb1\xcc\x96\xcf\x62\xf9\x6c\xb0\x62\x9a\x5c\x9d\x66\x6a\x66\x2b\x79\x93\xca\xf1\x4f\x3c\xde\x9e\x71\x90\x8f\x43\x7e\xbc\x35\x63\x79\x56\xdd\xd0\xd3\x7a\x55\x55\xe9\xe7\x21\xf5\x99\xda\xcb\xd4\x4b\xb9\x05\x1a\x46\x19\xdb\xcf\x51\x33\x4b\xb9\x39\xa6\x1a\xfc\xa8\xed\xb6\xca\x3d\x1b\x4b\x22\xbf\x2e\xc9\xdc\xaf\x80\x7f\x95\xa6\x65\x28\x4f\x2e\x57\x13\x78\xb3\x53\xe1\xbc\x56\x94\x3e\xa6\xa2\x43\x90\xa1\x4c\x01\x46\xe1\x95\x93\xbf\x45\x3d\xa5\x5c\x84\x4f\x25\x17\x9c\x2f\xff\x69\xdc\x1c\xe5\xc9\xba\xaa\xea\xba\x26\xe9\xaa\xdf\xab\xab\x67\x5d\x5c\x6f\xdd\xb3\x35\xfc\x5e\x5d\x5d\x3d\x9b\x6f\xfd\x6c\x0d\x9c\xbe\xab\xab\x3f\x97\xb2\xce\x8f\x9b\xe3\x7c\xa5\x7e\x8f\xcf\xd6\xf0\x49\x5a\x70\xf6\x2d\xe3\xb9\xd5\x7c\xe1\xa7\xd5\x9f\xb4\x73\x55\xbd\xf1\xe4\xa8\xda\x28\x6f\x8e\x45\xb7\x3c\xb1\x20\xde\x4d\x2a\x3b\x67\xf3\xe3\xd5\x07\x71\xf9\xf1\xca\x6f\xfe\x0f\x58\xfc\x9f\x00\x00\x00\xff\xff\x78\x04\x3c\x30\x42\x3a\x00\x00"
+var _runtimeHelpOptionsMd = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x3b\x5d\x8f\xe3\x36\x92\xcf\xad\x5f\x51\x98\x0c\x30\xed\xac\xdb\x3d\x9b\x4d\x0e\x81\x1f\x0e\xc8\xd7\x4d\x06\xf9\x98\x43\x32\xc1\xde\xe1\xf6\xb0\xa2\xa5\x92\xcd\x34\x45\x2a\x24\x65\x8f\x27\xc9\xfd\xf6\x43\x55\x91\x94\xec\x76\x77\xcf\x01\x97\x87\x4c\x5b\x22\x8b\x55\xc5\xfa\xae\xd2\x47\xf0\x66\x88\xda\xd9\x50\x55\x3f\xe8\xc6\x3b\x08\xd1\x79\x0c\xa0\x8c\x01\xd7\x41\xdc\x21\x8c\x01\x3d\x34\xce\x76\x7a\x3b\x7a\x45\x8b\x41\x5b\xd0\x31\x9c\x3d\x6c\xb5\xc7\x26\x3a\x7f\x5c\x65\x58\x63\xc0\x00\xf5\xf3\x1f\x5e\x7f\xf5\xd3\x9b\x7f\x7e\xf5\xe6\xc7\x7f\x7b\xfd\xea\x9f\xdf\xbe\xf9\xe1\x9b\x1a\x54\x60\xd0\x0f\x01\x80\xd7\x74\xb4\x0e\x15\xda\xbd\xf6\xce\xf6\x68\x23\xec\x95\xd7\x6a\x63\x10\x74\x00\xeb\x22\x04\x8c\x4b\xd0\x31\x9f\xf2\x1f\x5f\xbf\x9a\x9f\x71\xdb\x13\x0a\x35\x68\x1b\x22\xaa\x96\x40\x56\x71\xa7\x22\x7c\x38\xc8\xff\xb9\x5d\x09\x82\x19\x96\x60\x5d\x3d\x8c\xb5\x65\xaa\x5a\xd7\x8c\x04\x9e\xdf\x2f\xe1\xc0\x2c\xbc\x00\x2e\xba\xca\x63\x87\x1e\xa2\x7b\x8c\x1b\x70\x8d\x7b\xb4\xa0\x3b\xc2\xac\x57\x47\xe2\x7e\xa7\x9a\x08\x1b\x84\xe0\x7a\x3c\xec\xd0\x23\xa0\x09\x58\xe9\x0e\x8e\x6e\x84\x9d\xda\x23\xd1\x02\xa8\xe3\x0e\x7d\xbe\x48\xb5\x71\x7b\xbc\x48\x7f\x58\xac\xaa\xea\x5b\x02\xa3\x3c\xca\xda\xbd\xd2\x86\x59\xe3\x44\x3e\xd6\x55\xf5\x31\xd4\x6a\x8c\x4e\xdb\x16\x6d\xac\xd7\x70\xd8\xa1\x85\xc6\xa3\x8a\xda\x6e\x41\x81\xc5\x03\x18\x6d\x71\xc9\xf4\x12\x94\xa0\x7a\x04\x59\x2f\x44\xa5\x7b\xaf\x00\x60\xf0\xb8\xd7\x6e\x0c\xbc\x65\x55\x55\x57\x2d\x76\x6a\x34\x84\x94\x19\x71\x0d\x75\xf4\x23\xd6\xe5\xd4\xa0\xf6\x58\xaf\x81\xfe\xec\x55\xd4\x8d\x32\xe6\x08\xf4\x90\x01\x6e\xc6\x8e\x18\x89\x7b\xf4\x47\xb0\x10\xb0\x71\xb6\x0d\x4b\x10\xde\x58\xba\x5f\xba\x39\x00\x81\x5e\x38\x92\x00\x27\x22\x57\xf0\x85\x09\x4e\xe8\xfa\x6d\xd4\x91\xe9\x22\xac\xa1\x77\xad\xee\x34\xb6\xe9\xa0\x25\xf0\x15\x12\xbc\x83\x36\xe6\x12\x56\xca\xb6\x0c\x63\x05\x5f\x22\x1c\x94\xb7\xd8\x2e\x59\xa6\xd3\x59\xbc\x2a\xcc\x90\x17\x60\x71\xe7\xc6\x08\x83\x77\xfd\xc0\xa7\x67\x05\x5c\x42\x70\xd0\xaa\xa8\x58\x02\x36\x08\x6e\x8f\xfe\xe0\x75\x8c\x68\x8b\xba\x64\xd0\x3a\x10\x30\x12\x80\xe8\xa0\x7e\x59\x2f\xc1\xba\x4c\x2b\x01\xd5\x01\x06\xf4\x9d\xf3\x3d\xb6\xab\x8a\xd6\xc2\x39\xf3\x5f\xce\x38\x3f\xd6\x6b\xf8\x3b\xf1\x44\x41\xa7\x45\x59\x08\xf9\x16\x58\x9f\x8a\x89\x68\x1d\x06\xfb\x22\x8a\xf4\x0d\xe8\x7b\x1d\x02\x61\x13\x99\x4f\xcc\xc1\x63\x62\x5c\xe2\x5a\xb8\x23\xa9\x2e\x00\x0e\x6e\x34\x2d\x18\x7d\x87\x84\x37\xc9\x50\x18\x07\xf4\xfc\x52\x24\x46\xef\xb5\xc1\x2d\xb1\xcd\x4d\x77\x4f\x38\x5d\x60\x01\xa0\x25\xf9\x6d\xe7\x47\x12\x94\xd3\xbb\x52\x31\x62\x3f\xc4\xfb\x07\x5e\x3a\x2d\x5d\x0f\x43\x09\x77\xf3\xeb\x79\x80\x8b\x9d\x32\x21\xc9\xf0\x46\x35\x77\xe3\x50\xaf\x4f\x18\x70\x82\xca\x1d\xe2\x00\xb2\x2c\x90\x80\xb2\x09\x1e\xd0\x26\xf9\x08\x2b\xf8\x52\x5e\xf2\xf9\x1e\xc5\x54\xb7\x64\x0e\xce\x6d\xcb\x6d\x02\x53\xb3\x18\xd2\x5a\x8f\xbd\xa3\x2b\x63\xd9\x9e\x69\x8c\x88\x4a\x63\x5c\xc0\x16\x1a\x83\xca\x9a\xc9\x90\x35\x2a\xb0\xaa\x28\x08\xc7\x10\xb1\x87\xc6\xab\xb0\x03\xe7\x49\x23\x98\x0c\x7e\xb0\xcc\xd6\x2b\xa2\x8d\x0c\x2f\xa9\x57\x3a\xa3\x51\x96\x24\xd6\x63\x43\x42\x8b\xed\x19\xdd\x9b\x23\x93\x99\xd9\xc9\x22\xc6\x92\x75\x50\x0c\x6c\x83\xf4\x0a\x5b\x1d\x49\xff\xb0\x73\xc9\x44\xa5\xb3\x9d\x87\x5e\xd9\x31\x83\x0a\xa8\x7c\xb3\xa3\x1d\x9d\xf3\x82\x05\xf3\x02\xb4\x25\x60\xb3\x07\x33\xc3\x9d\x18\xcb\x9c\xea\x55\x4b\x36\xab\xac\xdc\x7a\x37\xda\xc4\x38\x75\xca\xb6\x62\x15\x88\xcb\xb4\xde\xa8\x88\x21\x96\x13\x03\xf4\x82\xac\xb2\xf0\x79\x36\x4a\xe0\x4c\xcb\x58\x33\xc4\x62\x47\x5a\x8c\xd8\xc4\x00\x4a\xe8\x5a\xc1\xeb\x48\x00\x76\x7a\xbb\x33\x47\xe6\x5d\xdf\xa3\x6d\xb3\xd6\x91\x99\x37\x28\x2a\xa0\x03\x74\xa8\xe2\xe8\xd9\xc0\x25\xb1\x7f\x40\x22\x27\xa3\xba\x51\x01\xad\xea\xc9\xa8\x26\x6a\xb5\xed\xdc\x46\x79\xa1\x46\x6d\x36\x8a\xac\xce\xce\x1d\xc0\x59\x73\x4c\xfc\x90\x3d\xf9\x82\xe9\xae\xee\x5d\x91\x57\xec\x74\x98\x6a\x5e\x34\x1a\x03\x83\x8a\xbb\xa7\x95\xa4\x71\xc6\xf9\xc6\x99\xb1\xb7\x84\x56\x52\xe9\xc9\x39\x93\x26\xbe\x64\x0f\xcd\xfa\xd3\xea\x30\x18\x75\x24\x9e\xf1\x1e\x10\x73\x54\x01\x84\x01\x1b\xb9\x1a\x79\xb3\x82\xb7\x09\xd2\x18\xb0\x1b\x0d\x24\x4f\x79\x50\x36\xe6\xcd\x9f\xbf\x24\xf0\x1b\x14\x9e\xeb\xed\x2e\x62\x9b\x41\x29\xc3\xe2\x84\xef\x54\x3f\x98\x8b\xde\xea\xe5\x8c\x82\xd0\xec\x90\x19\x6b\x9c\x6a\x73\xa4\x53\x9e\xcf\xf4\x96\xf8\xf1\xfc\x5a\x34\xf7\x6b\xed\x17\xb7\xb3\x65\xe1\xb6\x16\x5b\x56\xaf\x58\x48\x96\x42\x42\x40\x71\x4b\x3a\x40\xbd\x35\x6e\xa3\x0c\x5f\x4f\x7d\x09\xa7\xf4\xbb\x16\xbe\xff\xe8\x22\x4e\x26\x3b\xaf\x9d\x9f\x08\xd7\xe9\x29\x79\x1b\xa3\xbc\x7e\x4f\xe6\x93\xc4\xa1\xfc\xbc\x89\xcd\x82\xa1\x91\xaa\xd0\xad\x18\xd7\xa8\x28\xd4\x14\x3a\x96\xb0\xc1\x46\xa5\x20\xe0\xc8\x4b\xb1\xdf\x60\xdb\xca\x3a\x3a\xbe\xc8\x3d\x6c\xb4\x55\x1c\x33\x5e\xbd\x3d\xe3\x53\xb2\x1b\x01\x0d\x36\x74\x44\xe7\x5d\xcf\x56\x31\x8b\x5e\xc8\xd0\xaa\xab\x73\x03\x78\xc2\xc8\xb9\xaa\x4b\x64\xda\x38\x22\x77\x73\x2c\x6c\x20\xd3\x0e\x71\xe7\x11\xab\xab\xf9\xde\x75\x55\x5d\xfd\xa7\x1b\x19\x17\x8f\xaa\x15\x8d\x56\x1b\xf2\xd2\x7c\xd2\x8b\x70\xca\xc2\x84\x51\x12\x84\x1a\x76\x68\x06\x88\x6e\xd0\x4d\x75\x75\x5d\xf3\xaf\xf4\x8a\x62\x2e\x92\x98\xd1\x07\xe7\x29\x08\xaa\xd7\x93\xe8\x89\x39\xd1\x76\x76\x63\xb2\x90\x2e\x5e\x22\x70\x05\xad\x26\x63\x84\x36\xdd\x22\xb1\xf3\xba\x08\x1b\x2d\x6c\xb1\xd3\x96\xac\xe6\xf1\x9e\x10\x92\xf4\xd3\xc5\x8c\x41\xdb\xed\xe2\xf1\xf8\x8b\xce\xd9\x8e\x31\xa2\xaf\xd7\x45\xe9\xe8\x21\xc5\x76\xba\x51\xd1\xf9\x90\x2d\x33\xe1\x1c\x2e\x81\x9b\xa9\x79\xab\xf7\xcd\x4e\xf9\x50\xaf\x8b\xa2\x8a\x96\x3c\x6b\xf5\x5e\xb7\xe8\x9f\x01\xbd\x57\x4d\x44\xcf\x1a\xdb\x16\x63\xce\x0b\x48\xfe\xe9\x1c\x31\x3d\xf1\x80\x68\x61\x8f\x9e\x1d\xca\xed\xce\x79\xfd\xde\xd9\xa8\x0c\x84\xc1\xe8\x18\x48\xf7\x49\x5e\x7c\x88\x13\x58\xe2\x0e\xc1\xcc\xdb\xd8\x04\xcb\xe1\x61\x59\xec\xb9\x98\xec\xbc\x76\x06\x39\x2f\x5d\xc1\x97\x45\x86\x96\xb4\x88\xe0\xdc\xc3\x40\x60\x45\x15\xc7\xc0\x57\x1a\xd0\x53\xec\xa7\x02\xdf\x21\x43\x5a\xc2\x66\x8c\x39\x1a\x9a\x96\x12\x38\xba\x47\x1d\xd8\xa8\xf3\xdb\xfb\x68\xcc\xc8\x62\xbb\xb8\xe1\xa0\xe4\x21\x17\xf0\xc7\x4d\xb9\x05\x4f\x01\x73\x20\xc1\x3b\x91\xe1\xc1\x3b\x82\x3b\xc9\x0c\x5c\xd3\xdd\x26\x4f\x48\xcc\x99\x1c\xe3\x22\x53\xcd\x8b\xa7\x5b\x4b\x62\x22\x1a\xcf\x6c\x98\x31\xed\xef\xa2\x6d\x53\xb8\x56\x62\xb5\x14\xa5\x0b\x3a\x33\x33\x7e\x41\x82\x33\xa9\x89\x88\xf6\x1c\x49\x96\x8e\xc9\x81\x67\x90\x07\x35\x0c\xd8\x2e\x9e\xf4\x8f\x68\x1b\x47\x92\x56\xaf\xf9\xe4\xfc\x93\x7c\x04\x47\x65\x6c\x16\xc9\x01\x8b\x25\x22\x03\xb2\x82\x9f\xc7\x61\x70\x9e\x8c\x55\x5e\x5f\xa2\x35\xa3\x03\x3d\x57\x11\x76\x31\x0e\x61\x7d\x7b\x7b\x38\x1c\x56\x87\xbf\xad\x9c\xdf\xde\xbe\xfd\xe9\x36\x6f\xb8\x7d\x00\xb3\x31\x76\x37\x9f\x27\xd4\x5c\x67\xf1\x90\x4c\xc6\x83\xf1\xa4\x6a\x5b\x49\xca\xc4\x8c\xb8\x44\x46\x9b\x9c\x37\x1d\x22\xe1\x7c\x07\xce\x22\x87\xef\x6c\xd1\xf1\x9d\x0e\xf1\x71\x83\xd0\xa9\x10\x5b\xed\xe3\x91\x99\xc3\x86\x26\x52\xc0\x6f\x89\x11\x64\xaf\xee\xb4\x9c\xa3\xcc\xd6\x79\x1d\x77\x7d\x42\x93\x13\xeb\xe8\xa6\xf5\x2c\xe0\xdd\x3c\xb0\x9a\xa2\x2a\xe7\x09\x9f\x95\xe4\x1e\xb3\x33\xc5\x04\xe6\xb8\xfe\xd7\x31\xa4\x84\x5d\xf1\x8d\x3b\x47\x51\x2c\xd4\x19\x4c\x2d\x16\x54\x5c\x27\x27\x44\x4c\x07\x69\x5f\x70\x53\x4a\xca\x31\x7f\xaf\xee\x08\x8e\xe5\x50\x66\x45\xe0\x72\xd8\x40\xa7\x8b\x8e\x26\xaf\xa4\xad\x6a\x1a\xca\xd5\x25\xf7\x38\x47\xaf\xeb\x58\x96\xed\x59\xf2\xb1\xa3\xf8\x39\x19\x73\x36\xdc\x89\x6c\xb5\x55\xda\x86\x08\x4a\x56\xa4\xf0\xca\x79\xbd\xd5\x96\x62\x0f\xba\xa7\x6b\x4e\xb5\x53\x0c\x5f\x62\x59\xd9\x7f\x50\x81\x83\x0d\x12\xec\x82\xb3\xb8\xaa\x84\x25\xe3\xee\x36\x9c\x72\x9b\xa3\xbc\xf3\x18\xdc\xe8\x1b\xb9\x04\x8a\xde\x83\xde\x63\xda\x9f\x14\x33\x2b\xd9\xa9\x68\x15\x7b\xa4\xa7\x38\x10\x82\x7e\x2f\x01\xe8\xbb\x06\xb1\x0d\xf0\xd9\xcb\xef\xbe\x7c\xc2\x11\xd0\x3e\x4a\x43\x55\x7c\x4a\x90\x58\x86\xd1\xb2\x46\xcd\x45\x9e\x82\x8c\x99\x01\x92\x5c\xf0\x17\xab\xdf\x9d\xee\x20\x05\x64\x41\xa9\xff\x61\x6b\xb8\xa6\x77\x1d\x62\xbb\x90\x02\x81\x0a\xd0\xba\x50\x5c\xca\x7c\x53\xfd\x0f\xcf\x3b\x1a\xe5\xbd\x56\x5b\xe2\x59\x1c\xbd\x85\xbf\x40\x81\x21\xfe\x25\x1e\x1c\x0c\x2e\x04\xbd\x31\x28\xa4\x86\x09\xb1\x89\x9f\x0c\x73\xb4\xfa\x9d\xa4\x66\x75\xeb\x42\x9d\x1d\x54\xe6\xc5\x65\xa6\x4f\x49\x02\x99\x3a\x4e\x1e\xc8\x87\x27\x5b\x24\x5a\xcb\x69\x8f\x36\xb8\x60\xe0\x93\x09\x76\xf6\xcc\xaf\x2c\x59\x55\xc6\x78\x9e\x33\x9f\x45\xc7\x27\x09\x79\xb3\x53\x76\x8b\x53\x60\x92\xd9\x44\xa1\x46\x47\xf0\x72\x48\x11\xa2\xf2\xb3\x92\x90\xdc\xc9\x57\xb4\x5b\x72\xbc\x99\x74\xed\x48\x70\x48\xd9\x64\x39\xcb\x51\xd6\x95\x74\x1e\xf9\xcf\xf9\x79\x2b\x78\x93\xb2\xc5\xb2\xfe\xcc\x99\x90\x9e\x33\x0b\x39\x6f\xd9\xa9\x3d\xdf\x2a\xf1\xa8\xeb\xb0\x89\x27\x42\xab\x03\x50\xfe\x7f\xbc\x25\x3b\x79\x84\xa4\x62\x53\x00\xeb\x28\x97\x39\xe8\x30\x95\x1a\xe4\x8e\x4a\xe9\xe7\xbe\x6e\xe4\x3b\xe2\x70\x95\x6d\x6e\xbe\x9a\x13\x32\x2e\x68\x06\xcb\x45\x51\x8c\x78\x1c\xc8\xbe\x07\x4c\x01\x44\x7e\x56\x62\xa1\x53\x1b\xb2\x82\x9f\xf1\xf4\x3e\xb9\xf0\x52\xbb\xae\xab\xf9\xfa\x1c\xa5\x2e\x11\x27\xf5\x9d\x20\x0a\xce\xda\xd9\xcb\x58\xdd\x59\x77\xb0\x75\x32\x0c\x97\xa9\xa6\xcc\xde\xeb\xb6\x45\x0b\x2d\x0e\x42\x23\xbb\xb1\x24\x7a\xcc\xec\x2c\xaf\x12\xf8\xea\xad\x75\x1e\x1b\xc5\xf1\x47\xaa\x47\x71\xc9\xe1\x46\xdb\x40\xb6\x28\x6a\x2e\x63\x52\x3e\xff\x64\x48\x29\x45\x46\x8a\x3f\xe6\x2c\x9b\x97\x1e\x4b\x6c\x72\x09\x12\xd4\x70\x1d\x06\xd5\xe0\x22\x41\xe3\x4c\xb8\x5e\xa7\xc0\x24\x4c\x52\x9f\x82\xf1\x8d\x8b\xd1\xf5\xd9\x50\x93\x04\x4b\x46\xef\x11\x7a\x0c\x41\x6d\x91\xed\x47\x2a\x5b\xd9\x88\xed\xa9\x5d\xfd\x90\xf4\x6d\xf2\xb7\x77\x88\xc3\xfd\xd2\x2b\x87\xee\x30\x3d\x5f\x92\x3e\x45\x64\x3a\xe8\x00\xc5\x09\x17\x49\xcb\xd1\x8d\x72\x3c\x17\x67\x04\x83\x99\xa5\xd5\x1d\x14\x7b\xd2\xbb\x7d\x09\x16\x2c\xbe\x8b\x42\x75\x2e\x4c\x2a\x7b\x04\xba\x1d\x2f\x3d\x83\x64\x75\x67\xc7\xe6\xc2\x4d\x3a\x3c\xec\xd8\x84\x6c\x48\xc4\x48\xf8\x5a\x02\x2d\xb5\x28\x88\x5e\x69\x93\xc4\x64\x82\xb0\x82\x93\x90\x3a\x57\x69\x85\xc2\x33\x02\x33\xcc\xa4\xd0\xd9\x7e\xb3\x33\xc4\x2e\x8a\x66\x3f\x21\x38\x77\x78\xec\xd1\x8e\xb3\xc4\x86\x29\x57\xd6\xdd\x84\x78\x34\x08\x77\x78\x04\x5a\x71\xf9\xe6\x43\xe3\x11\xed\x8a\x93\x6b\x61\x87\x8a\xf0\xd6\x6d\xb7\x06\xbf\xc3\xe3\x0f\xb4\x4f\x07\xd8\x70\x04\x4a\xb1\xc7\x17\x26\xde\x6c\xeb\x79\xe6\x29\xb9\x86\x78\xec\x79\xd0\x9c\x99\x3b\x19\xed\x15\xbc\x75\x45\x77\x69\xcb\x12\x82\xee\x07\xa9\x7b\x65\xc8\x74\xc8\x2f\x76\xa3\x6d\xfb\x1d\x5e\x16\xab\x19\xf1\xbd\x8a\xcd\x6e\xe3\x55\x43\x2a\x38\xda\x16\x39\x0f\x05\x7e\x4c\xb2\xc5\xaf\x24\xf9\x79\x71\xbd\x78\xb1\x84\x17\xbf\xff\x49\xff\xff\xaf\xff\x7e\x31\x55\x12\x25\x2f\x4d\x99\x0a\x57\xcb\x79\xdb\x89\xc2\x3d\x1e\x6a\xf7\x77\x83\x22\x4b\x16\xa4\xe8\x33\x95\x99\xc9\x58\x88\xfb\x52\x5c\x41\x12\xf6\x9e\x46\xaa\xcb\x93\x4a\x54\xa3\x2c\xbd\xd9\x60\x2a\x51\xcf\x0a\x11\x20\x87\x94\x62\x00\x25\x9d\xad\xb3\x2f\x72\xc4\x7b\xa2\x9f\x06\xa5\x92\x29\xa1\xc6\xa9\xad\x13\x27\xf1\x10\x48\x4a\x77\xc6\x66\x07\x0a\x82\x8e\xa3\x4a\x56\xf5\x89\xc2\x57\xef\x46\x36\x83\xfc\x2f\x04\xc9\x22\x52\xe4\x7b\xf2\x6c\x9e\x0d\xb2\x13\x1f\x83\x94\x3e\x09\x1b\x51\x68\x65\x26\x1b\xcd\x92\xe2\x28\x08\xc4\x10\x12\x24\xdc\x13\xab\x49\x95\x9a\x5d\x8e\x66\xc5\xef\xa7\x60\xbc\x14\xc6\xd8\x6b\x0c\xc7\xc9\x93\x95\x03\x52\x57\x8d\xb4\x80\x5f\x0a\x9b\xae\x29\x95\xd8\xa3\x87\x10\x76\x39\xf8\x49\x25\xb3\x93\x92\xd0\x04\x67\x47\x96\x42\x90\x4b\x36\xc7\xb8\x46\x19\x68\x8c\x1e\x36\x4e\x79\xc9\x36\xa7\x22\x69\xba\xf9\x27\xea\x15\x83\x0a\x91\xb8\x19\xe9\xa2\xe6\x49\x69\xa0\xcb\xba\x44\x0d\xdf\x96\xdd\x1a\x92\xda\xd1\xde\x49\x6a\xce\x60\x98\x06\xe2\xd8\x49\x5d\x53\x51\x0e\x4f\xb7\xed\xba\x54\x7d\x66\x3b\x31\x78\x0c\x01\x03\x67\x04\x39\x1a\x22\x28\xa4\x4b\x6c\xad\xb3\x52\x97\xa3\xef\xf0\x48\xba\x4a\x0b\xae\x49\x70\xbf\x8a\xde\xdc\xec\x97\xe9\x76\x74\x28\x45\xa6\x4c\x6d\x41\x6a\xda\xb9\x90\x4c\x43\xb3\x70\x28\xd8\x3a\xd7\x82\x6e\x51\x11\x4b\xc5\x7f\x9d\x84\x05\xed\xe8\x73\xad\xbd\x00\x4b\xe1\xa2\x34\xfc\x6c\x83\xd3\x5b\x56\xc3\xbd\x84\x17\x08\xf5\xbf\x42\x2a\x61\x0d\x47\xe1\x32\x1b\x87\x16\xa3\xd2\x26\x48\x5d\x4c\xf2\xf7\xe1\xc8\xce\xc9\xb6\x85\x01\xcc\xe5\x42\xf8\xac\x0d\xf9\xb4\x7a\x0c\xca\x07\x14\x3b\x23\x26\x62\x56\x2f\xc8\x21\x89\x48\x97\x08\x62\x74\xc0\x5b\xd8\x2c\x58\xd5\x63\x48\x3a\x19\x72\xd6\xbb\x8a\xef\xe2\xfa\xaf\x2f\xd7\x9f\xd1\x55\x7b\xfc\x6d\x44\x41\x32\x67\xf7\x75\x5e\x54\xe7\xf8\xb2\x14\xe0\x54\xf2\x89\x7f\x7d\x99\x39\x97\x0a\xc8\x9f\x49\x20\x9f\x7e\xd9\xb1\xdf\xa4\xe6\x87\x32\x81\x0b\xcb\xad\x77\xc3\x20\x3e\x90\x0f\x29\x81\x91\x8a\x92\xbc\x6e\xf5\x1e\x6d\x8a\x33\x26\xb8\x2f\x57\xb3\xda\xed\xbd\x68\x37\xb1\x22\x5d\x3f\xc9\x50\x4e\x43\x58\xd8\x72\xb5\x22\xe5\x68\xc2\x85\x89\x3c\xe6\x41\x9d\x1b\xa5\xb5\xfc\xe4\x06\xa1\xf2\x71\x5e\xe6\x27\x2e\x72\x46\x2c\x7d\x09\x26\xa9\xe4\x3b\x67\xa7\x30\x8e\x0a\x1a\xf4\x51\x69\x9b\xf9\xc6\x95\x62\xc2\x78\x73\x4c\xa1\x4b\xaa\x42\xd4\x7f\xf9\xfe\xf5\x8f\xdf\x2c\xbf\x7a\xf3\x7d\x0d\x9d\x51\x5b\x08\x47\x1b\xd5\xbb\x24\x71\x72\xa3\x37\x24\x76\xf5\x14\xfa\xba\xbe\x27\x0e\x31\xab\x52\x87\xfa\x03\xc4\xc8\x8c\x5b\x6d\x29\xaf\xb0\x68\xc8\xd9\x18\x1d\x98\xc8\x5f\x7e\xfa\x3e\xc0\xe0\xb4\xcd\x32\x20\x2b\x21\x2f\x15\x21\x77\x07\x4b\x39\x76\x92\x6b\x49\x9a\x43\x54\x86\x82\x98\xb4\x23\xac\xe0\x8b\xb3\xcd\xd0\x38\x1b\x74\x88\xd2\xd3\x83\x5f\x83\xb3\x33\x2e\x19\x6d\xef\x42\x6a\x91\xa6\x7d\x1e\x07\x17\xb2\x05\xe0\x5e\x01\x77\x66\x28\xeb\xe0\x0c\x92\x6b\xcf\x69\xed\x1e\x7d\x20\xda\x45\x81\x13\x82\x4c\x0e\xdf\xd5\x69\x24\x35\xc9\x0c\x93\x5a\x4c\xae\xeb\x3a\xcd\x2d\x8e\x33\xc4\x77\x8e\x2b\x56\xce\xc2\x2b\x1d\xbf\x1d\x37\x2c\xee\x53\xf9\x6a\xab\xe3\x6e\xdc\xac\x1a\xd7\x4b\xcd\xfd\x46\xa2\xe0\x5b\x81\x72\x93\xa0\x3c\x70\x2b\x19\x88\x57\x87\x95\x00\x1a\x03\xfa\xd4\x43\x7c\x0a\x26\x43\x3c\xff\xef\xb6\x27\x7b\xe4\x6f\xf3\xb9\xc4\xe8\xf9\xb5\x33\x5b\xeb\x35\xa8\x72\xeb\x99\xf7\x27\x8c\xd7\xe2\xc6\x1f\x40\x5b\x00\x7a\x54\x2d\x47\xed\x29\x10\x2f\xd6\x88\x4c\xa8\x31\xee\x10\x38\x23\x28\x0c\xce\x09\x9a\xa8\xce\xac\x97\x97\x35\x94\xf2\x54\x64\xc7\x79\x96\xc2\xb1\x37\x34\x59\x5f\xea\x80\x91\x9f\xd4\x4f\xcb\xba\xef\x73\x7c\x7d\x08\x8f\x55\x09\xa3\xd7\x7d\x09\xc5\x67\xf1\x75\x00\x9e\x95\x69\x49\x6c\xe9\xac\x0f\xa9\xeb\xfb\xd1\x9c\xb4\x08\x58\x3b\xc5\x0e\x5e\xdc\x3a\x79\x6c\x8f\x46\x51\xba\x97\x21\xf4\xea\x0e\x4f\xb6\x17\x98\x79\xa5\x91\x29\xa1\x54\xd3\x23\x48\x4b\xee\x0d\x31\x9e\x5c\x83\x1a\x62\x75\x95\xed\xc5\x43\x9d\x94\xdc\xbd\x3a\x69\x27\x4a\x9f\x21\x44\x45\x8e\xb0\x44\x0b\xd5\x95\x6c\x7b\x91\x26\x56\xe0\x41\x5e\x00\x93\x44\xf1\x67\x71\x59\x1e\x7b\x64\x77\x20\x76\x76\x86\x04\x27\x2b\x2a\x44\x88\xba\x9f\x8a\x0c\xfc\x38\x45\xbf\xc9\xd6\x0c\x63\x24\x1b\x1f\x19\xc0\x69\xf9\x67\xf2\x23\x5b\xa5\xed\x0a\x5e\xcf\xcc\xc5\x34\xac\xc1\x36\xe6\xfe\xa4\x80\x0c\x17\xdc\xd6\x8f\x5f\x2d\xc1\xd8\x69\xb2\x46\xc7\x39\x39\xd9\x0e\xa7\x57\xa5\x1b\xd3\x18\x17\xb2\xff\xf7\x78\x93\xfa\xfb\x25\xa0\x7e\x10\xc5\x87\xf1\xcb\x87\x3f\x99\x4c\x10\xa8\xd1\xb6\x2e\x2b\xe7\x59\x85\xcb\xd9\x25\x65\x3a\x6e\x3a\x95\xa7\xab\x54\x17\x91\xf3\x64\x99\x85\x48\x9e\x8c\xc7\x68\x5c\x8e\x89\xd3\x1b\x26\x69\xe6\xee\x96\xf2\x52\x59\x99\xe0\x20\xe0\xda\x6e\xcf\x49\x64\x50\x4f\x52\xf9\x54\xc2\x16\x1a\xef\x8c\x91\xd2\xc4\xd4\xfd\x96\xa7\xb0\x51\xfe\x49\xb3\x20\x4b\x7b\xe5\xb7\xda\xb2\x9e\xd1\x1f\xa4\xea\xe2\x6e\x48\x92\xf6\x1a\x0f\x52\xc3\x0b\x09\xb2\x58\x86\x7b\xe9\x9e\x1a\x06\xef\x54\xb3\x4b\xe5\x11\x6c\xb7\x65\x30\x80\x60\x5c\x22\xe5\x6f\x73\x2c\xc2\x80\xd8\x92\x45\xee\xdd\x68\xb3\x45\x4e\xe3\x36\x42\x11\xa9\xaf\xb3\x98\x7f\x72\x1c\x7e\x09\xec\x27\x09\x6c\xaf\x7c\xcc\xc1\xbf\x6a\x5b\x30\x28\xee\x7a\x56\x36\x60\x3a\x72\x48\xda\x8f\x26\xea\xc1\x94\xae\x65\x2e\xf8\x8b\x9d\x9c\x46\x83\x28\xae\x47\xbf\xc7\x93\xb2\xdb\xbc\xb8\x64\x70\x8f\xe6\x14\xb6\xe2\x0c\x7e\xb4\xb2\x8c\x52\x51\xe3\x9a\xbb\xc7\xcd\x60\x70\x5d\x3c\x78\x35\x90\xec\x7a\x35\x64\x7e\x90\xdd\xe2\xc1\x3c\xe7\xc0\x38\x89\x50\x3a\x1d\x4b\x59\x57\x6a\x10\x4f\x48\xce\x60\x74\x94\xda\x45\xd6\x0c\x75\xaf\x53\x49\x4a\x51\x4a\xa0\x29\xcd\xd5\x94\x4d\x1b\x77\x28\xad\xb9\x44\x3e\x6f\x78\x82\x1c\x5a\xe2\xf5\x76\x17\xa7\x23\x73\xc3\xf5\xd1\x03\x93\xdf\xe4\xad\xb3\x76\xd5\xff\xe5\x68\xae\x9a\x88\x02\x9a\x7a\x0d\xa9\xb2\x1e\x22\xe7\x3e\xdc\x17\xd7\x7c\x73\xc5\x43\x60\x17\x6f\x7e\x1d\x43\x94\xde\xd3\x2c\xfc\x65\xcd\x9d\x15\x61\x7e\x4e\x03\x21\x92\xf4\xeb\x3d\x25\x17\xa5\xcc\x35\x18\xd5\x70\xf9\x26\xe8\x16\xa1\x7e\x7e\xbd\xa8\xcb\x0e\xe9\x31\x97\x4d\xda\x36\x66\x6c\xf9\x9a\x52\x7c\x5d\x2f\x67\x6d\xab\x25\xd4\xdc\xe1\x5b\xf2\x2c\x01\xfd\xe3\x86\x48\xff\x50\xd6\x57\x27\x59\x45\x79\x2a\xbd\x04\x7e\x31\x3f\x21\x92\x17\x4d\x33\xa0\xca\x66\x23\xe8\xf8\x87\x6a\x24\x9a\x24\xbb\x77\x50\xbe\xcd\xb9\x4c\x47\xa2\x9f\x86\x18\x4e\x66\x25\xa7\xdd\xf4\x8b\xb2\xdd\x52\xd5\xe2\x22\x5d\xf3\x48\xa5\xe3\xf9\x75\x26\x71\x01\xcf\xaf\x33\x89\x8b\xeb\xe7\xdc\x89\x59\x2c\x9f\x5f\x37\xce\x2c\xe8\x9d\x30\x7a\xc5\x4a\xbc\xf8\xe3\x62\xa0\xd7\xc5\xf5\xf3\x6b\x37\xc4\x75\x2e\x5f\x2f\xe0\x0f\x98\x9e\xc8\x4d\x4f\xcf\x72\x5f\x75\x71\x5f\x30\xfc\x87\x08\x06\x0b\xe1\x07\x49\xc6\x43\xb4\xd3\xbd\xac\x4f\x6a\x82\x8b\x35\xa4\xdc\x3d\x2c\xe1\x64\xc1\xb7\x68\x86\xc5\x9a\x93\xec\x39\xbe\xa9\xd7\x3b\x8f\x50\xe4\xc5\x23\x45\xe9\x87\xcd\xc2\x4c\x4d\xc6\xa6\x6f\xef\x8d\x61\xcc\xa6\x20\x93\x83\x5f\xc1\x1b\x0b\xbd\x0b\x31\x4d\x02\x86\x52\xb2\x7c\x16\xc6\xd6\x3d\x83\x8d\xe4\xfd\xce\xc2\x97\x3f\x7f\x4d\x2a\x9c\x0a\x4b\xcf\x5a\xa7\xc2\xea\xd9\x49\x6d\x2d\xbd\x6a\xc6\x10\x5d\xaf\xdf\xa7\xf9\x39\xf6\xcd\x1c\xea\xce\x5a\x9c\x69\x60\x95\x53\xa5\x30\x5e\xa2\x85\x8e\x4f\xb4\x70\xd6\x38\xab\xd9\xcb\x83\x69\xa6\x86\xbc\xf2\xa3\xdc\x88\x6a\xd3\xbb\x3d\xf6\x52\x63\xb7\x6a\xaf\xb7\x64\x90\xa6\x78\x98\x99\x8c\x5b\x6d\xb9\xff\x54\x1c\x96\x0a\xa9\x04\x2d\xb3\x4e\x51\x6d\xd8\xdd\x5f\xe3\x6a\xbb\x92\x82\x3a\x57\xc5\x3e\x9d\x41\x72\xb6\xc1\xc5\x69\xc9\x91\xa9\xe7\x0a\x97\xb2\xc7\xc8\xf5\x57\xe9\xab\x11\x5e\x21\x3a\xd9\x9c\xba\xdf\x4f\x58\x7b\xda\xa1\xdf\x63\x9a\x5d\xa0\x3f\x65\x0c\x83\x8f\x17\x7f\x42\x68\xce\x06\x47\x66\x95\xfa\x52\x84\xe6\x99\x86\x0b\x07\x7d\x3a\x1d\x52\xd0\x5a\xcb\xfc\xac\x9c\x30\x2b\x0f\xd2\xa2\x27\x90\x1d\x03\x0e\x5e\xf7\xca\x1f\x6b\xb8\xce\x32\xd0\x8d\x86\xa4\x69\xb4\xfa\xdd\x62\x9d\x06\x99\x02\xc9\x85\x4c\xb4\xf3\x68\xc0\x79\x23\x38\xa9\x64\x02\x36\x2b\x22\xe6\x42\xa6\x8c\x92\x71\xc2\x7c\x6f\xc2\x33\x5d\x46\x29\x2e\x2b\x6e\x16\xe6\x82\x9d\x25\x33\x31\xaf\x4b\x4a\x46\xc6\xe5\xba\x86\xe5\x57\x2a\x77\x8f\x0b\xd8\xbb\x88\xbe\x3f\xcb\xc6\x42\x18\xfb\x59\x6e\x32\x15\x25\x25\x59\x1c\x45\xd6\xd2\x78\x9d\xf3\x7d\xaa\x16\x08\xac\x9b\x4f\x3e\xfb\x17\x1e\x6c\xa9\xc1\xe3\x56\xf9\xd6\x60\xe0\x42\xc3\x21\xc3\xab\x9f\xbf\xfd\xe6\xa7\x1f\xea\xe9\x53\x07\xd5\x44\xa9\x18\x53\xb2\xad\xb4\x95\xb0\xe7\x1b\xd2\x99\xf3\xf6\x6c\xaf\x8e\xa9\xac\x36\xda\x83\xe2\x20\x46\x5a\xa8\x21\x85\xc4\xfe\xa4\x86\xda\x29\xe1\x57\x61\x61\xc2\x38\xbb\x88\x7b\x28\x53\x8a\xd5\x2a\x9f\x07\x95\xbe\x7e\x40\x44\x6e\x6e\x6e\xaa\xea\xdf\x25\x47\xcf\x5f\x23\x70\xae\x97\x6a\x2e\x3c\xcd\x97\x8b\x4e\x79\x5c\xb3\xf4\x40\x73\x09\xd4\xf9\x5c\xe1\xac\xe2\x0e\x7b\xa9\xd5\x4d\x79\x81\x2a\x93\x23\xa5\xde\xc7\x5f\x2f\xf0\xb8\x6b\x9a\x11\x49\x75\x02\x1d\x03\x9a\x6e\x55\x55\xe7\x8d\xaa\xce\x51\xf2\x3f\xab\x06\x49\x01\x58\xa6\xa9\xda\x25\xa0\x6a\x76\x09\x4f\x7b\x0f\xc1\x6a\x42\x90\x80\xf5\xd3\x07\x17\x9c\x77\xdc\xfb\xf6\x81\x9f\x06\xee\xb5\xdc\x61\x0c\x4b\xf8\x6d\x74\x11\xc3\x12\x30\x36\xab\xd5\x4a\x86\x51\xfb\x64\xcb\x12\x0e\x61\x82\x01\xe9\x65\x9e\x94\x56\xb9\x60\x49\x56\x4d\xd9\xed\xa8\xb6\x18\xb8\x15\x1d\x13\xcf\x09\x03\x23\x65\x74\xe2\x77\x96\xf2\xf4\x76\x6a\xfb\xce\x5b\xbe\xe4\x9e\x09\x88\xd1\x56\xa6\x07\x0b\x22\xf8\x8e\xe7\x4d\x36\x12\x7c\x17\x34\x7a\x65\x8f\xa7\xe7\x1b\x1d\xd1\x2b\x0e\xe9\x27\x2a\xda\x3d\x25\xe7\xed\x25\x13\x5f\x1c\xf7\xf7\x69\xa3\x98\x04\xb7\xf5\xaa\xef\xa5\xbc\xe7\xcc\x6a\x72\xad\x73\xb8\x4c\x58\xc2\x8c\x68\x4a\x82\x3b\x77\xb5\xd7\x44\xc9\x36\x7d\xa3\x43\x77\x49\xe0\x5f\x69\xe9\xe3\xf5\xce\xe3\x62\x95\x47\x26\x79\xb2\x5a\x16\x27\xc7\x3a\x9f\xa4\x9c\x26\x6c\xe2\x8e\x00\x9c\x34\x0d\xb8\x56\xfe\x4a\xc7\x29\x64\x74\xfe\xb8\x4c\x95\x89\xae\x03\x81\x21\x16\x84\x47\xb4\x65\x58\x42\xc6\xd0\xc0\x23\x69\x41\x09\xa3\xc9\x6f\x13\x20\x8f\x0d\x45\xcf\x84\x2c\x5d\xbe\x8e\xf7\x46\xb5\x19\x76\xd0\xb6\xc1\x7b\x23\xf9\xab\xaa\xfa\xc2\x1e\x33\xd2\x84\x67\xc0\x98\xad\x68\xee\x7f\xa7\xb6\x53\xc9\x73\x4b\x67\xee\x3c\xdf\x4d\x53\xcc\x81\xab\x74\x10\xdc\x92\x20\x89\x6d\x59\x8a\x61\x39\xfd\x18\xaa\x0c\x86\x10\xf8\x2a\x0f\x42\x95\xd6\xb6\x70\xee\xc5\x34\xab\xc2\x91\xef\x05\x38\xcc\x1e\x42\x3e\x3a\x50\x96\x87\x3b\xaa\x5e\x35\x3b\xfe\x6a\x29\x35\x53\xd9\x53\xc8\xf4\xe7\x1c\xc9\x5c\x2c\x65\x8e\xa5\x3d\xab\xaa\xfa\xe8\x23\x78\x25\x7d\x7c\xae\x47\x73\xf7\x2a\x6f\xac\xaa\x3c\x3a\x2c\x75\x3d\x0c\x13\xd0\x1c\x97\xcb\x10\x80\x39\x42\xaa\x90\x1b\x73\x5c\xc1\xf7\xa9\xec\xd7\xa3\xb2\xa1\xf8\x86\x2a\xcf\x7e\x1f\xb8\x6b\x39\x67\xf4\xbd\x82\xc2\x09\xee\x75\x6a\x32\xab\x58\x46\xe7\xc9\xcd\x56\x1b\x9c\x5f\xe2\x85\x71\x92\x94\xc8\xe6\x5b\x2f\xb8\xca\xe7\x54\x93\xf1\x53\xb6\xad\x44\x16\x85\xce\x62\x57\x2d\xdb\xe9\xf2\x01\xcb\x2f\xa9\xff\x37\x15\x32\x4b\x05\x89\x92\x7e\x8c\xd3\x61\x55\x2e\x7d\xce\x65\x34\x23\xb0\xaa\xaa\xb7\xd3\x90\xb5\x4c\xdb\xcf\x6c\xf9\x6c\xb0\x62\x9a\xe5\x9d\x66\x6a\x66\x2b\xf9\x90\xca\xf1\x47\x2f\x6f\xcf\x30\xc8\xd7\x21\x9f\xb3\xcd\x50\x9e\x45\x37\xf4\xb4\x5e\x55\x55\xfa\x60\xa6\x3e\x63\x7b\x99\x7a\x29\x5d\xa0\x61\x94\x0f\x19\xb2\xd5\xcc\x54\x6e\x8e\x29\x06\x3f\x6a\xbb\xad\x72\xce\xc6\x94\xc8\xf7\x36\x19\xfb\x15\xf0\x77\x7a\x5a\xc6\x14\xa5\xb9\x9a\x8a\x37\x3b\x15\xce\x63\x45\xc9\x63\x2a\xba\x04\x19\x53\x95\xc2\x28\xbc\x72\xf2\x5b\xd8\x53\xc2\x45\xf8\x54\x7c\xc1\xf9\xf2\x9f\xc6\xcd\x51\x9e\xac\xab\xaa\xae\x6b\xa2\xae\xfa\xbd\xba\x7a\xd6\xc5\xf5\xd6\x3d\x5b\xc3\xef\xd5\xd5\xd5\xb3\xf9\xd1\xcf\xd6\xc0\xee\xbb\xba\xfa\x73\x29\xeb\xfc\xb8\x39\xce\x57\xea\xf7\xf8\x6c\x0d\x9f\xa4\x05\x67\x7b\xb9\x9e\x5b\xcd\x17\x7e\x5a\xfd\x49\x27\x57\xd5\x1b\x4f\x8a\xaa\x8d\xf2\xe6\x58\x78\xcb\x13\x0b\xa2\xdd\xc4\xb2\x73\x34\x3f\x5e\x7d\x10\x96\x1f\xaf\xfc\xe6\xff\x01\xc5\xff\x0d\x00\x00\xff\xff\x3d\x63\x2f\x53\x54\x3b\x00\x00"
 
 func runtimeHelpOptionsMdBytes() ([]byte, error) {
        return bindataRead(
@@ -5623,7 +5623,7 @@ func runtimeSyntaxSedYaml() (*asset, error) {
        return a, nil
 }
 
-var _runtimeSyntaxShHdr = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x24\xc8\xb1\x0e\xc2\x20\x10\xc6\xf1\xbd\x4f\x51\x63\x07\xd0\x78\x3e\x42\xa3\x31\x31\xa6\x0e\x5d\xdc\x88\x86\x22\x14\x02\x42\xc3\x59\xa7\x7b\x78\x53\xba\xdc\xff\xbe\x1f\x5a\x1d\x42\xc5\x04\xa0\x6d\x48\xc0\x20\xd1\x92\x80\xe5\x2e\x6f\x56\x25\x2f\x19\x9c\x44\x8d\xeb\x30\x73\x54\x5f\x97\x22\xd2\x94\x93\x71\x41\x17\x3e\x18\x25\x80\x7a\x3f\x16\x99\xfc\xf8\xf1\xa0\x52\x34\x94\xd5\xda\xbe\xbb\x9e\x1f\xb7\xfb\x85\x40\x0f\xb3\x0b\x6f\xd1\xd0\xa9\xef\x0a\xf1\xea\xb9\xdd\xc0\xee\xc8\x74\xfc\xd5\x7b\xde\xb2\x41\xf2\x96\x49\xde\xa2\x65\x35\x35\xbc\xfa\x07\x00\x00\xff\xff\x2c\xdd\xda\xfb\xa6\x00\x00\x00"
+var _runtimeSyntaxShHdr = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x24\x88\xc1\xae\xc2\x20\x14\x44\xf7\xfd\x8a\xbe\xbc\x2e\x40\xe3\xf5\x13\x1a\x8d\x89\x31\x75\xd1\x8d\x3b\xa2\xa1\x08\x85\x40\x69\xc3\xb5\xae\xee\xc7\x1b\xe8\x62\xe6\xcc\x1c\xb4\x3a\x84\x8a\x09\x40\xdb\x90\x80\x41\xa2\x25\x01\xb9\xf3\x4c\xaa\xe0\x25\x83\x93\xa8\x71\x3b\x66\x8d\xea\xe3\xe6\x88\xb4\xa4\xd9\xb8\xa0\x8b\x3e\x18\x25\x80\x7a\x3f\x16\xb3\xf8\x71\xf2\xa0\xe6\x68\x28\xa9\x8d\x7d\x77\x3d\x3f\x6e\xf7\x0b\x81\x1e\x56\x17\xde\xa2\xa1\x53\xdf\x15\xc5\xab\xe7\xff\x1f\xec\x8e\x4c\xc7\x6f\xbd\xe7\x2d\x1b\x24\x6f\x59\xce\xe4\x79\x8b\x96\xd5\xd4\xf0\xea\x17\x00\x00\xff\xff\x2e\xc0\x3f\xcf\xab\x00\x00\x00"
 
 func runtimeSyntaxShHdrBytes() ([]byte, error) {
        return bindataRead(
@@ -5643,7 +5643,7 @@ func runtimeSyntaxShHdr() (*asset, error) {
        return a, nil
 }
 
-var _runtimeSyntaxShYaml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x7f\x8f\x53\xb7\x12\xfd\x7f\x3f\xc5\x25\xbb\x7a\x24\xf0\x92\x07\x3c\x40\xef\xa5\x3f\x52\x0a\x6d\x85\x68\x0b\x52\x5b\x69\xd5\xf5\x42\x1d\x7b\x6e\xae\x7b\xfd\xe3\x62\xcf\xdd\xec\xc2\xe1\xbb\x57\xe3\x2c\xbb\x28\x45\xb4\x6a\x14\x7b\xec\x19\xcd\xcc\x99\xf1\xb9\xd3\x3a\x4f\x7c\x31\xd0\xb2\x29\x1d\x79\x7f\x70\x60\x89\xc9\xf0\xf2\xa0\x69\x9a\x46\x8c\x51\x07\x5a\x36\x93\xa9\x52\x8b\xd2\x1d\x41\xa9\xc5\x5a\x97\x4e\xa4\x08\x39\x67\x53\xc5\x2b\xed\x9d\x2e\x54\x76\x97\x76\x8c\x86\x5d\x8a\x05\x43\x4e\x12\xa7\xaa\xe7\xad\x51\x6a\x81\x17\xfd\xa6\xaa\x86\x7e\x13\xfa\x85\x49\xb1\x45\x36\x3b\xf9\xe2\xd9\x77\x5f\xff\xf2\xf4\xfb\x27\x58\xd0\x7a\x74\xde\x2a\x75\x84\x47\x2f\x9e\x55\xdd\x6c\x52\x51\x75\xa4\x2d\xe5\x65\x33\x79\x79\x78\x63\x71\xeb\x3f\x53\x8a\x67\xcd\xed\xd9\x6a\xba\xd6\xb3\xd5\x54\xcf\x56\xa5\x9b\x36\x38\x9a\x4d\x0e\x0e\xf2\xe8\xa9\xec\x4a\x39\x6c\x7e\x1c\xc3\x9a\x72\xa9\xb7\x79\x63\x52\x2c\xac\x23\x2f\x62\x55\x2f\x9b\x89\x52\xeb\x93\x3b\xf3\xff\x9f\xde\x56\x6a\xbd\x4b\x24\x5e\x8f\x53\xb4\x4e\x0a\xd1\xbe\x34\x3a\x5a\x71\xe4\x9c\x7c\xd3\xfa\xb4\xbd\x8c\x55\x58\x33\x05\x8a\xbc\x8b\x32\x35\xba\x10\x6c\x82\x4d\x91\x40\xde\xb5\x20\x5f\x08\x54\xb4\x01\x9d\x3b\x46\xeb\xd0\xa6\x8c\xf7\x3d\x82\x6b\xe1\x22\x7c\x32\xda\x23\x93\xb6\xc8\xc4\x63\x8e\x28\xe4\xc9\x30\x4a\xe7\x5a\x06\x77\x14\xc1\x2e\x10\xc6\xc8\xce\x63\xdb\x39\x4f\xb3\x2b\xb0\xf3\xa6\x0c\x64\x9c\xf6\xbb\xc7\x7a\x0b\xa5\xde\x41\xa9\x29\x94\x9a\x41\xa9\xcf\xa0\xd4\x29\x94\x3a\xc1\x6f\x50\x4a\x29\x48\x63\x3f\xc7\x97\xb8\x81\x2f\xf0\x2f\x28\x85\xd9\x75\xd1\x3f\x09\x15\x1a\x93\x42\xd0\xd1\xbe\xef\xd8\x8e\x25\xbb\x02\x2d\xc8\x74\x09\x74\x3e\xa4\xcc\xf0\xc4\x28\xc4\x18\x83\x2e\x3d\xc6\x58\x88\x67\x7b\x4d\x0c\x21\xc5\xc6\xbb\x38\x9e\x7f\x22\xec\x74\x03\xb7\x99\xad\xf4\xb6\xaf\x64\x81\x95\xad\x75\xd1\x42\xa9\xed\xdb\x3b\xff\xbe\xff\x6e\x93\x69\x40\xef\xbc\xaf\x9b\xf6\xfe\xca\xe2\xa9\x14\x04\xdd\x0b\xa9\xc4\x5e\xc8\xa2\x74\x60\x9d\xf7\xa1\x64\x1a\xd9\xf9\xf2\x09\x1c\x6b\x5d\xe8\xe1\x7d\xc1\x50\xd9\x0f\xa3\x19\xa6\x33\x29\xc2\x74\x9b\x3c\xc0\x74\x21\x59\x98\x2e\x6d\x45\x93\x53\x62\x98\xbe\x8c\x01\x12\x12\x66\x80\x29\x83\x77\x0c\x33\x32\xac\x66\x82\xb5\xb0\x2d\xac\xcb\xb2\x4c\xf2\x29\x17\x39\xd5\xe0\x76\x04\xc5\x33\x69\xa5\x8e\x56\x44\x46\xab\x0d\x0b\x3d\xb4\xb0\xa6\x0d\x8c\x36\x79\x0b\xa1\x3d\xba\x54\xd8\x59\xc8\x5f\xf8\xeb\x3d\x7e\x4f\x42\x1d\x17\x7b\x78\xa1\xd0\xa6\x06\xf5\x05\xc1\x3e\x10\x48\xa1\x97\xb4\xa1\x6f\x5d\x9b\x10\xfa\x98\x2c\x42\xcf\x14\x06\x84\x33\x44\x67\x08\xd1\x23\xa6\x6e\x1c\x10\x87\x9c\x0c\xe2\x18\x24\x65\xb2\x18\x74\x61\xc2\xa0\xb9\x33\x5d\x8f\xc1\xc5\xfe\x02\x43\xc6\x90\x5d\x64\x81\x5c\x0f\x2d\x06\x3e\xc7\xb0\xb5\x95\xb8\x15\x47\x26\xed\xc5\x0b\x39\x20\x07\x49\x9f\xc7\x28\xdd\x2b\xf4\x1a\xd3\xd2\xe9\xbb\x28\x9d\xbe\x77\xef\x7e\x15\x0f\x1e\x8a\xf8\xef\xff\xea\xed\xc1\xdd\x7b\x33\x41\x5d\xba\x5c\xdf\x6f\x6c\x51\x3c\xd1\x80\x22\x3c\xdb\x75\x55\xbe\x36\x14\xb6\x6b\x31\x32\x5f\xa0\x3a\x5c\x44\x03\xd6\xb2\x9c\x07\x13\x81\xa9\xf0\xee\x73\x91\x2d\x8d\x0c\x4e\xa3\xe9\xc0\x19\x9c\x47\x92\x2d\x1a\x79\x1c\xae\xb1\x25\xd0\x58\x7b\x37\xc6\xcb\xb7\x18\xa3\x7b\x8d\x31\xd6\x9a\xc6\x42\xb9\xe0\x4c\x8a\xd9\x1a\x6c\xbb\x24\x4b\x07\x87\x0b\x2a\xfb\x04\xbb\x1a\x18\x4d\xeb\xf5\xa6\x7c\x64\x48\xcc\xe7\x27\x7a\xfe\x66\x7e\x7a\x7b\xf2\xd1\x09\xd2\x54\xb3\x58\x2f\xcd\xce\x52\x64\xd7\xba\xcb\x39\x75\xa4\xd4\xdb\x95\xcc\xaa\x47\xf3\x5f\xf5\xfc\xcd\xab\x1b\x5f\x1d\x1e\xdd\x5a\xcd\x65\x72\xbd\x5b\x4d\xfe\x91\xcf\xfe\x54\x2c\x9c\x5d\xdc\x2c\x2f\xab\x6a\x04\x60\xae\xe0\x26\x93\x2b\x1d\x45\xbb\xa7\x29\xbd\x1b\x6a\x36\xa5\x16\xd7\xda\x0f\xa6\xf0\xfb\xdf\x87\x99\x76\x53\xeb\x71\xa7\xf3\xb5\xeb\xdf\x85\x73\x73\x1f\xcd\xcd\xfd\xb4\xcd\xc9\xe9\x75\xb4\x50\x5b\xfc\xa7\x28\xd3\x97\x50\xaa\xcc\x0e\xf7\x83\x1d\xfd\x45\x0d\x9c\x6c\x12\xf7\x9f\x9f\x3f\x79\x8e\xe3\xe3\x63\x7c\xfb\xf4\xf8\x87\x6f\x66\x4b\xe9\xe7\x1f\x01\x00\x00\xff\xff\x27\x37\x38\x81\x58\x07\x00\x00"
+var _runtimeSyntaxShYaml = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x7f\x8f\x53\xb7\x12\xfd\x7f\x3f\xc5\x25\xbb\x7a\x24\xf0\x92\x07\x3c\x40\xef\xa5\x3f\x52\x0a\x6d\x85\x68\x0b\x52\x5b\x69\xd5\xf5\x42\x1d\x7b\x6e\xae\x7b\xfd\xe3\x62\xcf\xdd\xec\xc2\xe1\xbb\x57\xe3\x2c\xbb\x28\x45\xb4\x6a\x14\x7b\xae\x67\x34\x33\x67\xc6\xc7\xd3\x3a\x4f\x7c\x31\xd0\xb2\x29\x1d\x79\x7f\x70\x60\x89\xc9\xf0\xf2\xa0\x69\x9a\x46\x8c\x51\x07\x5a\x36\x93\xa9\x52\x8b\xd2\x1d\x41\xa9\xc5\x5a\x97\x4e\xa4\x08\xf9\xce\xa6\x8a\x57\xda\x3b\x5d\xa8\xec\x0e\xed\x18\x0d\xbb\x14\x0b\x86\x9c\x24\x4e\x55\xcf\x5b\xa3\xd4\x02\x2f\xfa\x4d\x55\x0d\xfd\x26\xf4\x0b\x93\x62\x8b\x6c\x76\xf2\xc5\xb3\xef\xbe\xfe\xe5\xe9\xf7\x4f\xb0\xa0\xf5\xe8\xbc\x55\xea\x08\x8f\x5e\x3c\xab\xba\xd9\xa4\xa2\xea\x48\x5b\xca\xcb\x66\xf2\xf2\xf0\xc6\xe2\xd6\x7f\xa6\x14\xcf\x9a\xdb\xb3\xd5\x74\xad\x67\xab\xa9\xac\xd0\xcf\x56\xa5\x9b\x36\x38\x9a\x4d\x0e\x0e\xf2\xe8\xa9\xec\xea\x39\x6c\x7e\x1c\xc3\x9a\x72\xa9\xa7\x79\x63\x52\x2c\xac\x23\x2f\x62\x55\x2f\x9b\x89\x52\xeb\x93\x3b\xf3\xff\x9f\xde\x56\x6a\xbd\xcb\x26\x5e\x8f\x53\xb4\x4e\xaa\xd1\xbe\x34\x3a\x5a\x71\xe4\x9c\x7c\xd3\xfa\xb4\xbd\x8c\x55\x58\x33\x05\x8a\xbc\x8b\x32\x35\xba\x10\x6c\x82\x4d\x91\x40\xde\xb5\x20\x5f\x08\x54\xb4\x01\x9d\x3b\x46\xeb\xd0\xa6\x8c\xf7\x8d\x82\x6b\xe1\x22\x7c\x32\xda\x23\x93\xb6\xc8\xc4\x63\x8e\x28\xe4\xc9\x30\x4a\xe7\x5a\x06\x77\x14\xc1\x2e\x10\xc6\xc8\xce\x63\xdb\x39\x4f\xb3\x2b\xb0\xf3\xa6\x0c\x64\x9c\xf6\xbb\x1b\x7b\x0b\xa5\xde\x41\xa9\x29\x94\x9a\x41\xa9\xcf\xa0\xd4\x29\x94\x3a\xc1\x6f\x50\x4a\x29\x48\x77\x3f\xc7\x97\xb8\x81\x2f\xf0\x2f\x28\x85\xd9\x75\xd1\x3f\x09\x1f\x1a\x93\x42\xd0\xd1\xbe\xef\xd8\x8e\x2a\xbb\x02\x2d\xc8\x74\x09\x74\x3e\xa4\xcc\xf0\xc4\x28\xc4\x18\x83\x2e\x3d\xc6\x58\x88\x67\x7b\x4d\x0c\x21\xc5\xc6\xbb\x38\x9e\x7f\x22\xec\x74\x03\xb7\x99\xad\xf4\xb6\xaf\x8c\x81\x95\xad\x75\xd1\x42\xa9\xed\xdb\x3b\xff\xbe\xff\x6e\x93\x69\x40\xef\xbc\xaf\x9b\xf6\xfe\xca\xe2\xa9\x14\x04\xdd\x0b\xb3\xc4\x5e\xc8\xa2\x74\x60\x9d\xf7\xa1\x64\x1a\xd9\xf9\xf2\x09\x1c\x6b\x5d\xe8\xe1\x7d\xc1\x50\x9f\x00\x8c\x66\x98\xce\xa4\x08\xd3\x6d\xf2\x00\xd3\x85\x64\x61\xba\xb4\x15\x4d\x4e\x89\x61\xfa\x32\x06\x48\x48\x98\x01\xa6\x0c\xde\x31\xcc\xc8\xb0\x9a\x09\xd6\xc2\xb6\xb0\x2e\xcb\x32\xc9\xa7\x5c\xe4\xab\x06\xb7\x23\x28\x9e\x49\x2b\x75\xb4\x22\x32\x5a\x6d\x58\xe8\xa1\x85\x35\x6d\x60\xb4\xc9\x5b\x08\xf7\xd1\xa5\xc2\xce\x42\xfe\xc2\x5f\xef\xf1\x7b\x12\xea\xb8\xd8\xc3\x0b\x85\x36\x35\xa8\x2f\x08\xf6\x81\x40\x0a\xbd\xa4\x0d\x7d\xeb\xda\x84\xd0\xc7\x64\x11\x7a\xa6\x30\x20\x9c\x21\x3a\x43\x88\x1e\x31\x75\xe3\x80\x38\xe4\x64\x10\xc7\x20\x29\x93\xc5\xa0\x0b\x13\x06\xcd\x9d\xe9\x7a\x0c\x2e\xf6\x17\x18\x32\x86\xec\x22\x0b\xe4\xfa\xd1\x62\xe0\x73\x0c\x5b\x5b\x89\x5b\x71\x64\xd2\x5e\xbc\x90\x03\x72\x90\xf4\x79\x8c\xd2\xbd\x42\xaf\x31\x2d\x9d\xbe\x8b\xd2\xe9\x7b\xf7\xee\x57\xf1\xe0\xa1\x88\xff\xfe\xaf\x9e\x1e\xdc\xbd\x37\x13\xd4\xa5\xcb\xf5\xfe\xc6\x16\xc5\x13\x0d\x28\xc2\xb3\x5d\x57\xe5\xb5\xa1\xb0\x5d\x8b\x91\xf9\x02\xd5\xe1\x22\x1a\xb0\x96\xe5\x3c\x98\x08\x4c\x85\x77\xcf\x45\xb6\x34\x32\x38\x8d\xa6\x03\x67\x70\x1e\x49\xb6\x68\xe4\x72\xb8\xc6\x96\x40\x63\xed\xdd\x18\x2f\xef\x62\x8c\xee\x35\xc6\x58\x6b\x1a\x0b\xe5\x82\x33\x29\x66\x6b\xb0\xed\x92\x2c\x1d\x1c\x2e\xa8\xec\x13\xec\x6a\x60\x34\xad\xd7\x9b\xf2\x91\x21\x31\x9f\x9f\xe8\xf9\x9b\xf9\xe9\xed\xc9\x47\x27\x48\x53\xcd\x62\xbd\x34\x3b\x4b\x91\x5d\xeb\x2e\xe7\xd4\x91\x52\x6f\x57\x32\xab\x1e\xcd\x7f\xd5\xf3\x37\xaf\x6e\x7c\x75\x78\x74\x6b\x35\x97\xc9\xf5\x6e\x35\xf9\x47\x3e\xfb\x53\xb1\x70\x76\x71\xb3\xbc\xac\xaa\x11\x80\xb9\x82\x9b\x4c\xae\x74\x14\xed\x9e\xa6\xf4\x6e\xa8\xd9\x94\x5a\x5c\x6b\x3f\x98\xc2\xef\x7f\x1f\x66\xda\x4d\xad\xc7\x9d\xce\xd7\xae\x7f\x17\xce\xcd\x7d\x34\x37\xf7\xd3\x36\x27\xa7\xd7\xd1\x42\x6d\xf1\x9f\xa2\x4c\x5f\x42\xa9\x32\x3b\xdc\x0f\x76\xf4\x17\x35\x70\xb2\x49\xdc\x7f\x7e\xfe\xe4\x39\x8e\x8f\x8f\xf1\xed\xd3\xe3\x1f\xbe\x99\x2d\xa5\x9f\x7f\x04\x00\x00\xff\xff\x66\x4a\xed\xb7\x5d\x07\x00\x00"
 
 func runtimeSyntaxShYamlBytes() ([]byte, error) {
        return bindataRead(
index 0c5f156822b13105c917f13e23031617cddbf908..e2a8a574b9b7739ff7eb5bd15017479ecf5378d2 100644 (file)
@@ -117,12 +117,15 @@ Here are the available options:
        default value: `false`
 
 * `fileformat`: this determines what kind of line endings micro will use for
-   the file. UNIX line endings are just `\n` (linefeed) whereas dos line
+   the file. Unix line endings are just `\n` (linefeed) whereas dos line
    endings are `\r\n` (carriage return + linefeed). The two possible values for
    this option are `unix` and `dos`. The fileformat will be automatically
    detected (when you open an existing file) and displayed on the statusline,
    but this option is useful if you would like to change the line endings or if
-   you are starting a new file.
+   you are starting a new file. Changing this option while editing a file will
+   change its line endings. Opening a file with this option set will only have
+   an effect if the file is empty/newly created, because otherwise the fileformat
+   will be automatically detected from the existing line endings.
 
        default value: `unix`