• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision71f48a60672848c2ff8614de4c5ab1a4fec38dde (tree)
Time2023-02-03 16:03:29
Authorbadcoff33 <none@none>
Commiterbadcoff33

Log Message

silent removale from mouse menu

Change Summary

Incremental Difference

--- a/init.vim
+++ b/init.vim
@@ -57,7 +57,7 @@ set backspace=eol,start,indent
5757 set backspace=indent,eol,start
5858 set whichwrap+=<,>,[,]
5959
60-set jumpoptions=stack
60+set jumpoptions=stack,view
6161
6262 " Search: Some configuration for the search behavior.
6363 set ignorecase
@@ -101,9 +101,6 @@ set tagcase=followscs
101101 " Tune the diff feature for my needs.
102102 set diffopt=internal,algorithm:minimal,context:8,vertical,iwhite,filler,closeoff
103103
104-if &diff
105- set columns=999 lines=999
106-endif
107104 command! ShowChanges vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd p | diffthis
108105
109106 " Living with QWERTZ keyboards
@@ -339,8 +336,11 @@ endfunction
339336 " }}}
340337
341338 " Compact mouse menu {{{
342-aunmenu PopUp.How-to\ disable\ mouse
343-"aunmenu PopUp.-1-
339+try
340+ aunmenu PopUp.How-to\ disable\ mouse
341+ "aunmenu PopUp.-1-
342+catch /E329.*/
343+endtry
344344 " }}}
345345
346346 let g:term = &term