Jiri Slaby 2024-01-05 07:45:38 +00:00 committed by Git OBS Bridge
parent a78077387d
commit 2b9e2b259b
7 changed files with 35 additions and 27 deletions

View File

@ -88,14 +88,14 @@ if has("cscope")
" go back to where you were before the search.
"
nmap <C-\>s :cs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>g :cs find g <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>c :cs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>t :cs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>e :cs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>f :cs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-\>s :cs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>g :cs find g <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>c :cs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>t :cs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>e :cs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>f :cs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-\>i :cs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
nmap <C-\>d :cs find d <C-R>=expand("<cword>")<CR><CR>
nmap <C-\>d :cs find d <C-R>=expand("<cword>")<CR><CR>
" 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 <C-@>s <C-W><C-S> :cs find s <C-R>=expand("<cword>")<CR><CR>
" nmap <C-@>s <C-W><C-S> :cs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>s :scs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>g :scs find g <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>c :scs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>t :scs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>e :scs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>f :scs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-@>i :scs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
nmap <C-@>d :scs find d <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>s :scs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>g :scs find g <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>c :scs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>t :scs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>e :scs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-@>f :scs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-@>i :scs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
nmap <C-@>d :scs find d <C-R>=expand("<cword>")<CR><CR>
" Hitting CTRL-space *twice* before the search type does a vertical
@ -127,8 +127,8 @@ if has("cscope")
nmap <C-@><C-@>c :vert scs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-@><C-@>t :vert scs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-@><C-@>e :vert scs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-@><C-@>f :vert scs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-@><C-@>i :vert scs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
nmap <C-@><C-@>f :vert scs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-@><C-@>i :vert scs find i ^<C-R>=expand("<cfile>")<CR>$<CR>
nmap <C-@><C-@>d :vert scs find d <C-R>=expand("<cword>")<CR><CR>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 5 07:44:32 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
- 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 <ddiss@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0e3a0ba1493c8cbc7d2048c04bee9c002d4b8c0192bd695d9b8a633187e6f63
size 163149

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049101d2ea7fea9e77a7926f7f2840ef17a264085d229d17638843356e5ad82b
size 165058

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:465d3bebc437577c8d9431d700a9f09c92ac185866c6de1ace7af2f5c13b4e2c
size 73723

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6440496f3dcf1f85903f92895dda72f7d119b92f6a4f12ecd89166beb82ecb9f
size 75855