neovim-0.3.7-bp151.3.3.1<>,܉]RJ!M@eee6E'&djg jуjgjmOIlNyT]*j~ya֑^ ;J_<HQr?py>\׈4hI{Em^'ɮu=+E5?gf|/_\<A/#,$<*Sv8[̹3~kU PR"}晑HQM;'BJf.6 ^d}bUmi(,$ӛ?[>AG?Gd   ILPX\u~ 8 $b / E  `ڝ H(Q8X(9(:>(FoCGoXHIXY\0]^&9bc_de f lu$vxw x0`yF%zGHGXG\GaGdGhGnGCneovim0.3.7bp151.3.3.1Vim-fork focused on extensibility and agilityNeovim is a refactor - and sometimes redactor - in the tradition of Vim, which itself derives from Stevie. It is not a rewrite, but a continuation and extension of Vim. Many rewrites, clones, emulators and imitators exist; some are very clever, but none are Vim. Neovim strives to be a superset of Vim, notwithstanding some intentionally removed misfeatures; excepting those few and carefully-considered excisions, Neovim is Vim. It is built for users who want the good parts of Vim, without compromise, and more.]RJbuild77SUSE Linux Enterprise 15openSUSEApache-2.0 AND Vimhttp://bugs.opensuse.orgProductivity/Text/Editorshttps://neovim.io/linuxx86_646^?:I! = GX'UE]V J  S%cji/kfj'' /gGLa0<KTCV Ye_)( \z'Z!}MQGjBѻ ]G:[ 9/ >$  K S (q W j]0uK}r1t["} r'IS`%z0"N.Nf81- D'0@I;gm4x[G%|wYi796*qa3">-Fct(4-DSVv!v $3b ( 5tAaahP?5`/<]{ZJjW$>IK+q0\2,5bF7#tQ1JE>dNrX{(YZ`O4rA."a`J?EjRȾܨ ?=|QM< S"c$  "a,5cd c ]@TT %FxmW_' fkrYK BAhSi Sm u+(Z 5 " ~Z l&Bp_[rToi$s  2Q +"_Z Er( { qIG v1QRP7.] + 60IdTU<E}kaC4 ,9 m# ]jq f F6 ?FwYbKt N3n!]U4 )9J {  u) ``m ;}} eT(b#4' _TfBE#3#7 F \[\ "  +,AZB,9 G MK ~zm"NsrJe }3}#RX_ -z R -w(& = NyY{PRlT ]?  C+ L9o7 zA#FF22  ^I :yV}*7 +#  *.Ul { &{t $Evg^ ?XHG G1M :Y A O2y& d7 5&?!\;|| !| L o _ '!CK2I 0 .AC~^'S(Qt l F@+ V6 ,( L* \. J8F.E"5 j; )6X-)=a <Pf<D \o` E$W*$f6" VXZ )%IE y)4|8@M4LK F ;Vi|$#hWcHV x v  V3H/S|(%(eqA 9Zb/C=6  o5 1oqtCI%Ir M ]Martin Liška Chris Coutinho Martin Liška seanlew@opensuse.orgsean@suspend.netMartin Liška sean@suspend.netMatej Cepl Martin Pluskal Matěj Cepl mcepl@suse.comMatěj Cepl mcepl@suse.comronisbr@gmail.commliska@suse.czmliska@suse.czasn@cryptomilk.orgmichal.vyskocil@gmail.commliska@suse.czmliska@suse.czbwiedemann@suse.comaavindraa@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comsor.alexei@meowr.ruronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.comronisbr@gmail.com- boo#1137443: Add CVE-2019-12735.patch fixing the security bug "Modelines allow arbitrary code execution".- Update to version 0.3.7: * 4553fc5 #10082 vim-patch:8.1.1365: :source should check sandbox (CVE-2019-12735 boo#1137443), removed CVE-2019-12735.patch * 877d539 #10027 genappimage.sh: migrate to linuxdeploy- Update to version 0.3.5: Maintenance release to fix issues found in v0.3.4: * f891131 #9894 options: properly reset directories on 'autochdir' * 9a5488c Remove MSVC optimization workaround for SHM_ALL * 1793ba8 Make SHM_ALL to a variable instead of a compound literal #define * 947069b doc: mention "pynvim" module rename * 46c7e12 #9629 screen: don't crash when drawing popupmenu with 'rightleft' option * f1843c0 vim-patch:8.1.0677: look-behind match may use the wrong line number * 1204421 #8325 :terminal : set topline based on window height * aaa8c3d #9504 :recover : Fix crash on non-existent *.swp- Update to version 0.3.5.- Update to version 0.3.4: * Merge pull request #9492 from bfredl/cul_cole * test: add tests for conceal cursor movement * display: unify ursorline and concealcursor redraw logic * Merge pull request #9490 from bfredl/vim-patch-8.1.0726- Update to version 0.3.3: * Fixes - Merge pull request from jamessan/revert-pynvim - health/provider: Check for available pynvim when neovim mod is missing - python#CheckForModule: Use the given module string instead of hard-coding pynvim - (health.provider)/python: Import the neovim, rather than pynvim, module - #9423 TUI: Konsole DECSCUSR fixup- Remove not used neovim-0.3.1.tar.gz.- Update to version 0.3.2: * Features - clipboard: support Custom VimL functions (#9304) - win/TUI: improve terminal/console support (#9401) - startup: Use $XDG_CONFIG_DIRS/nvim/sysinit.vim if exists (#9077) - support mapping in more places (#9299) - diff/highlight: show underline for low-priority CursorLine (#9028) - signs: Add "nuhml" argument (#9113) - clipboard: support Wayland (#9230) - TUI: add support for undercurl and underline color (#9052) - man.vim: soft (dynamic) wrap (#9023) * API - API: implement object namespaces (#6920) - API: implement nvim_win_set_buf() (#9100) - API: virtual text annotations (nvim_buf_set_virtual_text) (#8180) - API: add nvim_buf_is_loaded() (#8660) - API: nvm_buf_get_offset_for_line (#8221) - API/UI: ext_newgrid, ext_histate (#8221) * UI - TUI: use BCE again more often (smoother resize) (#8806) - screen: add missing status redraw when redraw_later(CLEAR) was used (#9315) - TUI: clip invalid regions on resize (#8779) - TUI: improvements for scrolling and clearing (#9193) - TUI: disable clearing almost everywhere (#9143) - TUI: always use safe cursor movement after resize (#9079) - ui_options: also send when starting or from OptionSet (#9211) - TUI: Avoid reset_color_cursor_color in old VTE (#9191) - Don't erase screen on :hi Normal during startup (#9021) - TUI: Hint wrapped lines to terminals (#8915) * FIXES - RPC: turn errors from async calls into notifications - TUI: Restore terminal title via "title stacking" (#9407) - genappimage: Unset $ARGV0 at invocation (#9376) - TUI: Konsole 18.07.70 supports DECSCUSR (#9364) - provider: improve error message (#9344) - runtime/syntax: Fix highlighting of autogroup contents (#9328) - VimL/confirm(): Show dialog even if :silent (#9297) - clipboard: prefer xclip (#9302) - provider/nodejs: fix npm, yarn detection - channel: avoid buffering output when only terminal is active (#9218) - ruby: detect rbenv shims for other versions (#8733) - third party/unibilium: Fix parsing of extended capabilitiy entries (#9123) - jobstart(): Fix hang on non-executable cwd (#9204) - provide/nodejs: Simultaneously query npm and yarn (#9054) - undo: Fix infinite loop if undo_read_byte returns EOF (#2880) - 'swapfile: always show dialog' (#9034)- Add to the system-wide configuration file extension of runtimepath by /usr/share/vim/site, so that neovim uses other Vim plugins installed from packages. - Add /usr/share/vim/site tree of directories to be owned by neovim as well.- Use cmake macro for building- Switch used to LuaJIT and run SPEC file through spec-cleaner.- Put the system-wide config in /etc, and just a symlink to $VIM (hopefully finally fixes boo#1098800)- Proper name of the systemwide configuration file is sysinit.vim not init.vim and it should be stored in /usr/share/nvim/sysinit.vim not in /etc/xdg/nvim.- Add default system-wide configuration file to /etc/xdg/nvim/init.vim (boo#1098800) - Add proper location of the default SPEC file templates - Add some packages needed for more robust builds * neovim.patch fix building system * neovim-0.1.7-bitop.patch for use external bit module * neovim-0.2.0-gcc-prototype.patch fix build issue on ppc64- Update to version 0.3.1: * Features - 07499a8 #8709 man.vim: C highlighting for EXAMPLES section - 07f82ad #8699 TUI: urxvt: also send xterm focus-reporting seqs - 40911e4 #8616 API: emit nvim_buf_lines_event from :terminal - c46997a #8546 fillchars: Add "eob" flag * Fixes - 74d19f6 #8576 startup: avoid blank stdin buffer if other files were opened - 4874214 #8737 Only waitpid() for processes that we care about - cd6e7e8 #8743 Check all child processes for exit in SIGCHLD handler - c230ef2 #8746 channel.c: Prevent channel_destroy_early() from freeing uninitialized rpc stuff - 0ed8b12 #8681 transstr_buf: fix length comparison - d241f27 #8708 TUI: Fix standout mode - 9afed40 #8698 man.vim: fix for mandoc - e889640 #8682 provider/node: npm --loglevel silent - 1cbc830 #8613 API: nvim_win_set_cursor: set curswant - bf6048e #8628 checkhealth: Python: fix VIRTUAL_ENV check - 3cc3506 #8528 checkhealth: node.js: also search yarn * Changes - b751449 #8619 defaults: shortmess+=F - 1248178 #8578 highlight: high-priority CursorLine if fg is set. - 01570f1 #8726 terminal: handle &confirm and :confirm on unloading - 56065bb #8721 screen: truncate showmode messages - bf2460e #7551 buffer: fix copying :setlocal options - c1c14fa #8520 Ex mode: always "improved" (gQ) - 050f397 #7992 options: remove 'maxcombine` option (always 6) * Internal - 463da84 #7992 screen: use UTF-8 representation- Require exact version of libtermkey1 because it does not bump SONAME (boo#1100496).- Remove update-alternatives as it's not 1:1. Upstream is not willing to do that: https://github.com/neovim/neovim/issues/8535- Update to version 0.3.0- Add a support for update-alternatives, so users can change their "vim" to neovim - Mark LICENSE file as %license- The library bump fixes boo#1094627.- Require libtermkey version >= 0.20.- Make build result independent from build hostname and username- Update to version 0.2.2: * Features + 'viewoptions': add "curdir" flag + node.js remote-plugin support + :checkhealth : validate 'runtimepath' * Fixes + :terminal : fix crash on resize + work around gnome-terminal memory leak + 'guicursor': use DECSCUSR for xterm-likes + 'os_open: UV_EINVAL on NULL filename' + :checkhealth : fix check for npm and yarn + health.vim: normalize slashes for script path + cmake: install runtime/rgb.txt + runtime: syntax error in `runtime/syntax/tex.vim` + tutor: some fixes + windows: provider: Detect(): return *.cmd path * Changes + remove legacy alias to `v:count` + runtime: revert netrw update + defaults: scrollback=10000 + process_close(): uv_unref() detached processes- Change license to `Apache-2.0 AND Vim` as per babelworx request.- Run spec-cleaner. - Remove files `neovim.svg` and `neovim.desktop` since upstream included `nvim.png` and `nvim.desktop` that provide the same functionality. - Update to version 0.2.1: * Features - 0e873a3 Lua(Jit) built-in #4411 - 5b32bce Windows: `:terminal` #7007 - 7b0ceb3 UI/API: externalize cmdline #7173 - b67f58b UI/API: externalize wildmenu #7454 - b23aa1c UI: 'winhighlight' #6597 - 17531ed UI: command-line coloring (`:help input()-highlight`) [#6364] - 244a1f9 API: execute lua directly from the remote api #6704 - 45626de API: `get_keymap()` #6236 - db99982 API: `nvim_get_hl_by_name()`, `nvim_get_hl_by_id()` [#7082] - dc68538 menu_get() function #6322 - 9db42d4 :cquit : take an error code argument #7336 - 9cc185d job-control: serverstart(): support ipv6 #6680 - 1b7a9bf job-control: sockopen() #6594 - 6efe84a clipboard: fallback to tmux clipboard #6894 - 6016ac2 clipboard: customize clipboard with `g:clipboard` [#6030] - 3a86dd5 ruby: override ruby host via `g:ruby_host_prog` #6841 - 16cce1a debug: $NVIM_LOG_FILE #6827 - 0cba3da `:checkhealth` built-in, validates $VIMRUNTIME #7399 * Fixes - 105d680 TUI: more terminals, improve scroll/resize #6816 - cb912a3 :terminal : handle F1-F12, other keys #7241 - 619838f inccommand: improve performance #6949 - 04b3c32 inccommand: Fix matches for zero-width #7487 - 60b1e8a inccommand: multiline, other fixes #7315 - f1f7f3b inccommand: Ignore leading modifiers in the command [#6967] - 1551f71 inccommand: fix 'gdefault' lockup #7262 - 6338199 API: bufhl: support creating new groups #7414 - 541dde3 API: allow K_EVENT during operator-pending - 8c732f7 terminal: adjust for 'number' #7440 - 5bec946 UI: preserve wildmenu during jobs/events #7110 - c349083 UI: disable 'lazyredraw' during ui_refresh. #6259 - 51808a2 send FocusGained/FocusLost event instead of pseudokey [#7221] - 133f8bc shada: preserve unnamed register on restart #4700 - 1b70a1d shada: avoid assertion on corrupt shada file #6958 - 9f534f3 mksession: Restore tab-local working directory #6859 - de1084f fix buf_write() crash #7140 - 7f76986 syntax: register 'Normal' highlight group #6973 - 6e7a8c3 RPC: close channel if stream was closed #7081 - 85f3084 clipboard: disallow recursion; show hint only once [#7203] - 8d1ccb6 clipboard: performance, avoid weird edge-cases #7193 - 01487d4 'titleold' #7358 - 01e53a5 Windows: better path-handling, separator (slash) hygiene #7349 - 0f2873c Windows: multibyte startup arguments #7060 * Changes - 9ff0cc7 :terminal : start in normal-mode #6808 - 032b088 lower priority of 'cursorcolumn', 'colorcolumn' #7364 - 2a3bcd1 RPC: Don't delay notifications when request is pending #6544 - 023f67c :terminal : Do not change 'number', 'relativenumber' [#6796] - 1ef2d76 socket.c: Disable Nagle's algorithm on TCP sockets [#6915] - 6720fe2 help: `K` tries Vim help instead of manpage #3104 - 7068370 help, man.vim: change "outline" map to `gO` #7405- Run spec-cleaner. - Add `libnsl` as a build requirement. The new glibc version in Factory deprecated support to libnsl.- Run spec-cleaner. - Update to version 0.2.0: * Features - bc4a2e1 help, man.vim: "outline" (TOC) feature #5169 - 58422f1 'guicursor' works in the TUI (and sends info to UIs) [#6423] - 129f107 api: nvim_get_mode() #6247 - 0b59f98 api/ui: externalize tabline #6583 - bc6d868 'listchars': Whitespace highlight group #6367 - 6afa7d6 writefile() obeys 'fsync' option #6427 - c60e409 eval.c refactor (also improves some error messages) [#5119] - 9d200cd getcompletion("cmdline") #6376 - 2ea7bfc terminal: Support extra arguments in 'shell'. #4504 - bf51102 DirChanged autocmd #5928 #6262 - 1743df8 'cpoptions': "_" flag to toggle cw behaviour #6235 - 22337b1 CTRL-R omits trailing ^M when pasting to cmdline [#6137] - 0e44916 :edit allows unescaped spaces in filename #6119 - abdbfd2 eval: Add id() function and make printf("%p") useful [#6095] - bdfa147 findfile(), :find, gf work in :terminal. #6009 - 2f38ed1 providers: Disable if g:loaded_* exists. - b5560a6 setpos() can set lowercase marks in other buffers [#5753] - 7c513d6 Throttle :! output, pulse "..." message. #5396 - d2e8c76 v:exiting #5651 - :terminal improvements #6185 #6142 * cursor keeps position after leaving insert-mode. 4ceec30 * Follows output only if cursor is at end of buffer. e7bbd35 * new option: 'scrollback' fedb844 quasi-support for undo and * 'modifiable' b45ddf7 disables 'list' by default disables * 'relativenumber' by default - :help now contains full API documentation at :help api. - man.vim saw numerous improvements. - Windows support: * Windows is no longer "experimental", it is fully supported. * Windows package includes a GUI, curl.exe and other utilities. * :terminal is not supported on Windows, yet. (Planned for 0.2.1) * Security fixes - CVE-2017-5953 - CVE-2017-6349 - CVE-2017-6350 - #6485 * Changes - NVIM_TUI_ENABLE_CURSOR_SHAPE was removed. Use 'guicursor' instead. See https://github.com/neovim/neovim/wiki/Following-HEAD#20170402 - 81525dc 'mouse=a' is no longer the default. (This may change again after it is improved.) #6022 - 0c1f783 defaults: 'showcmd', 'belloff', 'ruler' #6087 - eb0e94f api: {get,set}_option update local options as appropriate #6405 - bdcb2a3 "Reading from stdin..." message was removed. #6298 * Fixes - 12fc1de ops: fix i with multi-byte text #6524 - dd391bf Windows: system() and friends #6497 - 13352c0 Windows: os_get_hostname() #6413 - 16babc6 tui: Less-noisy mouse seqs #6411 - 3a9dd13 (vim bug) folding edge-cases #6207 - f6946c6 job-control: set CLOEXEC on pty processes. #5986 - d1afd43 rplugin: Call s:LoadRemotePlugins() on startup. - 1215084 backtick-expansion works with shell=fish #6224 - e32ec03 tui: Improved behavior after resize. #6202 - 86c2adc edit.c: CTRL-SPC: Insert previously-inserted text. [#6090] - c318d8e b:changedtick now follows VimL rules #6112 - 34e24cb terminal: Initialize colors in reverse order #6160 - e889917 undo: Don't set b_u_curhead in ex_undojoin() #5869 - d25649f undo: :earlier, g-: Set b_u_seq_cur correctly. (#6016) - 043d8ba 'Visual-mode put from @. register' #5782 - 42c922b open_buffer(): Do BufEnter for directories. - 50d0d89 inccommand: Preview :sub commands only after delimiter #5932 - 1420e10 CheckHealth improvements #5519 - c8d5e92 jobstart(): Return -1 if cmd is not executable. #5671- Update to version 0.1.7: * Features - 0213e99 PR #5561 'inccommand' * Fixes - c685879 PR #5632 SECURITY FIX - d28d108 CheckHealth: Fix version comparison. - 7be113d PR #5670 shell_write_cb: Schedule error message. - 1d45637 jobs: ensure calling jobclose() on a pty job sends SIGHUP. - 36c0ec6 tui/suspend_event(): set STDIN to "blocking" - 7a4d069, cf52b88 man.vim: avoid errors in unusual circumstances - ed19873 PR #5546 ex_global: Catch CTRL-C even if it is mapped. * Changes - 9147331 PR #2905 encoding: only allow encoding=utf-8 - 5f02608 PR #5636 build: Upgrade jemalloc - f1fed42 PR #5567 l10n: Update Ukrainian translation- Update to version 0.1.6: * Features: - 0b5a7e4 #4432 API: external UIs can render custom popupmenu - c6ac4f8 #4934 API: call any API method from vimscript - 31df051 #4568 API: nvim_call_atomic(): multiple calls in a single request - b268ba3 #5424 API: nvim_win_get_number(), nvim_tabpage_get_number() - e7e2844 has("nvim-1.2.3") checks for a specific Nvim version - 522b885 #5295, #5493 `:CheckHealth` checks tmux, terminfo, performance - 719dae2 #5384 events: allow event processing in getchar() - f25797f #5386 API: metadata: Nvim version & API level - 22dfe69 #5389 API: metadata: "since", "deprecated_since" - 605e743 Added QuickFixLine highlight group * Changes: - 4af6ec7 #5253 perf: Disable clipboard in do_cmdline() - 6e9f329 #5299 perf: Skip foldUpdate() in insert-mode. - 9d4fcec #5426 perf: Do not auto-update folds for some foldmethods. - eeec0ca #5419 tui: Default to normal-mode cursor shape. * Fixes: - e838452 #5436 tui: Fix "weird characters" / "bleeding termcodes" - 10a54ad #5243 signal_init: Always unblock SIGCHLD. - bccb49b #5316 eval.c: Fix memory leak for detached pty job - 626065d #5227 tchdir: New tab should inherit CWD. - cd321b7 #5292 getcwd(): Return empty string if CWD is invalid. - 6127eae shada: Fix non-writeable ShaDa directory handling - ca65514 #2789 system(): Respect shellxescape, shellxquote - 2daf54e #4874 Restore vim-like tab dragging - 0c536b5 #5319 syntax.c: Support bg/fg special color-names. - 3c53371 #4972 from justinmk/schedule-ui_refresh - 68bcb32 #4789 tui.c: Do not wait for tui loop on teardown. - c8b6ec2 #5409 v:count broken in command-line window - 6bc3bce #5461 fix emoji display - 51937e1 #5470 fix :terminal with :argadd, :argu - 79d77da #5481 external UIs: opening multiple files from command-line - 657ba62 #5501 rplugin: resolve paths in manifest file - 6a6f188 #5502 system('foo &', 'bar'): Show error, don't crash. - 1ff162c #5515 os_nodetype: open fd with O_NONBLOCK - 2a6c5bb #5450 modeline: Handle version number overflow. - 0ade1bb #5225 CI tests now run against Windows! - Add gperf as a build dependency.- Update to version 0.1.5: * Breaking changes: + 'termguicolors' option enables "true color". NVIM_TUI_ENABLE_TRUE_COLOR is now ignored. + Remove ":oldfiles!", replaced by Vim's ":browse oldfiles". * Features: + Full :ruby support! + timers: timer_start(), timer_stop(). + :CheckHealth command. + file: Add buffered reading and writing. Much faster shada file reading (important for startup time). + jobstart() learned 'rpc': - jobs and RPC channel IDs share the same "namespace". - jobstart() can start RPC channels, which allows scripts to handle 'stderr' on a RPC channel, like a typical non-RPC job. - jobpid()/jobstop() works on RPC jobs. - Deprecates rpcstart(). + man.vim rewrite: - :Man command is enabled by default. - New features: completion, window handling, better parsing, and more. + capture() function (renamed to execute()) - Supports nesting, including nested :redir. + rplugin manifest: default to XDG dir. + Better handling of mouse-clicks on concealed chars. + terminal: Ensure b:term_title always has a value. + tui: Assume 256 colours in most cases. + Always resize the :terminal. + api_info(). + allow setting cwd in jobstart(), termopen(). + support "special" highlight (undercurl). + mouse: Implement horizontal scroll. * Fixes: + Prevent data loss for process output streams. + 'process.c: Fix block in teardown'. + Prevent endless loop in printdigraph() (gh#neovim/neovim#5215). + timers: Avoid crash after processing events. + Set the default value for 'packpath'. + Restore double click. + readfile(): Less-disruptive readonly check. Fixes an issue where nvim unnecessarily "touched" open files. + Handle very long $XDG_DATA_DIRS. + option: Do not expand options in XDG vars. + server_init: Handle server_address_new() failure. + Fix v:register for clipboard=unnamed,unnamedplus. + 'Trigger TabNewEntered with T'. + synIDattr(): Return RRGGBB value for fg#. - Correct group: Productivity/Text/Editors. - Separate locales into neovim-lang. - Some spec cleanup.- Update to version 0.1.4. - Run spec-cleaner in `neovim.spec`. - Replace lua51-MessagePack build dependency to lua51-mpack. - Changelog: Features: * 5ebffaa :tcd for tab-local working directory (like :lcd, but for tabs) * d835c03 remote/define.vim: support remote function "range" * 007d573 json_encode/json_decode (with sophisticated error detection) #4131 * b50afb4 clipboard: support "lemonade" tool Fixes: * cc1beec eval.c: Fix heap corruption error. #4592 * 4043725 mbyte.c: Fix invalid memory access in utfc_ptr2char_len #4574 * 4eb5827 Enable syntax/filetype by default. #4558 Changes: * 5c6592f v:windowid is writeable (useful for GUIs) #4608A- Change icon 'neovim.svg' installation directory from %{_datadir}/pixmaps/%{name}.svg to %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg as per dimstar request. - Fix neovim.changes indentation.- Remove unneeded patches that were applied by upstream: * neovim_fix_locale_dir_01.patch * neovim_fix_locale_dir_02.patch - Update to version 0.1.3. - Changelog: Features: * f2ae5a9 Add TextYankPost and TextDeletePost autocmds * 44b2cef bufhl: new mechanism for plugins to add highlights to a buffer * 39c3842 Make set{qf,loc}list() take {title} * 77a7ca4 'shortmess': Add "F" flag. #4446 * 99d4c8c keymap: Support (super/command key). Fixes: * 14c9b30 terminal.c: temporary fix for incorrect paste handling Notable changes: * 50e129f defaults: Enable syntax and filetype plugins. * 4e39eee upgrade libvterm (improves terminal reflow)- Backport two patches that fix translations in Neovim: * neovim_fix_locale_dir_01.patch * neovim_fix_locale_dir_02.patch - Update to version 0.1.2. - Changelog: Features: * ef66249 tabline: Add %[] atom to the tabline, for random commands on click * f338ea7 job control: implement jobpid() to get PID of job * d0d5d17 job control: add 'detach' option to jobstart * 7ad3f07 Add support for binary numbers Fixes: * 291495a regexp_nfa.c: Speed up find_match_text() * 317d5ca input: Do not set high-bit; preserve ALT modifier. * 3b7c409 shell: Unquote &shell* options before using them Notable changes: * 49b06a8 encoding: Always use "utf-8" as default for &encoding * 79a6983 ui: revert "gui_running" hack Other changes: * b4b4536 version: semver.org compliance * c6aa716 reproducible builds: Stop using __{DATE,TIME}__ * 46bd3c0 clipboard: Check $DISPLAY. Prefer xsel. #4150 * f6ecd12 job control: don't kill PTY processes on exit * 49f0417 clipboard: Detach clipboard helper, so contents is kept after nvim exit * 38435e8 python: Add missing I/O methods to RedirectStream * d26b01d eval: Use better error messages when failing to dump values * 62d137c Remove swapsync.- Add neovim desktop file.- Add neovim logo to the package.- Update to version 0.1.1. - Changelog: * shada/msgpack editor plugin #3270 * VimL Dict notifications #3603 * Note: API for this feature may change. * :profile dump, :profile stop #2427 * :oldfiles! #3611 * TermOpen, TermClose events #3653 * fix: shada/viminfo: Do not save unlisted and quickfix buffers [#3581]- Remove xclip of recommended packages list.- Add python-neovim and python3-neovim as recommended packages.- Initial version based on home:darix:neovim/neovimbuild77 1565702730  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGH5JKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnop5rstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~0.3.7-bp151.3.3.10.3.7-bp151.3.3.10.3.7-bp151.3.3.1              !"#$%&'()(**(+ ,,,,,,,,,,,,, ------------------------------- . ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////0//////////////////////////////////////// 1 23322 45678777777nvimsysinit.vimnvimnvim.desktopneovimBACKERS.mdCONTRIBUTING.mdREADME.mdneovimLICENSEnvim.1.gznvimruntimeautoloadRstFold.vimada.vimadacomplete.vimccomplete.vimclojurecomplete.vimcontext.vimcontextcomplete.vimcsscomplete.vimdecada.vimdistft.vimgnat.vimgzip.vimhaskellcomplete.vimhealthhealth.vimnvim.vimprovider.vimhtmlcomplete.vimjavascriptcomplete.vimman.vimmsgpack.vimnetrw.vimnetrwFileHandlers.vimnetrwSettings.vimnetrw_gitignore.vimpaste.vimphpcomplete.vimproviderprovider.vimclipboard.vimnode.vimpython.vimpython3.vimpythonx.vimruby.vimscript_host.rbpython3complete.vimpythoncomplete.vimremotedefine.vimhost.vimrubycomplete.vimrust.vimrustfmt.vimshada.vimspellfile.vimsqlcomplete.vimsyntaxcomplete.vimtar.vimtohtml.vimtutor.vimvimexpect.vimxmlhtml32.vimhtml401f.vimhtml401s.vimhtml401t.vimhtml40f.vimhtml40s.vimhtml40t.vimxhtml10f.vimxhtml10s.vimxhtml10t.vimxhtml11.vimxsd.vimxsl.vimxmlcomplete.vimxmlformat.vimzip.vimbugreport.vimcolorsblue.vimdarkblue.vimdefault.vimdelek.vimdesert.vimelflord.vimevening.vimindustry.vimkoehler.vimmorning.vimmurphy.vimpablo.vimpeachpuff.vimron.vimshine.vimslate.vimtorte.vimzellner.vimcompilerant.vimbcc.vimbdf.vimcargo.vimcheckstyle.vimcontext.vimcs.vimcsslint.vimcucumber.vimdecada.vimdot.vimerlang.vimeruby.vimfortran_F.vimfortran_cv.vimfortran_elf90.vimfortran_g77.vimfortran_lf95.vimfpc.vimg95.vimgcc.vimgfortran.vimghc.vimgnat.vimgo.vimhaml.vimhp_acc.vimicc.vimifort.vimintel.vimirix5_c.vimirix5_cpp.vimjavac.vimjikes.vimmcs.vimmips_c.vimmipspro_c89.vimmipspro_cpp.vimmodelsim_vcom.vimmsbuild.vimmsvc.vimneato.vimocaml.vimonsgmls.vimpbx.vimperl.vimphp.vimpylint.vimpyunit.vimrake.vimrspec.vimrst.vimruby.vimrubyunit.vimrustc.vimsass.vimse.vimsplint.vimstack.vimtcl.vimtex.vimtidy.vimxbuild.vimxmllint.vimxmlwf.vimdelmenu.vimdocapi.txtarabic.txtautocmd.txtchange.txtchannel.txtcmdline.txtdebug.txtdeprecated.txtdevelop.txtdiff.txtdigraph.txtediting.txteval.txtfarsi.txtfiletype.txtfold.txtft_ada.txtft_rust.txtft_sql.txtgui.txthebrew.txthelp.txthelphelp.txtif_cscop.txtif_lua.txtif_pyth.txtif_ruby.txtindent.txtindex.txtinsert.txtintro.txtjob_control.txtmakehtml.awkmaketags.awkmap.txtmbyte.txtmessage.txtmlang.txtmotion.txtmsgpack_rpc.txtnvim.txtnvim_terminal_emulator.txtoptions.txtpattern.txtpi_gzip.txtpi_health.txtpi_matchit.txtpi_msgpack.txtpi_netrw.txtpi_paren.txtpi_spec.txtpi_tar.txtpi_tutor.txtpi_zip.txtprint.txtprovider.txtquickfix.txtquickref.txtrecover.txtremote.txtremote_plugin.txtrepeat.txtrileft.txtrussian.txtscroll.txtsign.txtspell.txtstarting.txtsyntax.txttabpage.txttagstagsrch.txtterm.txttips.txtuganda.txtui.txtundo.txtusr_01.txtusr_02.txtusr_03.txtusr_04.txtusr_05.txtusr_06.txtusr_07.txtusr_08.txtusr_09.txtusr_10.txtusr_11.txtusr_12.txtusr_20.txtusr_21.txtusr_22.txtusr_23.txtusr_24.txtusr_25.txtusr_26.txtusr_27.txtusr_28.txtusr_29.txtusr_30.txtusr_31.txtusr_32.txtusr_40.txtusr_41.txtusr_42.txtusr_43.txtusr_44.txtusr_45.txtusr_toc.txtvarious.txtvi_diff.txtvim_diff.txtvisual.txtwindows.txtfiletype.vimftoff.vimftpluginftplugin.vima2ps.vimaap.vimabap.vimabaqus.vimada.vimalsaconf.vimant.vimarch.vimart.vimaspvbs.vimautomake.vimawk.vimbdf.vimbst.vimbtm.vimbzl.vimc.vimcalendar.vimcdrdaoconf.vimch.vimchangelog.vimchicken.vimclojure.vimcmake.vimcobol.vimconf.vimconfig.vimcontext.vimcpp.vimcrm.vimcs.vimcsc.vimcsh.vimcss.vimcucumber.vimcvsrc.vimdebchangelog.vimdebcontrol.vimdenyhosts.vimdictconf.vimdictdconf.vimdiff.vimdircolors.vimdocbk.vimdockerfile.vimdosbatch.vimdosini.vimdtd.vimdtrace.vimeiffel.vimelinks.vimerlang.vimeruby.vimeterm.vimfalcon.vimfetchmail.vimflexwiki.vimfortran.vimframescript.vimfvwm.vimgdb.vimgit.vimgitcommit.vimgitconfig.vimgitrebase.vimgitsendemail.vimgo.vimgpg.vimgprof.vimgroovy.vimgroup.vimgrub.vimhaml.vimhamster.vimhaskell.vimhelp.vimhgcommit.vimhog.vimhostconf.vimhostsaccess.vimhtml.vimhtmldjango.vimindent.viminitex.vimishd.vimj.vimjava.vimjavascript.vimjproperties.vimjson.vimjsp.vimkconfig.vimkwt.vimld.vimless.vimlftp.vimlibao.vimlimits.vimliquid.vimlisp.vimlogcheck.vimloginaccess.vimlogindefs.vimlogtalk.dictlogtalk.vimlprolog.vimlua.vimm4.vimmail.vimmailaliases.vimmailcap.vimmake.vimman.vimmanconf.vimmarkdown.vimmatlab.vimmf.vimmodconf.vimmp.vimmplayerconf.vimmrxvtrc.vimmsmessages.vimmuttrc.vimnanorc.vimneomuttrc.vimnetrc.vimnsis.vimobjc.vimocaml.vimoccam.vimpamconf.vimpascal.vimpasswd.vimpdf.vimperl.vimperl6.vimphp.vimpinfo.vimplaintex.vimpostscr.vimprocmail.vimprolog.vimprotocols.vimpyrex.vimpython.vimqf.vimquake.vimr.vimracc.vimreadline.vimregistry.vimreva.vimrhelp.vimrmd.vimrnc.vimrnoweb.vimrpl.vimrrst.vimrst.vimruby.vimrust.vimsass.vimsbt.vimscala.vimscheme.vimscreen.vimscss.vimsensors.vimservices.vimsetserial.vimsgml.vimsh.vimshada.vimsieve.vimslpconf.vimslpreg.vimslpspi.vimspec.vimsql.vimsshconfig.vimsudoers.vimsvg.vimsysctl.vimsystemd.vimsystemverilog.vimtcl.vimtcsh.vimterminfo.vimtex.vimtext.vimtmux.vimtreetop.vimtt2html.vimtutor.vimudevconf.vimudevperm.vimudevrules.vimupdatedb.vimvb.vimverilog.vimvhdl.vimvim.vimvroom.vimwast.vimxdefaults.vimxf86conf.vimxhtml.vimxinetd.vimxml.vimxmodmap.vimxs.vimxsd.vimxslt.vimyaml.vimzimbu.vimzsh.vimftplugof.vimindentindent.vimaap.vimada.vimant.vimautomake.vimawk.vimbib.vimbst.vimbzl.vimc.vimcdl.vimch.vimchaiscript.vimchangelog.vimclojure.vimcmake.vimcobol.vimconfig.vimcontext.vimcpp.vimcs.vimcss.vimcucumber.vimcuda.vimd.vimdictconf.vimdictdconf.vimdocbk.vimdosbatch.vimdtd.vimdtrace.vimdylan.vimeiffel.vimerlang.vimeruby.vimeterm.vimfalcon.vimfortran.vimframescript.vimgitconfig.vimgitolite.vimgo.vimhaml.vimhamster.vimhog.vimhtml.vimhtmldjango.vimidlang.vimishd.vimj.vimjava.vimjavascript.vimjson.vimjsp.vimld.vimless.vimlifelines.vimliquid.vimlisp.vimlogtalk.vimlua.vimmail.vimmake.vimmatlab.vimmf.vimmma.vimmp.vimnsis.vimobjc.vimocaml.vimoccam.vimpascal.vimperl.vimperl6.vimphp.vimpostscr.vimpov.vimprolog.vimpyrex.vimpython.vimr.vimreadline.vimrhelp.vimrmd.vimrnoweb.vimrpl.vimrrst.vimrst.vimruby.vimrust.vimsas.vimsass.vimscala.vimscheme.vimscss.vimsdl.vimsh.vimsml.vimsql.vimsqlanywhere.vimsystemd.vimsystemverilog.vimtcl.vimtcsh.vimteraterm.vimtex.vimtf.vimtilde.vimtreetop.vimvb.vimverilog.vimvhdl.vimvim.vimvroom.vimwast.vimxf86conf.vimxhtml.vimxinetd.vimxml.vimxsd.vimxslt.vimyacc.vimyaml.vimzimbu.vimzsh.vimindoff.vimkeymapaccents.vimarabic.vimarabic_utf-8.vimarmenian-eastern_utf-8.vimarmenian-western_utf-8.vimbelarusian-jcuken.vimbulgarian-bds.vimbulgarian-phonetic.vimcanfr-win.vimcroatian.vimcroatian_cp1250.vimcroatian_iso-8859-2.vimcroatian_utf-8.vimczech.vimczech_utf-8.vimdvorak.vimesperanto.vimesperanto_utf-8.vimgreek.vimgreek_cp1253.vimgreek_cp737.vimgreek_iso-8859-7.vimgreek_utf-8.vimhebrew.vimhebrew_cp1255.vimhebrew_iso-8859-8.vimhebrew_utf-8.vimhebrewp.vimhebrewp_cp1255.vimhebrewp_iso-8859-8.vimhebrewp_utf-8.vimkana.vimkazakh-jcuken.vimlithuanian-baltic.vimmagyar_utf-8.vimmongolian_utf-8.vimoldturkic-orkhon_utf-8.vimoldturkic-yenisei_utf-8.vimpersian-iranian_utf-8.vimpersian.vimpinyin.vimpolish-slash.vimpolish-slash_cp1250.vimpolish-slash_cp852.vimpolish-slash_iso-8859-2.vimpolish-slash_utf-8.vimrussian-dvorak.vimrussian-jcuken.vimrussian-jcukenmac.vimrussian-jcukenwin.vimrussian-yawerty.vimserbian-latin.vimserbian-latin_utf-8.vimserbian.vimserbian_cp1250.vimserbian_cp1251.vimserbian_iso-8859-2.vimserbian_iso-8859-5.vimserbian_utf-8.vimsinhala-phonetic_utf-8.vimsinhala.vimslovak.vimslovak_cp1250.vimslovak_iso-8859-2.vimslovak_utf-8.vimtamil_tscii.vimthaana-phonetic_utf-8.vimthaana.vimukrainian-dvorak.vimukrainian-jcuken.vimvietnamese-telex_utf-8.vimvietnamese-viqr_utf-8.vimvietnamese-vni_utf-8.vimluaman.luavimcompat.luamacmap.vimmacroseditexisting.vimjustify.vimless.batless.shless.vimmatchit.vimshellmenu.vimswapmous.vimmakemenu.vimmenu.vimmswin.vimoptwin.vimpackdistoptcfilterplugincfilter.vimjustifypluginjustify.vimshellmenupluginshellmenu.vimswapmousepluginswapmouse.vimtermdebugplugintermdebug.vimvimballautoloadvimball.vimdoctagsvimball.txtpluginvimballPlugin.vimplugingzip.vimhealth.vimman.vimmatchit.vimmatchparen.vimnetrwPlugin.vimrplugin.vimshada.vimspellfile.vimtarPlugin.vimtohtml.vimtutor.vimzipPlugin.vimprintascii.pscidfont.pscns_roman.pscp1250.pscp1251.pscp1252.pscp1253.pscp1254.pscp1255.pscp1257.psgb_roman.pshp-roman8.psiso-8859-10.psiso-8859-11.psiso-8859-13.psiso-8859-14.psiso-8859-15.psiso-8859-2.psiso-8859-3.psiso-8859-4.psiso-8859-5.psiso-8859-7.psiso-8859-8.psiso-8859-9.psjis_roman.pskoi8-r.pskoi8-u.psks_roman.pslatin1.psmac-roman.psprolog.psrgb.txtscripts.vimspellen.utf-8.splsynmenu.vimsyntax2html.vima2ps.vima65.vimaap.vimabap.vimabaqus.vimabc.vimabel.vimacedb.vimada.vimaflex.vimahdl.vimalsaconf.vimamiga.vimaml.vimampl.vimant.vimantlr.vimapache.vimapachestyle.vimaptconf.vimarch.vimarduino.vimart.vimasciidoc.vimasm.vimasm68k.vimasmh8300.vimasn.vimaspperl.vimaspvbs.vimasterisk.vimasteriskvm.vimatlas.vimautodoc.vimautohotkey.vimautoit.vimautomake.vimave.vimavra.vimawk.vimayacc.vimb.vimbaan.vimbasic.vimbc.vimbdf.vimbib.vimbindzone.vimblank.vimbst.vimbtm.vimbzl.vimbzr.vimc.vimcabal.vimcalendar.vimcatalog.vimcdl.vimcdrdaoconf.vimcdrtoc.vimcf.vimcfg.vimch.vimchaiscript.vimchange.vimchangelog.vimchaskell.vimcheetah.vimchicken.vimchill.vimchordpro.vimcl.vimclean.vimclipper.vimclojure.vimcmake.vimcmod.vimcmusrc.vimcobol.vimcoco.vimcolortest.vimconaryrecipe.vimconf.vimconfig.vimcontext.vimcpp.vimcrm.vimcrontab.vimcs.vimcsc.vimcsdl.vimcsh.vimcsp.vimcss.vimcterm.vimctrlh.vimcucumber.vimcuda.vimcupl.vimcuplsim.vimcvs.vimcvsrc.vimcweb.vimcynlib.vimcynpp.vimd.vimdatascript.vimdcd.vimdcl.vimdebchangelog.vimdebcontrol.vimdebcopyright.vimdebsources.vimdef.vimdenyhosts.vimdesc.vimdesktop.vimdictconf.vimdictdconf.vimdiff.vimdircolors.vimdirpager.vimdiva.vimdjango.vimdns.vimdnsmasq.vimdocbk.vimdocbksgml.vimdocbkxml.vimdockerfile.vimdosbatch.vimdosini.vimdot.vimdoxygen.vimdracula.vimdsl.vimdtd.vimdtml.vimdtrace.vimdts.vimdylan.vimdylanintr.vimdylanlid.vimecd.vimedif.vimeiffel.vimelf.vimelinks.vimelmfilt.vimerlang.vimeruby.vimesmtprc.vimesqlc.vimesterel.vimeterm.vimeuphoria3.vimeuphoria4.vimeviews.vimexim.vimexpect.vimexports.vimfalcon.vimfan.vimfasm.vimfdcc.vimfetchmail.vimfgl.vimflexwiki.vimfocexec.vimform.vimforth.vimfortran.vimfoxpro.vimframescript.vimfreebasic.vimfstab.vimfvwm.vimfvwm2m4.vimgdb.vimgdmo.vimgedcom.vimgit.vimgitcommit.vimgitconfig.vimgitolite.vimgitrebase.vimgitsendemail.vimgkrellmrc.vimgnash.vimgnuplot.vimgo.vimgodoc.vimgp.vimgpg.vimgprof.vimgrads.vimgretl.vimgroff.vimgroovy.vimgroup.vimgrub.vimgsp.vimgtkrc.vimhaml.vimhamster.vimhaskell.vimhaste.vimhastepreproc.vimhb.vimhelp.vimhercules.vimhex.vimhgcommit.vimhitest.vimhog.vimhostconf.vimhostsaccess.vimhtml.vimhtmlcheetah.vimhtmldjango.vimhtmlm4.vimhtmlos.vimia64.vimibasic.vimicemenu.vimicon.vimidl.vimidlang.vimindent.viminform.viminitex.viminitng.viminittab.vimipfilter.vimishd.vimiss.vimist.vimj.vimjal.vimjam.vimjargon.vimjava.vimjavacc.vimjavascript.vimjess.vimjgraph.vimjovial.vimjproperties.vimjson.vimjsp.vimkconfig.vimkivy.vimkix.vimkscript.vimkwt.vimlace.vimlatte.vimld.vimldapconf.vimldif.vimless.vimlex.vimlftp.vimlhaskell.vimlibao.vimlifelines.vimlilo.vimlimits.vimliquid.vimlisp.vimlite.vimlitestep.vimloginaccess.vimlogindefs.vimlogtalk.vimlotos.vimlout.vimlpc.vimlprolog.vimlscript.vimlsl.vimlss.vimlua.vimlynx.vimm4.vimmail.vimmailaliases.vimmailcap.vimmake.vimmallard.vimman.vimmanconf.vimmanual.vimmaple.vimmarkdown.vimmasm.vimmason.vimmaster.vimmatlab.vimmaxima.vimmel.vimmessages.vimmf.vimmgl.vimmgp.vimmib.vimmix.vimmma.vimmmix.vimmmp.vimmodconf.vimmodel.vimmodsim3.vimmodula2.vimmodula3.vimmonk.vimmoo.vimmp.vimmplayerconf.vimmrxvtrc.vimmsidl.vimmsmessages.vimmsql.vimmupad.vimmurphi.vimmush.vimmuttrc.vimmysql.vimn1ql.vimnamed.vimnanorc.vimnasm.vimnastran.vimnatural.vimncf.vimneomuttrc.vimnetrc.vimnetrw.vimninja.vimnosyntax.vimnqc.vimnroff.vimnsis.vimobj.vimobjc.vimobjcpp.vimocaml.vimoccam.vimomnimark.vimopenroad.vimopl.vimora.vimpamconf.vimpapp.vimpascal.vimpasswd.vimpcap.vimpccts.vimpdf.vimperl.vimperl6.vimpf.vimpfmain.vimphp.vimphtml.vimpic.vimpike.vimpilrc.vimpine.vimpinfo.vimplaintex.vimpli.vimplm.vimplp.vimplsql.vimpo.vimpod.vimpostscr.vimpov.vimpovini.vimppd.vimppwiz.vimprescribe.vimprivoxy.vimprocmail.vimprogress.vimprolog.vimpromela.vimproto.vimprotocols.vimpsf.vimptcap.vimpurifylog.vimpyrex.vimpython.vimqf.vimquake.vimr.vimracc.vimradiance.vimratpoison.vimrc.vimrcs.vimrcslog.vimreadline.vimrebol.vimredif.vimregistry.vimremind.vimresolv.vimreva.vimrexx.vimrhelp.vimrib.vimrmd.vimrnc.vimrng.vimrnoweb.vimrobots.vimrpcgen.vimrpl.vimrrst.vimrst.vimrtf.vimruby.vimrust.vimsamba.vimsas.vimsass.vimsather.vimsbt.vimscala.vimscheme.vimscilab.vimscreen.vimscss.vimsd.vimsdc.vimsdl.vimsed.vimsendpr.vimsensors.vimservices.vimsetserial.vimsgml.vimsgmldecl.vimsgmllnx.vimsh.vimshada.vimsicad.vimsieve.vimsimula.vimsinda.vimsindacmp.vimsindaout.vimsisu.vimskill.vimsl.vimslang.vimslice.vimslpconf.vimslpreg.vimslpspi.vimslrnrc.vimslrnsc.vimsm.vimsmarty.vimsmcl.vimsmil.vimsmith.vimsml.vimsnnsnet.vimsnnspat.vimsnnsres.vimsnobol4.vimspec.vimspecman.vimspice.vimsplint.vimspup.vimspyce.vimsql.vimsqlanywhere.vimsqlforms.vimsqlhana.vimsqlinformix.vimsqlj.vimsqloracle.vimsqr.vimsquid.vimsrec.vimsshconfig.vimsshdconfig.vimst.vimstata.vimstp.vimstrace.vimsudoers.vimsvg.vimsvn.vimsyncolor.vimsynload.vimsyntax.vimsysctl.vimsystemd.vimsystemverilog.vimtads.vimtags.vimtak.vimtakcmp.vimtakout.vimtap.vimtar.vimtaskdata.vimtaskedit.vimtasm.vimtcl.vimtcsh.vimteraterm.vimterminfo.vimtex.vimtexinfo.vimtexmf.vimtf.vimtidy.vimtilde.vimtli.vimtmux.vimtpp.vimtrasys.vimtreetop.vimtrustees.vimtsalt.vimtsscl.vimtssgm.vimtssop.vimtt2.vimtt2html.vimtt2js.vimtutor.vimuc.vimudevconf.vimudevperm.vimudevrules.vimuil.vimupdatedb.vimupstart.vimupstreamdat.vimupstreaminstalllog.vimupstreamlog.vimupstreamrpt.vimusserverlog.vimusw2kagtlog.vimvalgrind.vimvb.vimvera.vimverilog.vimverilogams.vimvgrindefs.vimvhdl.vimvimvim.vimgenerated.vimviminfo.vimvimnormal.vimvirata.vimvmasm.vimvoscm.vimvrml.vimvroom.vimvsejcl.vimwast.vimwdiff.vimweb.vimwebmacro.vimwget.vimwhitespace.vimwinbatch.vimwml.vimwsh.vimwsml.vimwvdial.vimxbl.vimxdefaults.vimxf86conf.vimxhtml.vimxinetd.vimxkb.vimxmath.vimxml.vimxmodmap.vimxpm.vimxpm2.vimxquery.vimxs.vimxsd.vimxslt.vimxxd.vimyacc.vimyaml.vimz8a.vimzimbu.vimzsh.vimtoolscheck_colors.vimtutorenvim-01-beginner.tutorvim-01-beginner.tutor.jsontutor.tutortutor.tutor.jsonsysinit.vimtemplate.specnvim.pngvimsiteaftersyntaxautoloadcolorsdocftdetectpluginsyntax/etc//etc/nvim//usr/bin//usr/share/applications//usr/share/doc/packages//usr/share/doc/packages/neovim//usr/share/licenses//usr/share/licenses/neovim//usr/share/man/man1//usr/share//usr/share/nvim//usr/share/nvim/runtime//usr/share/nvim/runtime/autoload//usr/share/nvim/runtime/autoload/dist//usr/share/nvim/runtime/autoload/health//usr/share/nvim/runtime/autoload/provider//usr/share/nvim/runtime/autoload/remote//usr/share/nvim/runtime/autoload/xml//usr/share/nvim/runtime/colors//usr/share/nvim/runtime/compiler//usr/share/nvim/runtime/doc//usr/share/nvim/runtime/ftplugin//usr/share/nvim/runtime/indent//usr/share/nvim/runtime/keymap//usr/share/nvim/runtime/lua//usr/share/nvim/runtime/lua/vim//usr/share/nvim/runtime/macros//usr/share/nvim/runtime/pack//usr/share/nvim/runtime/pack/dist//usr/share/nvim/runtime/pack/dist/opt//usr/share/nvim/runtime/pack/dist/opt/cfilter//usr/share/nvim/runtime/pack/dist/opt/cfilter/plugin//usr/share/nvim/runtime/pack/dist/opt/justify//usr/share/nvim/runtime/pack/dist/opt/justify/plugin//usr/share/nvim/runtime/pack/dist/opt/shellmenu//usr/share/nvim/runtime/pack/dist/opt/shellmenu/plugin//usr/share/nvim/runtime/pack/dist/opt/swapmouse//usr/share/nvim/runtime/pack/dist/opt/swapmouse/plugin//usr/share/nvim/runtime/pack/dist/opt/termdebug//usr/share/nvim/runtime/pack/dist/opt/termdebug/plugin//usr/share/nvim/runtime/pack/dist/opt/vimball//usr/share/nvim/runtime/pack/dist/opt/vimball/autoload//usr/share/nvim/runtime/pack/dist/opt/vimball/doc//usr/share/nvim/runtime/pack/dist/opt/vimball/plugin//usr/share/nvim/runtime/plugin//usr/share/nvim/runtime/print//usr/share/nvim/runtime/spell//usr/share/nvim/runtime/syntax//usr/share/nvim/runtime/syntax/vim//usr/share/nvim/runtime/tools//usr/share/nvim/runtime/tutor//usr/share/nvim/runtime/tutor/en//usr/share/pixmaps//usr/share//usr/share/vim//usr/share/vim/site//usr/share/vim/site/after/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:10826/openSUSE_Backports_SLE-15-SP1_Update/c340c123722197aa2b7cf0596ffa88a3-neovim.openSUSE_Backports_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linux                                    directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/l, for GNU/Linux 3.2.0, BuildID[sha1]=e17b4df0c1f7d17a491f69148129ef061a5224cd, not strippedUTF-8 Unicode textASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)HTML document, ASCII textASCII text, with escape sequencesUTF-8 Unicode text, with very long linesRuby script, ASCII textPython script, ASCII text executableNon-ISO extended-ASCII textAlgol 68 source, ASCII textHTML document, ISO-8859 textISO-8859 textC source, ASCII textexported SGML document, ASCII textTeX document, ASCII textASCII text, with overstrikingAlgol 68 source, UTF-8 Unicode textISO-8859 text, with very long linesNon-ISO extended-ASCII text, with LF, NEL line terminatorsDOS batch file, ASCII textPOSIX shell script, ASCII text executablePostScript document text conforming DSC level 3.0Algol 68 source, ASCII text, with very long linesLaTeX 2e document, ASCII textLaTeX document, UTF-8 Unicode text, with very long linesPNG image data, 128 x 128, 8-bit/color RGBA, non-interlaced$RRRR R RR RRRRRRRRRR RR PPPPP PP P P P PPPPPPPRhȭ5Mc $xselutf-844b318fa53366a0320b912c49023f53f1c1132789ec9f53958454656b552c099?7zXZ !t/͠]"k%f4G&AV;ю>XA| ZxUPf&׬,}}fIq/MW_9p>Hvt_#N`С%IJ> km T!ۛ(~W4G6ɮt$pnςrŹDV(jiyVٕs7 KS!D_8a̤"6wVfMYo ;pُhKǪK|񔧬@ٗwi-7D{ضЭ3դ+J9^T̉~XxyX,b89\ӕ?~a׆NwŔ]gL;S|gCb5C9CqRH4fu9`͕* Yw̷k)HU;W}9'I1kեC C 1GaШ(ߠ1vcS/%Rs^B3!I"4W6LuZ۟kS#!uE%98,HXz|罫L| JHjYhԬuHҧH/GN``m +B^ǞD\f/fA"{ٞ<7> M uQ.Ԇf عwgВV.4YPJ:Qte8|9 6yLך^]|j=nׁ \V_*,^xؿYwbe.za}qլ / ǟEtWjs: Gn{S;T^ĝYOi埾͉'wJ$LO+%v/r$V3P* ?+Tq󧒂e#ZaUsE)QWq!#?Az?;,CJ . mOѰ$rTQh*@tuNC%'r{#9ax940SF@7)OҤiMU{\!:RJ?^QSaCx7!T1tQV8iQVF;oQhm<7|=}@xCb~ˈ}OXcր:[>oxOR5a${;~H^/_*?>.5pkEJԮƢX/Nfu0v{U:^3ȓAGFQ=ws'DE4*=y(׭`HWOR/pXz %=/AEʿ z 4y Vϐ%LjXwБG*64`E$U'"H{ǚN&0{܂y[H{[}wJkRg9R0 ,6]Np/{LF@\v_!}Dٯu0 ?jX|TJj!}.[eLh r}b?h:;~'|#~ny)ej]?"t1i^x.3 i~ OlQ@&Lh*-7,O S$Fi9y8ybaMZ?OcRw/_[*/|Qq'?^Jy M~jk7=U6{p's@+0ظ1?=5ڵ_88T~o|BTw]FHD.ՇgTIء5a5 ƴߤ ӂm  R3uIRUl/% mQhbh~R 9?|0l*-J:-J4PWnriH&zzD)V`>J#q{LU& @C^.1pVilGq"~_t;s\^S j/ZX_3=G#%@JNQiڟiJ|ó 遽tїF0hrzSI߅@SVr&.OC7C+6!@Xt9ydZݤ2:Qg ]I 7ꨑCEXob39Bt;Tȿ^{Elgxh?DW㛜=I8 <.ׯ\A=ƐC`tn![ZPYJ oa҃5u[ϮV\{g|Ѳ~~ě#{. ,.*/q"rAznWYKP3$Tv- -4䇲 `m_qɡ )/G?T |8nLmCԆ7g88jE.ZFu6: n:Ȥk%|ĬуFZ0 /JNO'rqK{myV>]D*}qٰ4&2#KL, _I>UFz'$]*n7Zg f:jGH A.No:'IP"iUУYsrB:5XZYP!7cgR#anJ1b>ۗץ*1VsMh-լV0%[lAB7SŶoBhh'иxGrDH^DUZ ?*2dZ`rxȒ v2e!3*R{0ebVwl4 zfK 6S iD"Hqmej q^2ep&Xq YrDoP# IQ#kU9OL}X@2^( n,fuyC^Cg9ZsSGA]@xNɾJ'6ߠ+4iB O{J01 7")ވi;> {( baX|YhĞSO' I#Dcv),l#y*[9KՔ?AG#1eSw+oۧ׍м74*r{=3}4e&,NckEH0{Znn5a}a)$UFz;~HW}f#hL}mVL?U> Ӎs)9<2jKD)(Xyph\R,1YJϹwqЁM em P$l(S93 C\6}l|+\S8LN~$[@鳺ʣb H0^JǟPL; [iJ>O>{.OB|-m'tU_q8N*#+X_! Q͈ 5c!>jЉ/j^E]2L0YP/"&? g) i:z9?alX7ϊs~@NGm37T+k=CV)̚[B $>\% Mh 5C}TE!sd)KHDL8ejgq8pA.]mͻ'y oWCvnUΙğQpܲUf]A%֒Z-S@赇Z|Pe-lq~(_^tMD 6kNV66D+ LfnsA7dm4[d#]fMs?67DbYX)@;9D^(M),`A rcRôh&Ѩ5&53w%wsE}|B( x2>YuN݋ǁ(Ķ*K5 & i5{ORPfs-T DD(X h4@͛+Hw^Ɯ(d$HRH^IEK[p';qKuf!Q,{S~t/XSszW 50Sbf@X%ւIMv{ Nߣ;ݨ[O|/Ϛ%1_\*GQz$qڌ>7!:O` mmxی`O@+r^I*~x]Wq}B}(lI3rUkOwqQ0D*]Ǿ7,qP*ilfK)cjxP+{&T#I%^ o:Cwx ec%55.n6b0GT,׶|7VqyIf;džj7ȵ|9:dXB)%TNpr[EQizMzii|/;T{RҸkX ֘r;Dt]zc^鰖6K~{̊TĒ>c58n e a/T]4ut87hE.s~e C"D8hz{6l{ITW5)wi|CliOwPAm,kcqu$EVo=EJ6)ItbA܊fs,g绪"`NM +Eُ_J f 5Rx92T^;&(!;_JMpZNT@גx t.[i:k4҆:=V-ZP*h9Kq*/K&I56!.C<`TQ6tMrQiˇh(cEִvS6"LqFfmP[m+E"[9@4|8V/joI׬RƦ,|gDa;Ghmp,Co;ꌙO^uj[xj Ya[ \gRṗ]=v@{n@4}MX;XصE55/':0^ncg@{^BkSڠr[JB }2 +^38gJ8XT>b;t:,h$߼^RBܡ"5bkbWQj'ځLgR~8(0wt*X"Rޖf^>1Ҿɖ̔RQ jbc}Զ~]w 0 4:M[sv0 <ZэYۋ+8"mE]&|d4S2Bjw3Xbur9CTwA з6[čcc:6,,ƚy,a 2=T9 W<,Sb{7\b6dn#󟾁Žs%|5t!񳂈 0Q>Kִ֐b`*Q^ws2N`'N#k-ΆoUt 9CV[oFզjsQ0΄ePEOS9l6]&NQ|b@11k4fujT>Kr 0KhORX.ػvPe, eUSgO7"?ԧ}GI(&TR(H_ԒG͕=?SF\5\9ǩ%2%/sv@.%+L'rvNGo22 XZymۢ۝"NTQPY!w5Kw:|jH i.6,g$#!\ {%lȹ"QǼݧ\[du"Zp|viG:::Ct'Qcf,+͢LVygÖP. Y֖{)0XNhy9 yCa#;I ՚_B%:^%C?_'o3y݀)&d+uBK~ո~\l!e*AN K`M@0ؔx?!Iޛ#4ig| '=seѾՀ;4^KKσX|'g|ec*M,!'t`nя]<6_@t:+Iߛ|>eK2t&ac{:0zcl̮eZDo7{֫<\\0n#,`їo/ٛM>x^$ `̈j GýZ^pbfc%sLgY;p˲ qhA|%8 g,&WR4S XC Ex7,qXc+w^-!XRd*C4U'n`vDLFHa [j\aN L$V1;. oyH{NӲa~!RR)ɈX.8gDXerO~Tdqf_޶dުl^ZÊ!?쏑"Q[a A1{_LqReKhaAEE%(n pWHxCMe(w)[i_o{5 孼4e%DOGw,0^ؒ8%l..~%BG04YV%ɂ!ɿuJ`uVK,ByKp!)o^0L;>X#';=#gUhSAߋL,h ֡EOqtq#B"mbN~Oyf}ڰjEFeWQD+ФՙoЋ!sR|k-d{@%ri#f &:< <(Q)PBqe& Ur!/;#,F!({ wλrP@b23=8 u!5<YxZ?)FC_S|ϟVF -$V !w.ݹ:CYa!_j\[eT[ SO`P'(HcmYFi<Ry8¨zS ~h,Ʀ7ڦӷRê6bWOGwS0KLNǽN.:q fJ_Gϙagu 2:lRkqU Ňg B[]o`Oh$ w҉71+ kcaME9CƽdizV޿"O @fh_>ԧ8{RBv [&|?E]ƨ^,-GPvm$7HD ŷqc&i@Bs4@e押`S_o!W@Ssx[wV緆`,i5 vEXau"dD>X ؕʫ*u:X&7EB7hs&c/վDź1_RՓk %0j-ZD&Q^۝j=0{tH @!ԢΥ,OF5#ZX֌8h{M<8~C›*"GhUZ-~0{*wv@[.hWW;pD,V?^HJhEHgSHzC)i#p\q[O|SH`~vJ .pLu r}=faD6[U(|X{nAn9V?Ĭb J5%}(_j[Z E.{&7y0-Ip2-5Ju&֥2m^l&2tnjr\T.8LPunL_W@ ^)宠v;ê9t>(5<,:eպ"MgV *Y< !T5"41I8n)AM1%4"۞wGϼg`,_o<1BmGR|ђ`+a"w}/Bhsi,M,㳄:M)҅6`9FmI=QKҪu=m,?;;Cs7۴(*cMr,(L/&@q4gў4ˠJc""Q?7M+ڄ8>yq?^ES+0$DvlL-ثYҋ U*iJ 螮;wfISV<S膳|#hReP$Eq#'J0\3{' ˓f*hw{  h@h/O6y̩a{>q$wvG-NU\[!Xfb@Ӥ7:zqu֋X-# TC)|Z^,]焦B,R_e yeX?+<3;vJĜ4CgrC8jm`R` dG(oFU00:z8z]Z1TP+#6O,TH:͉L2*U_}Ǜ  |&[EC- 2+A:4a`%>6lI$к*ʐ+ fK-j W/õ7X5sB <; W->%Snʕaj 6-hl-AZyZ5]-%)uÑ04G^Y7ӕ<_|Hn^ZZ4 ,_hsX$z#N0 )^-=:ɪzPuSLq ~Ă\QfP(_z'Ӄԟ\ïH^첩sTMvDwlhomžY5f<פ֫\斍Y '#Y ZDtJMMin|5BYG8˷kPc>')Y[TSN2uTUV:QJV2SFhnUs 6/OîUG3e}S#B@V4Ӽr/o_E1 M譎"M4"+s|W,$E#[Ur.ÿx4 8_N:"cdb9sǗ)[fLijW:z"rzPu_[,ԚWt0䷫v6x!M%$QԵ^"o\_-0 qb fDvL%؞|H.d򇖫p%Od3Ai ~ggSҢ_ bZ:n$ஞ/6w>x0n^7J.S:-򜶈9AQxUTtz"jߓdu4FiYOjD)fV2 XKe)<#dZX26P&_+v蕖R\0@0(X(g.= l'Qw$$m3X`֗V9(EY8Նs#/YLۢtO"ՆmKY""\IxVQ{.d~f% 3a^%oRrHwІAULD[n,/}#0I'jPK9_̍UDNuS4>5c*QA̮ l x[M]"uDQg mpLGĆFrqf獷eVfz^;_$_fSr%Tgb[ڤaΠu~UԯNCW;w>zxȫN-9Id״CKq䵋Uo,%W+UTpD|‚ky)e)ZP,"S~`XɫK%A:>(WuL~YܬmUuoYf\NK:̫t&4?_܍'r0ngXp&N7__HyVgF ?(SZD1C%qy{C3#A -廑%ڬ*"'m4}iYO.|A8l.[B#ij\tq}+:QAeTi,]> Q@`>nwbYƠOr5ӝ0Sn:>Ձp샻;4W|Bⰱ3ьC8 s3[y Dآƴ7[sԽ!8d}t_ 'tI/]?:12/[p\Wk5̓+Zi!c\e?cjb1SѩA븙11+&M@V\bKH~ a-Gt-IGZc*˜GFvQO ,k%LMW{=r~UV#; =Xjs/QK%Haoc㴤ӧUY{ &ݺq|lOMIDf#=ösѽ#GYw+}1|n Q ̝uxYN 魲΂7jU %n<uO$BD9WMI<6jN{TT`U;hʕDp`ᬕI'̰8/DmHl ~fFyKOe/HErT)Q~_nDG'.1|YXlխ]6^3C V9CkʟzR+%YQ cLMcflƑz`di~kϳ)-hlSlYrw5ߚ HO,v6'nkL^po4R}9YJ }ٴun@[5S2?82BD[IғrIgV:4$#\}z2}(#CvmG7iUaI>yj5] o2iNRwes EM]4o4x)~" ),2G_w5VXݘ:.Ab3A,Z$Zܜ;B7U6R H8 U}@_7jNF֏܃` "3T@j/zsn\t;HAՆzmYUZECLKFaE .pw6 Э* b{W'5KEGCGh  ->@HmAUپ J1ڽ3ڝ,_4\m8(!z>Hw{ʚ$ha Pgx n!rt~Y ^Ć0* ݓO;7E,ܱH$myMX&pJ95MB,<7UvM/S %%64Y5XĎ1}L\!U91ʹrpv)^]*PVNP0"d_8㽳r)gmXFt!)/u'/T 5f7|g>z13}վɶ S~JDbbl.c{n_5vKt =թ!4%5 0ҎEp?[A9Q{Cu$31}I;q0]6(jpkEYƓ=0'F'S|6_~6'༬XFO5D!HENP]L(f* bM' ~9e8Q@pZ0niι5 : 6jNMQK\YN0QN>_M͛QŬԦ*Ns~Ds C@I0Z#ScbW'XAb2DJS\4>R-z.go`T)0؁l/mDx-&ҫ<"y3>: NUmóŹ VGo']}:w=I\z=9e',HG2q2w{l^4_l/*:n Q4D姭yf:mˀ͛IOv4G"ѥ}r5uzP;Է#*NR) #^ r kFHuu6 .ƓXefq\{!#n=ӍN+4wO"%-k`rܨX}e A ?*Wuz"{AY u"79kG=50?i%r|A~E\~\ &y~V_#B>s_)bJ5O{+ m& <50)Ŏd q>Y^kBpZ _%-Q c[t6nbA8' SktWS']~ Ҳ? $X e P: m}-js[B拶p/T*=0ҟ1L!UCT]yKb;HBI@iuE 1T_lb$HarBiyWp)kK.3ffS:!|FFn~Gϒ4BW[itNhxa!}3~?ɢMKb _{Ǧb.=T˛abʁ^Ft c1Yȃc4;K[|;ݛU̠AuCɥOY_FXaA-'ى\` |dnOzx~Qo >|Y4~|mkWQ@-; sJIzH?ܜ6zV."򰕡2!_, ޏU}16/|<8FNlaQ=Bj[ABQ֮i]jȟ\%z; 8^RUT\%d~j$6@M;2jQDLӟzZb)WlZ6TXFrC4`ׁВp/t61U-ћљA}qikiR⧫P]}6pjзuCfԎ1胳Gq8Z!V'Iő[a-|[8[x"I1Q$ۍ`;fI},@1s O-gɯfRU׿1xMG4o%`?&(rݵeAlRBc| hJC|;Nvg8dwyJw=>ټv|*٣ZjK.SO# A,o-Dh 1WnيY1:2eR\t-ې?h8N][3W0&Yll3ta_{LOI]'L(dzDG3ep+4`l(vIͿ 2I\".5u;Ʊ]Q^' "{.+5DK@3u**Oe_ {XhqI٘=z"KoGj‘ٮ΋u!iSEhGovA`V2b7r[% ]1?^fWAb lwBĿ[q_!B?%C+/}Ei$V!>A+n`LӻtLZΩuQyZ}Rjų_cComDLVlrRwTz[sIwn|*n ׭~rfsQ05XPU>&#D2ht"2N$n.(' w׮wߑ,`5P)>Ϧg 13m` j'm EZþؽ\jiqQ+x]+oUɎ'xWWqO-\EL̴U1/LKK^^9IH){4x"®-U: _SOpW.QAgRܳX.)2!(X;-e<ַdxw, K GG}P_\ٗw? d+sXGɸ=UԪ w~rϕq+δԋ[<64cu,zNGKPJ޺~=Adv߬E5-ݔ=&4[fJ۱^@;ԬxZ- 04$?UXbt:AרDKaPͷ'ngmH+8ѶK= :vM>s6ԖZVm<ĥӪ<.6Gq1Ӽ*aer[tR "F^. v(o } 8зb|K}Iq%8Y&(l$ZLF"0Ro=Дtr<@A!7A:6~2JTSZ2@ImS %ov9M3wex0jDq F? }iAŊwiPmG+\o<}^;1 &G@iN3ri{_" GíTŮ0Qz ohG~c,kL7wH=Rؗ3'U/'t1eE5 7=C.s->: a3Ώ?PAaj1PhZ(heBK%`+s@UQ]ݳ'-*o@d|r=kΥ(z\[S􎕕6^R6qX`Y;!&J0xd.)\ZV1?ѭ8TD}9Nw{-kt%GQ3rŶorB/\~)f9 FkWM1x.o rk21*/uXuN3Y)ܟlӣ%4jϦ/ɒu!.bBǑmab0?g #'hLN CNtPqx77X{uY@ ˜`y:Eʿh=Ahb˞o,4MO֧%D8%d}SCizl@jÑė'nVNf܊P30BXfEC7R!py^θ0$te"mmd OdHe(d4l܋TXl`2 h{zt?}NZ=S^\lKo g fXFܩ͠Wߜ(9o|bv|jahq6f(aSnHpSXTS˺#Cj`45})SoENUy˩uv @;k u)9qC1B\׈ ^{wH汁ݫ )KU6;BAlD/X|l!!-gsVV~) DKMc3s}2,Tf\uí 13'|.ԮTŲh2Y>w*Pp"ںZ䩅q&iۭ^Z|xyA=a k' _tRrWKVr#7 p8Ϳjh<~&PMs<\^yO<`:?)%*[y)S*̺E R8A+Dc/잵Nٱ:cm95 uҤ~=T.k7t:-n#XjBUhѧZ ;pZ%BzV& DcUhu^z>O$i0K qsUHkS; :*jd6!lΆ@"A-H%!AsfOQ94[hȜ(Ep_(B1MdSae+2 <,JfrI8i*hM] a,M@"@sb__j̲NyC&t6xU+ծ6U_,%(VOoFtY}W~ 6~kLEӕ9tntdvĩcS_elhcմ49Ԯ<>>?)%+t4c&4sN_,x (:ld4X<$?] uur$32;PXO>7Y1^;w@xvt>Bw -{# {aari _!5¨7,ycώdNe ᶔw<= 6$9\2['~ՙx78VfJE6(Fz֦FQiA˫5͑2fqȭד`'rw[@m7*9yˢqQFF>' U ([>x/#]:L$;މbF^ lAdQ&Z(T&p{wm*$ZGߓ?w4V#]10 }Y2{A <0'$ (ܜWJzm 5: UM ub$sNɄ/`טBM~6{HPٽYo'h%J8f=fyv˙M@:DVι*i]!xwz* *uL)c{/$خ3w@+ YJ;販< 1M*.'#xv1h7hKH0bTo>ؘ~_۠ &+Xi?<~N1+ ۀ/8N<\NCJkPZe4mqtꐺh^dZc0wq -~6i$=u>"2ou)8h\aO V$ϻO}=sEA4>&a?>u[kc_IJ1L.BH8/IOPTLJ`j)Q]J'\#8 ZjWN4)x%4GrC;?@az5a 5U Zb%o2$@luaVy?r2HTF{OŦ᪚ Xi d-!NtIobmOq3qWZ_L^J_Iz~-K\_SܵEH8> ʾ, k٤< }F4}"Kb}8"ݐSZ( do|]Rqk[zB\[m yq\+I@4?WvͬTPV5Z@Kz27J<~ -^O!2@o|1 7x3e#T,7Ro6t4E&)N{_m$q"URejN*%Fs'%5>6^QU Ux=7|.vu4e8LzrD{MӒ[ڐwTX#7@ cW{{H&z>BV!pe7Ew4a§@6(4 ~|)ݙRg3pAW4}g8W  OT[eǍʇrHuwyxT*iDoG8+&5s`4eV's#eҔʿ͸o6 ĵ Iݸ\a9Y劈5'}'6L7AlFzllN Ʒ$gp 1L)wrHE lFW4!MY tͭl4Gm'vi| sߥ.ٮ}֬oXD11v/}}ᘌ?Ƥ?-qU^q2Qi,dƚ=5a}UωDC$!N`8B/X9U +t) 5<9.Jj aG/<lU܊m?ޮD`Y0dH>ջ`;En,;SD^9pv+%+dstf-d3`綘Z0>V04=g-Xb98L$s#9=Y'H]oߩ 4_ 0ץ_KIMP&z O@#>OƗ_@jv#ovֵV1EL"_b/z>z֖}[gg*v~ջƛ-.m){h֠OD],ؗ<[c̈́m\FOIS0kb/j _pɗ9N.)FL>Bfh9,h+2j,鷸3v ɳLװ.4U¹A{yEA- Si9eF0bjU*~ S\t'$| ξ|#ҡ%AwsH8؎7 2σ&d烍*f¾s!~jvZ[|NW=4âP5\^v.`9~TVNvRMUΘjԷ 蠐)~\óHtY侐)6HQrPbǰ+@6K4M ;Y]x _S,۞d2AW"؀\ND{f* &_6tA֨ aH^cYWٸ{bIFN&˙ȍҩt<hOt[%u Bb| u719Σ )*!nyc9Dm]O /toV}W((b$EZ-1G.!銱9D$*k>MNoq>Ve9oI N\h:cNoo+PM_beZu'buidB>ҫҁFسGB6ceٍ5r9 7jz 3L̷@{C– hLUb]@4VNmm]TWݢӐ]M2:/ iexBf\k^|«P{')Ucϼہ􏖷|PCɒ < doH#NI*uJ4|x "Q"&b+]GbxMi~%zEBxqzTf-xl0%ŸY}v~Lign0-E4Z1#GD$lu`l:T"/a?Ȼ0ӉZC.$pCr0t_3>rPe@!}W`tڦhױS$>.HPݢ|vLƣ&\/(Ȥ EKP_,t;O3EVq\pwxdl, I(ͮ"BFsXz?dP(E4vzm}k(ՕL ƭ~zv['ɪ_o@: }K`v>Eae؁'6 9oEs#C=sƀ텓~wݳ.( 6 UUWe%="?&#asEqs%.1@7v2q)>H +2}.l8.WkeJjb[ֱEE@΋ pM Nh aGN~0_7Bv?Ǥ}U^e} D?K0Ncȍ)\g7=ejz1xtf+bۂJ!\c*[J#Zfs0E-:bьٚRSALF:Lj6TvD g0o8l,\;o0؇,Dlr:ӭIۢ;.ُ;m_5õ`DP<3:֮,Ft UMhЦߎX5Z*|4dj ofM24jwJ"P ṃ%h<)(iUjP.Brޟ^)^^tD%}3$C9^+oS))^e7+-yPh ,C-~RFF8khnu J&[(#(*& [%,\+W;AdQ+JyP41y5$I$aM={׃aJɎWg5 ¢=R*,X&1|1w8 m -6 \ۓ'qΜr)%d,ZFqB8ڌ}~0ܭ## 'CaX0֏:Ho7|zO&IRe]Z(|Oٴj@;+Y߀^n w⺊looh&wWPu(ESp0HwˊL2fJ:i'!<#pbYd]i)tbHi=ʾ+[[Q*A:*Θ4=mB*X]jG6{"(@T`ܙz$ q4"9^( 7? F"w#Z@;B"`Ws4b~, u#ebt`ljkw#lx<aii ; ~wZPZ "88yK+W˦!V !vǦy䆥~I[-s3ḙڋxnJ{9Vݑ.N bcA\ ⑊b AΏ>yö ԃ2ڌX>CE Jias+]OI^Wo[& {#DK vʏ{J[FϹ]IETTmRIgO=Wjt!~VQ?uo7w44 99?)@ Y`NNw$R%F}Fg" %(_&UU8}&ѥSّ2GC{4M#(JeJe4#{(!#Ɨ,Vء&dz~"K^%XvV&'\J&@]C -fE=1c>g 8qD*ka%坆d v<A&ׁk` a[an {Ƕ0KOWv+ﵳJO~5=уP.W5 WOe&Uw/i}=X.l#U5")ݕk/A:ۯ#XI?!KڈU*= U&}$M Y}={81î\x.ffl&Ly~٩WcPx+z-",fs?-_6b< -{GHD"@U# Mt1!'/4AM& ʢ/>40 1怔iP9&aҝr`y%$mirCVu~;'waÄRT[Q K6URa-_]&0=CϏ Gg,"4-6< &]SNt0[jBq2ɒ-׺)Jޯv]dԏwi (bU_ SFQP3Zw~fE08^:cw[R46sN;jЌ}Lz0G+|}׸( oΕ/j5 -x5 !3c!ym4IճG = ȍ12^x:3P9Uu& hfjT;~1 u=}l"rP1C$^m䇾}dX:BJ r)AX~ֶ^PYYBٽ]#X,_IlB>ђ0AqǍF @hj |D6YwYo?| :Mf`) ;;bd_O::gUQT]vzk^Oߴq(@ ־}MCuEYIKBSK4c07:5Nfhy";-@(>;-n rvW*oumM^j"PuE .Aq1h#jGU(7rmg OEUc cRfs˩}g95N|CǸW sL0&Q sF}L6(PDQUu-.e^M BwFԪ,Z6ܺ0G R!A$ۯxy&&T{45iÜ(^mnxmgcP򩷧ܼ)P}9t%G2뽬.]Uh R3u6\{f=4I^Ӌ| V"B\cum"d"=?[mMI~z*8F>K#n?ƼJ|S\uCq w|-@'/,=lz%uaM Pz_lk &o P/kGEߧ9$t (b]J~ m÷/ȜP|1v'LyfqRjs/)5i 60H{>>o Zb%R:d%Ϋ. RIi*!:F:VROK]Ku3lwfk$ه_l%h1CL}/" V2'\pڦ3v{6 | {n%uj0n9 R뇣ˆ]Ye(oO)1{%#28wr[;3ެ)k!> _9e(B*g2ěxܿt+,jgтJ%qBl KŐgc6,dɨa^Q@c:wP{ )eP!`ZSDYE۶+MYF,;:^mmW]a,{VnB1aFm}f}A%q|FDHbN! m UxF/|7$RN~e1 WON.~Q]U/) [}<2>$k z9/g>h_0eagX2+I}Mlwȩe{А8$QD'ّ,¼dH ُzAJ۟Dp=m$4{l2X`$X#8sP(ONn‹ihB}7dB Џ!*s 6oT@}PI^M4:dJs@dnMe|;ZKǁGdaȐܲO :/rEW)AkgBx` Nzt,"鈫YF޻=pᩊKY\sݸb`gt;E+2[);[] JTx L=[[ ;Gt2Wuuaߗ6~Nߪm)ݑpD.{J.'OZV?I$t/#;gzeS^= dfaYp`$"7kv OQ,o(;޲?3+22 ZF?Q?{ѧO4W; f|&ZF br)kr#RL| 㬄dėMb]si&5Бw$D`߶BYj0JEN-?6־7X#,EO@/@#WX[Efu<|qzUrLAs9iPD\j3QAEh "r컃Q`EUOx^{*߼)i1=!8\;Io:`C2fnoipƵ2%D t 6_v;QˇT("vq\mnh ިS)}+5nqv`BmrnI{X] FXϤ_Y&_zXǭqȜ&7V6l"fS*(Z U^z C7ؤT< 7lGY8,VO٘ p_W~=8%T"؉Rh`Û`#Pxfϻb~B-CK`>Rgŷ(ge-sA`q޽31Mw~?~Zic #Loےu̾)`5|t]4e;q}F-ڎVq췜Z1f`M*~A=D%ȷX͵ 3㸁@JQQGH<~R 7]Fuj/"M"DIak3p;a'1q(#M!Eq9r-Md@lCzRy}Wѹ=JNֵk_5\vEƇ@"*+p5IqOqN'vU#2ŀk)N>ѳur" ]PёA[xBQ$=00v"w"BKiaK1/ӆЊ}ۢ9ƷuG wWҸq;ROۺF;d7^{ױbyߺ +P݁j:T4>KO-݀L8h}fʗz "WFTޔ%+U߇tI{'&ڧɡt~`/dQ܂}]RA?K   ʤHF +Tg4 )y’7Tgڔs/ vۆ sôG֤8S3%)THq*]fWu}2, βDڪ&_ޘRxK {(:y'zu"h$ :$ɰa l, 0 ܣnKA%RmRM`O{1$N$O[ J@y nTzx#asIdf>bGW)E?_0 X5ǁݷ.qҚ˙~$ '+շaK5Stqr<6|JQIoD2Sk(qϩ,6#V'm~i3Ui\H8iF]%q!P0;sy@CD;42MmP_}ڐ]N'75⊗s.P&QkvSєڶIQW .dGx`:UpPS/Nwu왡& f+%ETb!:Lٟ !R(cYI⨔4G\\xܓ)C00o⃭Gd rdܦA&H;|_唬VNP#)Y蹝I;5Ypx LԒN S0xN(zANȵ/g,zB`F@V" ?GGxj%d~\j?ub1ռG΂/T&"uD/lWԤ]Dʵv1ߏk"{/+x%i b^B@=k\Qa4u{[>/>nmonrFg 7smN=8Z4:moBßf(hL%dO$7ab`/'x$_ `s ޼ZDه:J2pwBt3T 1F:sӝè5R@Ft3io^ e)#ZG5A#sM}@KÔ;YI\TT>DG6G:EB3YTMkTI@?qob"tLB ؇YO #8TQ! Ml/ӆK+&Sd)Fu#9{ppkA$5$͌j0x-Xa] 3`/+[(aUs ߺaC)rلIPp\-E7Nݒ |> ZΖt䐸S|l[uN%+/^ wfOcPq].Sg/U}X%}|eű!H@:'>|pHL :ơ]hֽR|wAUD,$ԊF0e^"ⰶ2;YX|7g`A' li6ew__XVëa)܄Q`0C͆&֕9. \&f ,E9FGXz3%:C75DaؗrwX$[AƒWԭzފgvM޴KA4*Cuw%d޶KϕvBDP0ӚAB4$Oï5#$-D>LN =90酷W:O9y3%g_ВPT [1dە "_+akYE8Щ-bĨ΋jYKi5Wg%=Tz{3l58 F̙E$~}H9e粶u* PF°5#Vd5$;,޽ XaeBh?aֱ6tbы}pHPqŗut|Ty%G0&#N̪ -dlNޫ)uRn䋕N@!%@֦2@h#<3WG])u-4rwv~F53.vOãwkX;y ,)&q*/B]yѠ/X=KM`Q}`sxH>hu.3V88n½~Vͧ0zԤ_^ό_ۏXpFØ|Ë⦠H5u;h0AmYwك$ :&Է7xY;VCpUmD{@aCo @#(eA߁u@v~fCjQw #&kE8`IGݙc9e$ 'P9$?_!8c/XOR)I1Կ1"ΐJ62r@H*'>TzI;И!ߑtV.ZUk-X;<قFpڼ>{T̢=sZL-@WӽUzĺA @ihءm^:h?닋Kvjw {~\uM׫f̀_^)Gws:t(Dcm 9[D8K59 Tw70c~]U0tRlwNpf9HأUƿcZEw!-핒jrz`OG" 7ǎ4'uB*dP#ȭi =kg0/$^j^ږxC=G*۞3{V H|9?b~9$rGpȭ#ԑ;H6&6ۨԅ*}lp}(怪P4G]OA%;kC4.Y$CSc,þT6Un.5%AQ 9:9CifQtveȅ%aFF6˒sŊՆۅR?XNҽ M~+` 3}@-C&LA8 &DC 1b&NTtb㿁q굢FOcRedsHKw!Hx`k|Ó;%Jz4~YDkP,}FA$m3xEF̟;^{GDzuVTadfx|8NDԓ77ʸ7aΧk 2uM&}1önT>d]r2#@'ヴxCHK=Ȼǡu/Hs;-@ͮ +ceD9Ȅ{sNP`5;P,ʦbL:O`%ZU6x]A&{EksOܷ$C'Y^tҥ|N ׬2FadU;I]+C LFV7~5Z΂+Gm֌ɦ|҇h40 ky1?7 /wx8%iQU ~(\cӠg|ԢOP*4aÈe7+FPKϓЍlmz?%vب&L6Cb1|a*e45IKΥќ5nO H HPYͮdMeW2q ຄ7x5_JJoSczw_פė"&yi=ki(&AϾn{O]Zr}hoHAߥꈢ|$V  Ium^Go2ӥGgUS@jZj@NvGvjEuS6n2a{o=0GqhTzKpL4ENay8pٝU d.ɨ"+ޭj.nݠ2 'ɂX׸!;[zqu4!ԮRJБ"m1} a>X;px_eǺ dwPXm(v󼐬럟 LP@Ƶl-Ypz.t>B?Ѻ}<)8n\M͟ʫA^ bƾ]spzYvX\@ V+ˋ1[ ` Lf=ēj:mE6[ʃ˟0G ۚu E$)CH*ٸVOcTRpAE&NXEx.e}Nt' n+c64 PMXbO}ΊPF'Ĭ߯jپz#.J,)+Xt-̒U՛iCX]vx[lHW> EE .n(ѯȅsBϦ8Bny[틾LBݹLv<(jH8yons60itPvoCqZ4$[oȒJ}q%eȭTOs^ZzV5( IlX[܆^%JX+2EEA? W:'wudO.ۑHx>ְIwZM d4"7-u4/1{wĽ>|?T!e׬cTtND{m}q>XPxz8lQ/]ΐ9$滚K)+ 4 f;/DWeOSL!S=Aj[om)0[XYKf΃;xe%✙˚DS[̈PtJNjy_ʨE^ۉKE?Fk^3Rq*%++Nz_gR铐BʐRx\jz!@YnbbkOtc_gqØ`$gTk{hOcOs.\Z{`a`T$kIvf`y/)?Aיб,HgB2GCH2+vy?o닂Su}B̬"ssa鉍&ڞ@B9eԀ"SGȺO혣9Ϩ܋FF`ME 0Z- ,phǑp5g<*40-$g'\?wngAknCЍa`^Y]zu@ ʨӝ{B'Kc7H2c2PKl`+s ^E8 J26yㆁlK5(+5Ů.l{Quّd yY;4;L͆7=k~/ xb]>'@\HwpE 2c{0,gPqi,j tciŮn'<ɝPu>@E@J΍^T;Mb )Xq}BmJ}]y>s˂T#F[~->:ǹMȟު9*l@rO.p9c̝o"bFpm0 d@gL" FMվ@,, N&4OD~S;3H|fYWpThD= ]7ܼ2PsMA *&14<w KaO]׊^dD I,El&(;xUAcGҜBSn^Uٌё \~5d1#_݋ˏS" EF"ԏpe܍͊t=Ѱ8X)$z}[M)QR0cӭs+OK=Љ.kr z-cF%GEHew~J;= <5SVaUvLLRf +; pǿ࿱mW>BhI,"19;g/iy{K*j[eMaSy:ŞQZy.*&g iX7bUZ3-uS/ )1TBq < drZϵ|sw]L cf$`VF:m3Œ݆7Y$Y}(pS/vޚJF0>rzNpyX-fX9tgG- j_;]_؛p"×gڧ}i)TU^[Yͤ -.FZ0of5vnC?-:T-꾈a7(E".`x>.#js5+}4{hT N)1pW@hb;$j͑`Hp]B7/CԠ _iNJlYNB, =z/!Ǽ2)i35_T;R(Qθ)Q>{EFXB0@.eijƘ$jiP)*u2*'K=mH&icU8$cW M'WN+|rd5T`37-cq"Hj32f H2X6SiKA hFa8JqOR<%ۈ:@"8.Bn[N" )]rY`eD(/# ۴ԟM [,j80SVsğ🬝?t(z-|{%U;[.hʑ nˏp:V@#I"MAG[/#K5bOOH,y9$#ڍAN S׽>FRi0g.p`@G;l?7lfn7 Xᾯ=[3w5AkXul>.fGr{ Ʈ_ ȳ !;~Du[Dtć$Pbt3]^BЦqLe_K&|U -,i/]hH}B t >w{~ 1~ݨ)s=)Ջ0Hꭂc|oI7v  1?+7$D}4U[CR~ӿ$l "2Aţ?0DH"ɀ 싋Rb1HpPZz(m&gP>&u"HaycCx60Ԛxc 8=FG ~BZ).V9*EheQڞiےdK@.dƮ{".-}0>Oo"vzri ==T\ꆻ8o$2T!cӾ^LB"z*gD4[! -9:Nu im=l +7-WzȒ5.,P$<ݣrxu4*W?x|<TFB\*u ,Tϣ?oQ=O 7.RZI⨟D h͉;4^V.~J~Bn;|yGd֮+KRq7xϩ,}ɩZhX;T5rk1Oj(5)#u gU ^a|pvb//-0d0,N4dގWMh(7v22c?n?fW\\gǙ>i(ב DJB(6 h֨64EQstRQ~r8*i.Wi7pZ*=mcќU:c#bCIϜ#3[t{:D֗-΀UIqt 1q_vU5nrXvڄb|k='&볅x | oB+VJdLKۚ?zrUG`?o/7Wlr=yr|j@!|3PG &s' Zvx@1Hp6e?٫@fwٺ!tѮ@*.qCeC Fa7۫ʩˌX( ;Uaׅ YT|e*@aB)Nsv~&MTt=tDxh?6c{0ǺŞȟ=nWoȦ\)(kuufgV#K7zC2к+(/@?Iss*ˌҋ!;+儺@`%)|v0m[Wفvd/;B'M:Q_䔱CpE\wi<>ZÜ.b]\2Ɠ,u>HHorMˋjTG^&e@qz\24qvS7H >a'E_27p=!|^D>$ZE~ը)StsnQ!Ѻ*[Egr:pm$(#a}MC/L $5;Xi}ZW Dmʝasr( Rx"ژ""zRiBHw˃~Ƽ:bJc 8<u4rOA"~C/i2AJiDܹ.e#eh*R q Hz86K1rF |_\A8%@5iUZ7=\9u!}Q&slt 4C6gp :(H5 ^8^MYBMhVY?Xd0TJua'&?OsN#Z)%p]r{L6L3Fy8'Գt՘][m vbH5-%yU i;!-yqc>nϋf*5/^@LslщOwN5;9;5p)mtk#IFiY$n --Et/hW!Ϋ>H>cZ̍L3(멷T_M-X709[!2QeB f&< Bu䐻/]}D'!IzjN.р|rM(7Bs@FrF%G ]+x!ʫ5v0(~*1G&2/w3TX8%d{A@4_lfUEd,C4&b?0e4ǜXQm%܏R; .pĿSף>Ȝk}4`.$[p_Pß4HMK"a t^_'OAq*I-exY0xװY򶳭w<>Pf<:JHoF Wa*?rvD>}{7XWrɜu`7_>߬.PfB})2@ڰ@ PRqSK"04dx^_eL;O"TnF×7.Qe)r+v&dWM0|KA7XER:)O݇GA9If0-hܓ߶Hà,IjbҸ ԷZGڍ-fSĩ!]wahKo>>##>I g_l9Fdw rc,\ $e6EW3H͎,& ZD(@_ZMz!p4-:Fa?}`q5䍨6 ܆ {IݙSj44:2 no8*zdPGJf0qpyH<.ϥ(){;4@Pn-]{F,MHz[V&Jy#PK4`ov{¹((\4z2ǔAdͤ$[ΕD$>%=zuBi*1jh-Rnf3iDvLH$Xx->3UԄ;*ͯm8X@nF!OBׇ2p,@|UL;FzHO>/KA* 2]d,M=7c9 {p+Q88 f]mg9mGl!DPYFow}[)QZ~*,L?s ,8O[[nz*lau&f.L.uEt > q?3먶{2BUCXb! j"vYsz<%Y?daG]SGgEZ ?eu꒷q75G>~gl,)xq;%2ыp-b?G a<LE vfp!ZxaZͬv V=6ڐ!a!+xY(ý.f+fjߤ~Xh.`s;x0L ļaj'JEQBt,=\o` 6)\p8w@FYP"z5<CN 6`lk,*h[s ;jb$Zl dFJ0HKo蒦5Dh-5<E#3H81/=\ tBX R  ͌殺ڹb)^Iy]?eȜĈvy9q5t~'<= x jLs%Uy eկգs2*z˒ߵO{?*#j5u,HN9pNUkh$ e~4E<Ѓ#8jJ:1 1'iAMxNyݦ}?|Vf۹ҟDɥ+~9#_L2ꔵfD,(NdRjDB`ZT؊lGTR}#’08wЯ'm^W,5kD q_66Uq`dAiA«ɚV? :ZojAUfȝ$?]A 6 MyKgU (OC#<(c+ΑcT8[21H/,4*܁Ag'ei-ũ2ٲAwRěVen5sFjL793=jn12աD{tA8}׾CfW|?_%PҬ-lⴿ7)}3FT2V^ej4N勔cģ OHAZVz3+~~D4@aV)JZJ?VMVQK賃g1\)tc[%R}J=E%k"5Ēxy>D㰪GW.P2M E?^%RXNG8r{By${ ~ x /sZ M{ ҩsE̥3$~_҅xu,J_c:h!<h _?Wmj!5Q*+$YXN[ ? ; ~D`/o52?|2`PEB Oxbz{<h ֗f{@~ _lSf$[Sق8.PrŦF=D|?=o  _ysWdX7aFš}7jh2eIlk;r:yJen.#s'bm, A%hJ C7=fruNN0͡OFX<&;se7w/ahr԰'*9So -䋀Wo?Mb>.&Շ XإCf)&Cd7UFnfp"*F&{fZzHFR7 ret/&n E|4 t1.? eU]>vN$-Ĭj],Ԩ3}|P;rKUŃI+Uk=z.M`9V رJnOS`#Sp2ϡ>-_yx&hRҗ1sLt"1%*A9[a#Ln9}]j:^fd >“JO{Me=K3A|Eh%k\Ar6\qws ZΦzك~uDzpJdww>6; %1-_ jƇ,tK\C%@J^O$^:#U[?JlEkdy ^sM~~Lp0nA=I%v0ȀI#!akrtbppj]?m=XE3P4CQj]~6ޤj8u y'"9P¦ D_މ JߚI0@W/ 2wR`jT%4l򞅥1\c0=o޺g:->?OGxѳ1:\PZv~ȏI=&^Xs4}1۫bDҼ[]kj^c [b tcۂ<^_N &N x?``ŋgG @JڌS Fo9ϾijÄ| C@Kd%"d]>kIEyyv{GTNoSq`VۂkDW3?y34Q=ԷG)<%OZuO{kŸ)%d7ԝ{lF6^3Яn]n˥GA;RLd[77,(nWq z̡>mhtXAn!7cM_qzx* ytNxE`Ϲ۵r89ϮkEQ~/}_TPr.#<x~t7}F,$*Y5VXEq'a̎0t8 H4S3s~9h+/vbvlKɚEdLyu1Fjsj(ٺi}ZrX,ۄr )e13B=Kzt_jtxLm5nR Nm[^S3%jv?|̌t 54E8i$ xA?RmG2EƑLE.C86z ,3R_پÅtmz~80zKV΢>j l^Ư^W}ʘ 0zNLyvf=v=t᭲ѽj&DP6π_hl Vsi8i-(X# u_)eBшSu \Pgý~bagG,-:?z,72jlET OUB}Hq$zd۾}}DW~u-CZ;OoF&NvlY}<{*O1!f|3_ :;'(BAF_8k6"/>M{ԛq)+ YZ