vim-fzf-0.21.1-bp153.1.65 >  A `ӭ!M@eeec@xF-[ŕbϣ}89u4[ϯNl>sX†vMɈ%m^)$iB5]ZՠIQ6kT eX . sċme7 *<~9iyETU!6$ ̴iQ+vh$| Tet39/Ҿ].=Qpd+=ḝU{@PhjJVBZe>0F>_)WNCn|N8hQna20f21f371b88096644625467f0cc3581b53998167e9aa7acc1c3e9966742afb32f6e2d3a4ccba3077e5d0c2d3e417b0483bdcc9\0`ӭ!M@eeeo Sarz ;IS65g]$7^nn0{c 8$0Ez<ݲ 3CP`n`6z8qg "?8HZ+AbSn8GB{"wcLTxX z5#ܓ.9,6Iކqbt"F?D#yL<â Bڢp>lbZaF :Q|@cR@%t>âN!F'3i-m>p;?d   /TX`d  $ 4 T  $DlO(k8t 9 : FGHIXY\] ^Zbcde f lu$vDzl|Cvim-fzf0.21.1bp153.1.65Vim plugin for fzfPlugin for vim allowing use of fzf.`Ӓbuild83SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/junegunn/fzflinuxnoarch97p@A큤AAA큤A큤`Ӓ^`ӑ`ӑ`ӑ`ӑ`ӑ`ӑe1913ef015a1f16548e1bb50b1650c09f6dfc8d3da67ef82ee6ccb30cba02e8e2ec3f80578070caa03c9f331835443ce8d9fef8f9c6977fe7c6dbab261d77480d20ad3b2139ed23fc8ca1cc285b48d92e3b7e783f9a77f94d4bda859d9066e1crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfzf-0.21.1-bp153.1.65.src.rpmvim-fzf    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^^ku^~@]6@\ \f\@[d@ZPaolo Stivanin Paolo Stivanin Matej Cepl Ismail Dönmez Jan Engelhardt Matej Cepl Matej Cepl avindra@opensuse.orgavindra@opensuse.org- Update to 0.21.1 - CTRL-R will remove duplicate commands - Supports tmux popup window (require tmux 3.2 or above) - bug fixes- Update to 0.21.0: - --height option is now available on Windows as well (@kelleyma49) - Added --pointer and --marker options - Added --keep-right option that keeps the right end of the line visible when it's too long - Style changes - --border will now print border with rounded corners around the finder instead of printing horizontal lines above and below it. The previous style is available via --border=horizontal - Unicode spinner - More keys and actions for --bind - Added PowerShell script for downloading Windows binary - Vim plugin: Built-in floating windows support - bash: Various improvements in key bindings (CTRL-T, CTRL-R, ALT-C) - CTRL-R will start with the current command-line as the initial query - CTRL-R properly supports multi-line commands - Fuzzy completion API changed - Bug fixes- Update to 0.20.0: - Customizable preview window color (preview-fg and preview-bg for --color) fzf --preview 'cat {}' \ - -color 'fg:#bbccdd,fg+:#ddeeff,bg:#334455,preview-bg:#223344,border:#778899' \ - -border --height 20 --layout reverse --info inline Removed the immediate flicking of the screen on reload action. : | fzf --bind 'change:reload:seq {q}' --phony Added clear-query and clear-selection actions for --bind - It is now possible to split a composite bind action over multiple --bind expressions by prefixing the later ones with +. fzf --bind 'ctrl-a:up+up' [#] Can be now written as fzf --bind 'ctrl-a:up' --bind 'ctrl-a:+up' [#] This is useful when you need to write special [#] execute/reload form (i.e. `execute:...`) [#] to avoid parse errors and add more actions to the same key fzf --multi --bind 'ctrl-l:select-all+execute:less {+f}' --bind 'ctrl-l:+deselect-all' - Fixed parse error of --bind expression where concatenated execute/reload action contains + character. fzf --multi --bind 'ctrl-l:select-all+execute(less {+f})+deselect-all' - Fixed bugs of reload action - Not triggered when there's no match even when the command doesn't have any placeholder expressions - Screen not properly cleared when --header-lines not filled on reload- Update to 0.19.0 - Added --phony option which completely disables search functionality. Useful when you want to use fzf only as a selector interface. See below. - Added "reload" action for dynamically updating the input list without restarting fzf. See https://github.com/junegunn/fzf/issues/1750 to learn more about it. - --multi now takes an optional integer argument which indicates the maximum number of items that can be selected - If a placeholder expression for --preview and execute action (and the new reload action) contains f flag, it is replaced to the path of a temporary file that holds the evaluated list. This is useful when you multi-select a large number of items and the length of the evaluated string may exceed ARG_MAX. - deselect-all no longer deselects unmatched items. It is now consistent with select-all and toggle-all in that it only affects matched items. - Due to the limitation of bash, fuzzy completion is enabled by default for a fixed set of commands. A helper function for easily setting up fuzzy completion for any command is now provided. - Info line style can be changed by --info=STYLE - Preview window border can be disabled by adding noborder to --preview-window. - When you transform the input with --with-nth, the trailing white spaces are removed. - ctrl-\, ctrl-], ctrl-^, and ctrl-/ can now be used with --bind - See https://github.com/junegunn/fzf/milestone/15?closed=1 for more details- Remove pointless double extraction of tarball again.- Update to 0.18.0: - 0.18.0 - Added placeholder expression for zero-based item index: {n} and {+n} fzf --preview 'echo {n}: {}' - Added color option for the gutter: --color gutter:-1 - Added --no-unicode option for drawing borders in non-Unicode, ASCII characters - FZF_PREVIEW_LINES and FZF_PREVIEW_COLUMNS are exported to preview process fzf still overrides LINES and COLUMNS as before, but they may be reset by the default shell. - Bug fixes and improvements See https://github.com/junegunn/fzf/milestone/14?closed=1 - Update to 0.17.5: - Bug fixes and improvements See https://github.com/junegunn/fzf/milestone/13?closed=1 - Search query longer than the screen width is allowed (up to 300 chars) - Patch build-mode-pie.patch removed as it is unneeded (we don't use Makefile anymore).- Add subpackage vim-fzf with the original vim plugin for fzf (there is also more extensive third party plugin on https://github.com/junegunn/fzf.vim)- update to 0.17.4 * Added --layout option with a new layout called reverse-list. - -layout=reverse is a synonym for --reverse - -layout=default is a synonym for --no-reverse * Preview window will be updated even when there is no match for the query if any of the placeholder expressions (e.g. {q}, {+}) evaluates to a non-empty string. * More keys for binding: shift-{up,down}, alt-{up,down,left, right} * fzf can now start when /dev/tty is not available by making an educated guess. * bash/zsh completion improvements * install and uninstall scripts support generating files under XDG_CONFIG_HOME on --xdg flag. - remove sed patch for non-excecutable fix (merged upstream)- initial packagebuild83 16213492660.21.1-bp153.1.65vim-fzfREADME-VIM.mdvimsitedocfzf.txtpluginfzf.vim/usr/share/doc/packages//usr/share/doc/packages/vim-fzf//usr/share//usr/share/vim//usr/share/vim/site//usr/share/vim/site/doc//usr/share/vim/site/plugin/-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:Backports:SLE-15-SP3/standard/ed909dbbb291327d7bccf17d880ca860-fzfcpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode textbD_;Tǂ#Cutf-8bc4ccc64eda3fca0f16f9780c6ea91ba0426a32c1f552b82f6f7aabce1b70cbc?P7zXZ !t/:9] crt:bLL ħ3b{KjXl œš:ybJ۵9VYgYf)|AmO^rF-h j,Ym+Ydϴ48}ׄԕ, [,y|&V\z**C)趡Sax0SRJ˳+!×p5k*Fg'.3#RaSEY} G8#4~8;:9T}ƋmV6@Gy.FjOJ~ˣf*N 4ݸeF0V@2S7ckȥfptH_8yTO{4kdm@KPwS]7Ӿl+[ "ôS*=uVry0te[_K0xTU^,̣=%_x-Pa(2 HUO>,1߰b{5r45D-eO0HzSl PV@JG&Oh.{cI"T;IńHgFM&9T{(T+ymˆ&;(yˏHu*=ʒb\fw H)KZAhrQNK3iֽ6u<MPj` ^NNE I q k^TqKw 5CpHA&-_NuŝԳnF6%XMB'2AA-D좸]4{915e+2L*6 E}uvW"gGO}єK!U;B!/K6$|L3] '2)[}9M$(5uIxK=QQk2geu<́Dk`X()vd8 FU _չH:":VEMf¾7rlϋIF@!̓x-N2:>a_r˴˓>-  PEV Ri?(Rs*xSw37aȖpke)CHE@0bξehQZ8߈:tH٣u' ,(sJkǜϒJ)SߍQR=92+z_;>|2m%T8A "m#5l,cxcQ&=lW.M_X"p7~at o}| Y9Sd͡RLw6gzZ{A*SMdix9˕A(ܧ`G앎P,a$f$R  MW1@Qib 4ˠaL%)m#[8 v!EWWMr^lhln,wbhZTN 0uB3 qsZw,- HXQ2%ק)T_x뷞!N[GCUݺ*UdtU?2dQk.[ќ_> "&ɜt& Pf`.=Anat|kU9`lpV. <ξ.XH`zY =}AH1a"H!=~**[+v/Cmrv9 #`ݻxI,C/G- bw9յ(U}aNy[Q[`Po$(y4:C'ٙ{6"o'a骜4UB{RM]39:H Ow \&)ȗ\}~Pv.mtCeG{™_Enz“I(\XUhr]l?&Lb*t }CdK!8qfLT-*3"S^AFv eZXEj,1VNHlTAzKv@) 5ƹ|Do/={oO zdB-j(K _w| ȸ(H'3Cx* IY;r̴Yx NeX'"zq*n&mMt5JTǏ  Gn}vFsH~tk ÙΦIIVGtE {'Ƀ $BTI56E΁e]2]Jw+l 2_+JdYfP90 ġD*:륆l$ =?F-4B\&@~j;We3䑧&=.^g [!B KP_m(8CYoaϊ+*,HbJ0Oy9xe [ӖԨ%t>Ԩ.ͥnxqeajBfG8n_4l"]b+bKĴӤI]0v /E:̂를gs#T%.T‡`kpf$H:nN5l#0%: IKិx˖\yAJؙF3WZIōecХN7~|ϻQw]Ǟe-ҧTڮCs:bSl)^6R4M_ TNܼxӘIpJ׺[e^# C8NnpT ^ַƟ1GҜOlRhϖթ{W_uM j:3yV#0鮄s oQ`  K_ÞN I%GC kfȻ udW?stۺC@wԋdWn%@#F5]CnD @T8r|5GjwU9 b0:mbC[/3۝af){1l6dr, Cm8ȅƄ؋_+7^g7b# EwwbJNSq%f/6'zԔ5M]^&}w>hNl}Zne_ʤŵe+BA?{j\ U7TvH"|C@*SͪË@CH v5xI̮ˮx狄Y_AFrmˣ4C͡=7W_;0}=JpsgiM3/À~ᇸQ&1B`U7-E٪.Wpd/8#qgrwb7_iTߦ]E6pdnO2jDzӟFh+iUï X|nT r4 ͐p+ ,靤V*YbJmAԜCu=%̔ίI>L^0/r`uX!2Ոv]w\emZGSs r[X.#`XtO^TY\a2s;8%\W`8գ%FU_3sVHFڜU]]DTx=qs:;+rJ1kl~2cIY],N_ZfH+'cUmN6>H^`K$+g ~\DJR{Cm$E⩦*lPW; ½%.:-:pꅇ!2+ " ;kBA܇r"(1]w3QOI!˞U>q|'xoC ªyceLm^g-&D<0S٦xR"Άm\`Oe%Gss 8~u7_w=qKEk-杞,27 QO6U"! gXmRL8 \yBZ#{LjR%|e8nh,*FjGXQٜUBqŊCN<ʮfArTrˬkmsEB 6(w'¡:.Ֆld,jW62GcQ%$6ϝ0$tƋ{$l Qa6A[] 3% %V'Uڴ'a$19S6W|)L ~ 1WEӝ3ɊRPP%ݣ`j9߽[f~>2Zf$4PO? o[ؕ=[]}[ A.[>U4 {"]s>pNKػtM [I,9HoMN);~7W9G8c1 S)XL;,nQqDJ!o>r |WĔ{G}2FۙlP$o V|Ca,PenMZLbޅ]RSkC^>_-igxch@MwJT=  2q>u^8ӊt/rhaVy%)Natٲ׭f4@}D. 3}q p";>2X7ʁ]ǁY6QH{?uMΞ?Ew<+n)5i}prIPNv_$j>G#@_w{@ҤjbN9vӗff ,ݍ1,i/_B\QkZV0EW_t),"5;Y9:MY8E3fdDud0ʆ:'~+CTG=2yhy&0H?K!jB͹v^pFeyR  [ 0Pr_TQYXӾAԡW@xlfSVP09i7Ue/ρ}{\Ͳ"nd4$"'ϻ|uX}Wz4S5ft2qRvL v _SvBA.i!GBlރ$m+>o7(`Ua 0_nʈR A-s:9?ONnȐoLvTb5tSG6^U'Q|g/b!.`eɷ޽D7' hfvy 'B<c_pwOvD}2AnG#@{wo V>~AmiOݾ8``#tAAu,֛%Phr艦4Z;D^@g;E"/$\+$6h竟Y6aw<ו5qAofа3ݞ-uSk|wZ}/ld^˔M1P4r3xk嵚Ŷ 4Q5V2H$B)+ Ko_, D*,'!# Bv\`T|χ̮*ǧϝ\OgPVEӑ(1@RF߂-cIA7<|5 Ju A/PᅕAk><͞A}b#B:T'Fq$-$?2R=|/ ^"vjB5ep?韖RiWy6otl_QD1FRpRvdVU%@mԡewi`QfdՋT*t9MMБ_H>rH"\A@GSaɸy|QCiNORRܔR|n `?Q|#82w|Tm2hlf[rJ+B0Ya l--B!aȥ{hQM>â׺pJmF-p~2Qԓ}+&/ڗ:5o+F Wkk{ GGQ>G[*+y( dlz]F}%$q#Y ybW Xq̷,5d.w۾lq_"zzXYAw8m)Q|;:t},Snz <U݈i!4P ĎkK |OD!QZxV p0+ZP G5Mzn|SU_a[Zֳog.dzR|@ LT",4NxP.WǞ!:,Phco6Q{fXZv|RE=IhZ؆dX>j :?zM* ~e#nbWێ~=n“փ.Y.'30R_[DX|閪v1_. xS-7ArI՚A} ߴk?|rZc|C溈}Kۋ,(X\V Yo" i(8 m9.BJڅSx!n>|ǹNtL=jBM]Ra`VTiI΄"+YEI |ށ=#5d4{d["C+Dz,G uq E҇dEa^W!eyj˚(d ]|JxggN/~ԩYoU!̠S!D|npGLjq][ >ƪtRo4n\p%Y)|] eIp\[ wǂe ;^*6-h.H@dl|-bk`zF> c1%) εda4K= yAv Տ9Hp#6ÍњETS.q7V;Feب`o2i j'v2HY:4hl@_!-%}c ` 7Q=l6̥cޅi' X ;9x)b.Q"3+-R0 2QڊH} ):Q+ևSuq5MnRٳꄞ;w+R9j"Y LvOmr\:iUA/"ט{3Ak<po[aOFDPIBI 9 BqgGD3BFst\LD@',ʁ 25:rn?ߺ>DM^>N5|L2 7U&F02TpΫɎs=;ibMs[ >B]OOh09#[m ?q~Ȝm{`dQHxCCzqB¬IE+d&[u_vcZeZje//F [LAs5 ᘓ8QAEX}Qχ{R^z; ky攑2a~_>ShSN)vg j?Hx-b]davРԁh:N +"[ڒrOb-d#=mαN=*)V`>W!pb CK/lPZ%Vx[66u 9ыqj>(yo Y*)F,&6_Cݾ6l} tPd2(ni/^FVN+4U` HgssiŅs] IfxyF$0}KH6V' QkE4-&g{MvB_IɒW aqɵ\h!'W̋L ,Z*4,E_Hu?#>3>um%bJTL/ś##;WW*'agQd1H!AIEX' l1@&x⚰!ﶰp,Yf?_TH3l;'=u ;N' HM S_DB}c |Yi/;9e^dk!%qKero50˒X7 tH;D{#ff\WS?؜ lfx K0k!3JM^"L?KٓԮC;KCE qtj[W7U;?ݩgK}[193 6AyT