vim-fzf-0.21.1-lp152.1.3 >  A ^E"/=„xPӉ]㠸ޢerʭMv5cvaO^3VO"ߎP( Qb? 塥FV P/=\޸֪1U(_dS3&u!7ӿٓK2(cL|#3GQ.Fj%)QK*<޴F G[1F&lLzlDbH䥭<<4 ւCzv:G0|[5fdcc27215d0123b0308b9133953fc2fac65e7071a0dcd4fae96019181527479f18bdc8dd98047d16f1f5d2741ab6ec858c0705fe\^E"/=„E+$ړpKφ%|V U7DchY]4=ӄwiSF!Q1̦4>LXAW> zs+}a`$Ȗi ܎VNQvXqҬbAFS)=j,D7O F';*X-ݺ$wGOi'p;?d   .TX`dw   ( H  8`C(_8h 9 : F~GHIXY\]^Jbcdeflu v,zTdhnCvim-fzf0.21.1lp152.1.3Vim plugin for fzfPlugin for vim allowing use of fzf.^Elamb19openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgProductivity/File utilitieshttps://github.com/junegunn/fzflinuxnoarch97p@A큤AAA큤A큤^E^^E ^E ^E ^E ^E ^E e1913ef015a1f16548e1bb50b1650c09f6dfc8d3da67ef82ee6ccb30cba02e8e2ec3f80578070caa03c9f331835443ce8d9fef8f9c6977fe7c6dbab261d77480d20ad3b2139ed23fc8ca1cc285b48d92e3b7e783f9a77f94d4bda859d9066e1crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfzf-0.21.1-lp152.1.3.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 packagelamb19 15896588940.21.1-lp152.1.3vim-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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/ed909dbbb291327d7bccf17d880ca860-fzfcpioxz5x86_64-suse-linuxdirectoryASCII textUTF-8 Unicode text]>mW}eutf-8fb462095f73a1e73b9c82692f12b8408016e34338199e15d1a79c53a6bae406b?P7zXZ !t/:8] crt:bLL Y09*i~Lߟѡdhƚpd'24:Ϧ5 T%})Ur41/ WUo g\ =VBM 7x c2H*ӣ%zŷ7'[6F {[*R Uy5#A8tb_ F|;x&qzA(X+CG|Sp-V`: {  PuM~ِ1vYOٶ5Nle_dwQZ>#H=la*sgM-Z"u u+F'.\0MRlA[TBGVoªq.he85D|t9`$3LZ;M!# ian0zwܴw2R" 鬄sUJg׈-^e\Zʀ_pj/0w=d֘uJ!q cڃTBI߂,%"fuH:UhiS/}c魮GOzT^F!J`'UDPD.APk 6I=qK;A1S\z6s B2])];V"Z0K3!WB;>&PlkZ9D%$TVW ,84~T1ZQC31Hi xdCfG@[(;'1 |3׌JoR${ Yq;=U31?vfJʘ4k2=`xpF,d!:eί Gf[lJΘ{OWhX0W\8ਙ0']X*$6 %':},){Z7|C9@]%1*,.+YmF#{4¼ dBDcEs.\ix I$e2zV껅rN>Qg?7z#]~+nejaLgwgb +7Hõh6>DwZT/mC鼶$stFeCg\&+b!,./֏8K/`4a4/NW ʹѥ%+iuE+$ոgTiJ؎(+ _AWrܑ<@Q ^x/ϥ!+n;1CZF$ .٠ڵ\wD/\xkm2wD_fC鸦0=GM?oS5:.ϫfAG) X&"ޜ] (N =3r8ڢȥFάyK"o U$Y,^ej3]gRJIS_; 0r!eõm^kiJng0POy1E37@2ZF!6^P!ذ{$.Jes R{c)/ { Xrº t`3".R!gQ,MVU9[Nzala{T`P3%Dd v])R bFF;J^`+Ą^}B #ޫh(x-]TS鹊K֜ƍXh_PY$j&0X>P!\ZwدFNb!(/N*_7{w\S/?;.E'%$ N{H5; 㿻ɿw)^F:ry[ٖ1L$3si:w˒R @%5ǼD6 }Q9wg+S=i#xFD]Գe/77CfZcN)c*i(ӹ>ǜmV"Ė%ppdghދ!uI'Ph+lw&swGiCdlx'F8 >30T6{tlc&{DBgɅJTI󮀫 i=[R+,cu1&%7IϿ$-'S6U TvC < #-N%$s13bcloBo|t<2W?V/ӮNbZ#&R'OaSf1;LZv599wԿ{#L䷐xIEW_yc:gĒڐ-JyFʰB'!3 cO G/U^BѺhӻGz}Ǭ_i=R.l$p(bzH]@+f43^Mje 2c\+ac.QH=B*B`{6Mtq)( /0qo{Q܄'=f/MuXTBkW>bb(s"jak:@1ˁ 7reKOʵXҝF.DMC@$ (b m-fԓ5o`;l ,Ogg5"Flu3 :_`dɅ+,@bmF[\%r!-ATZlf5>dy#λa1uS|@7bUٷ y.o;hd''tRsRYJ1a\tۍSwQtCcun- 65_ߵ)BT~seBNw+ھ·;=>hPe#`K*ˋMU?Td5| Ę;(J- w_C6 K uEU2COab.-I|K%:!XE\*!A}2?=7E:)5*c/H -Q(ʣC!(հ#8a85m"ln^iQy46).!+Jf |d+ƤrC T}?2%5Éb&m/=x˔ @`8X sF!lwfm8:=.-_ <}rc=A5gb>[K94tg^޵M#C/2䈈w.mwܠOu^Y׋uTy.\__ھ}RB,tV6i nUYǺ=$^ϩ'1(ny-siDFl3k8&NBhq(3N 22~Gy뀙{ %ճpa湄%%(-ju.L|U>[#;FPT>pDg[ ۧE~ y:q[:6v|1 Q{uF ~LVcoyQyXDZ93:/3եsmDm&dqUp@ۊ o4t);^iL҇qF lЯMR%>Z#T\s$yPCz$+yEMr:>^P)EMtmB6A-3)ooRmo_9gizWP+mka2<F!-_lR(\ >yWW(e k͸i+7~ ZK|+x?W},TT/Tnг<Uȳۗ˾6Y-RV\83L8ug㞙e& Kc%Fy۷E ֥Y q:{3zC㲘Sg{fe 6%(#T 'x1y%d3=EP&A36_UL|Io/V}P 2KFHo@ 5α˨! S7ȉSl6Lqu䕧 "|=4coU̬g>'fҙِ[\6' R:x`o.-?-&~a^27q3ۉm&ɟC$)"Gf[')k d4~ًxz<&f,Jz򕡽fbL6tJ?H ϙ75[2<~#“>2z9RĠAiXZ%U3yDW)b!ƔT#gƮ7ܷ8>SXA{OXkOYܘ^ %ue"^Vk?nÌ7CQř_-1H%"-mp kx }`oy v{EP2XVː&25[C3^W4R5 ex|XJF:yd&Zu)8ͶSE;8^I0 9y([KKpfMHfs !#Mb zV#` { p_w* s[#vAbBvJii- dt˹;va]JϠ+ET Pb%b|_/R(Z\=jQ-=VLK<ɿ Ŵ`hTxzT6fӇ=3;Kfh?VU[VLAf*!'IJdfvl񞧨/>.J[ !{< :Q]w ݊GjlA2!L77yC"$y=⭃CoIr,eI6Q孎P*ڸ8Tȓ[Zo^H6M}f?R?!}@>6LoV4Pb1鵥,,:K o5jY׋SjܕCT $ ?5n)%-ޒźz!!@<~d2o&+YjQ@\&udFtm1S_∛m%fj) Relz %\k<,,41y-2IޠWr0GV5pFj!P# $"|+dF(xt*#GSVI>wCBN G.qf(o >L /o2Zަ@'+NrW@ Ru~|, bw`Uፕ;AKlKXF۠*h苮>h_hƬqj`3k盧ƻ“v7rVx{Xbi۸KY7`/Ad6axopcyBܞI Ss7`쿺c6׋Y>7kKFX%Z=C;GNʣ%^Y[%ܫ-I\0M ; {$g?eϼWí-tG39B~|^ܳ F/9~Pa.+wfœvӋ lـsP{ż҂"#_ifI~XK b@+PF[W[Yԋˮs3W1kGΒt!~ Eh_Ý^#*sȠ=yxlCvѰvgnc i^Cu{Ӄz[_}v (꒶A$|Q-\WP!fUt8[`,R, Ҭ4~Bi zs ڬ#F9=OUSD<:̡gh#Lϲ/Mi? rCv\+%֡X}ىB[-tmX$gmj9Zv2x|@M!ZSCO~Y9! th_q9#sΥ0[st+e$UFPMQ>iÒr v-έPj޼|xow̽$똉w?p}$:eBp$^O5- x(e),m=5!\ F4ĹzɓD(x;Y_qI[::FqX*i-SiX) ĵvSH[n@À'@qbGHC mW'[[\s'; .$f|©ysp̡' bD9L"[F`xL2AAN`RV7|3#g}"Ė $ЋPŖ|7؜\ ʢpRJ  jnE_QURb1El27FL+]!uyI.3 3/ԷD 5bX_ҁm2%ErKJ4LM(ޓ?O|X̜A#ռ^awWJb8<#D 꼓RZ̠fX0 ^ߠwpVI#袮4MNtEN{gc^&l`%[Y;5 T$)B66C6r #t@vq34#W!SYjpI꺼&cR+b,kb2ݒxL#&$(WggPF}U =qlR"g'p^خ+ 6iˆ+q5+ uA'FD˽kyvwơʴW5"VxgZ8 l㥽&:jƅ8Ut1uyid{o5U˙T9W%٦#]TCqjq̜\޳ O[`?( [q25ؕL6ߓYLBDnP2 |==8̂038EQa{*,IC+P yj1vDr*'O2t#*(яp9ZY½Japv0@1GAd~!A% Xܐ%~ -UZ l@>GQ U9+ܱCT\5L.~|~_$ۛrIUHE>2L0<R"5n=5@r>p E* G\O7G =n?=ϐj]^W6$g&vS,לū| R쒦f]`PHz2&2l?*kX'ʡȿ zval4#TeF @ӠU~?7B(ˍ|fVW rbD',$2LPo'J0O7^U&w}1ofM {<"^){@%:{#H$T_8uPslUyfCq?^*vx:UƂTX9Ovv!V`5iRLTT@R?[e KLl^`jb%a+jS}&qy^7 EV|/_%K1,vwG%VrC Xj.HX <HX>kyb6RĎK QA׮͙tYȩ%> bh7\X+:w`fz#=IoWG5,Si>Q,"~0F^]"iS94lhbqK4v"qbMvQ>ن˞b6RԬf >^ym"'ۥPC8fij4/6AH~GgsiXɩ)o۸^pzcE)EJSy1,0%FX` E|x*a"/|`!v(W;E2ZT~A DSѨׯAX/Ȏg]=<,“b$SYkjq~zR o~Q-ab6]l}@;[)Bkf\zQvT8zH{)Gmj?q$?П%=eA_ ܾHpm/ -sNj 7AsQ4b{N .7 'Z9f_On<Jc򻶑e/+HmW/LQ [JUYL FȢC 7׶{=$>/ 14%^\IHsX*/wEwDP!K14k gs+@5eܾKnKY7 ~ugtӘYG 1@ vy&Q]|ū;y? dn윪x^3t7dS?01 \lqfW QxnZ3ҕȿ`1jpz*T9MydRXWQS'Y2Ego.&xORRg +ep-Q;X