From 2b9e2b259b31715bbd4536dbc163f27d1647a30910293143370e7a048fd65359 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 5 Jan 2024 07:45:38 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=121 --- cscope_maps.vim | 36 ++++++++++++++--------------- vim-plugins.changes | 8 +++++++ vim-plugins.spec | 6 ++--- vimplugin-NERDtree-6.10.16.tar.gz | 3 --- vimplugin-NERDtree-7.1.0.tar.gz | 3 +++ vimplugin-table-mode-4.7.6.1.tar.gz | 3 --- vimplugin-table-mode-4.8.1.tar.gz | 3 +++ 7 files changed, 35 insertions(+), 27 deletions(-) delete mode 100644 vimplugin-NERDtree-6.10.16.tar.gz create mode 100644 vimplugin-NERDtree-7.1.0.tar.gz delete mode 100644 vimplugin-table-mode-4.7.6.1.tar.gz create mode 100644 vimplugin-table-mode-4.8.1.tar.gz diff --git a/cscope_maps.vim b/cscope_maps.vim index 9b9aa94..178f2cf 100644 --- a/cscope_maps.vim +++ b/cscope_maps.vim @@ -88,14 +88,14 @@ if has("cscope") " go back to where you were before the search. " - nmap s :cs find s =expand("") - nmap g :cs find g =expand("") - nmap c :cs find c =expand("") - nmap t :cs find t =expand("") - nmap e :cs find e =expand("") - nmap f :cs find f =expand("") + nmap s :cs find s =expand("") + nmap g :cs find g =expand("") + nmap c :cs find c =expand("") + nmap t :cs find t =expand("") + nmap e :cs find e =expand("") + nmap f :cs find f =expand("") nmap i :cs find i ^=expand("")$ - nmap d :cs find d =expand("") + nmap d :cs find d =expand("") " Using 'CTRL-spacebar' (intepreted as CTRL-@ by vim) then a search type @@ -104,16 +104,16 @@ if has("cscope") " " (Note: earlier versions of vim may not have the :scs command, but it " can be simulated roughly via: - " nmap s :cs find s =expand("") + " nmap s :cs find s =expand("") - nmap s :scs find s =expand("") - nmap g :scs find g =expand("") - nmap c :scs find c =expand("") - nmap t :scs find t =expand("") - nmap e :scs find e =expand("") - nmap f :scs find f =expand("") - nmap i :scs find i ^=expand("")$ - nmap d :scs find d =expand("") + nmap s :scs find s =expand("") + nmap g :scs find g =expand("") + nmap c :scs find c =expand("") + nmap t :scs find t =expand("") + nmap e :scs find e =expand("") + nmap f :scs find f =expand("") + nmap i :scs find i ^=expand("")$ + nmap d :scs find d =expand("") " Hitting CTRL-space *twice* before the search type does a vertical @@ -127,8 +127,8 @@ if has("cscope") nmap c :vert scs find c =expand("") nmap t :vert scs find t =expand("") nmap e :vert scs find e =expand("") - nmap f :vert scs find f =expand("") - nmap i :vert scs find i ^=expand("")$ + nmap f :vert scs find f =expand("") + nmap i :vert scs find i ^=expand("")$ nmap d :vert scs find d =expand("") diff --git a/vim-plugins.changes b/vim-plugins.changes index 47e4237..cc4ffe9 100644 --- a/vim-plugins.changes +++ b/vim-plugins.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 5 07:44:32 UTC 2024 - Jiri Slaby + +- update + * NERDtree_version 7.1.0 + * table_mode_version 4.8.1 + * cscope_maps.vim + ------------------------------------------------------------------- Thu Sep 7 22:27:36 UTC 2023 - David Disseldorp diff --git a/vim-plugins.spec b/vim-plugins.spec index a8ab226..2ad63a0 100644 --- a/vim-plugins.spec +++ b/vim-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package vim-plugins # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,7 @@ %define multiplesearch_version 1.3 %define neomutt_version 20220612 %define NERDcommenter_version 2.7.0 -%define NERDtree_version 6.10.16 +%define NERDtree_version 7.1.0 %define project_version 1.4.1 %define quilt_version 0.9.7 %define rails_version 5.2 @@ -51,7 +51,7 @@ %define showmarks_version 2.3 %define snipmate_version 0.83 %define supertab_version 2.1 -%define table_mode_version 4.7.6.1 +%define table_mode_version 4.8.1 %define taglist_version 4.6 %define tlib_version 1.28 %define tregisters_version 0.2 diff --git a/vimplugin-NERDtree-6.10.16.tar.gz b/vimplugin-NERDtree-6.10.16.tar.gz deleted file mode 100644 index 12ef001..0000000 --- a/vimplugin-NERDtree-6.10.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0e3a0ba1493c8cbc7d2048c04bee9c002d4b8c0192bd695d9b8a633187e6f63 -size 163149 diff --git a/vimplugin-NERDtree-7.1.0.tar.gz b/vimplugin-NERDtree-7.1.0.tar.gz new file mode 100644 index 0000000..64868e9 --- /dev/null +++ b/vimplugin-NERDtree-7.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049101d2ea7fea9e77a7926f7f2840ef17a264085d229d17638843356e5ad82b +size 165058 diff --git a/vimplugin-table-mode-4.7.6.1.tar.gz b/vimplugin-table-mode-4.7.6.1.tar.gz deleted file mode 100644 index 4f43dbd..0000000 --- a/vimplugin-table-mode-4.7.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:465d3bebc437577c8d9431d700a9f09c92ac185866c6de1ace7af2f5c13b4e2c -size 73723 diff --git a/vimplugin-table-mode-4.8.1.tar.gz b/vimplugin-table-mode-4.8.1.tar.gz new file mode 100644 index 0000000..ff6bd95 --- /dev/null +++ b/vimplugin-table-mode-4.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6440496f3dcf1f85903f92895dda72f7d119b92f6a4f12ecd89166beb82ecb9f +size 75855