Add Snippet
This commit is contained in:
parent
f5e849d9d5
commit
7e6edf6e73
|
@ -15,3 +15,7 @@ snippet dd "Date and Time" i
|
|||
`date`
|
||||
endsnippet
|
||||
|
||||
snippet credhsrm "Credentials HSRM" b
|
||||
Yannick Reiß (yreis001) <yannick.reiss@student.hs-rm.de>
|
||||
endsnippet
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ if &shortmess =~ 'A'
|
|||
else
|
||||
set shortmess=aoO
|
||||
endif
|
||||
badd +17 UltiSnips/all.snippets
|
||||
badd +19 UltiSnips/all.snippets
|
||||
argglobal
|
||||
%argdel
|
||||
$argadd UltiSnips/all.snippets
|
||||
|
@ -27,12 +27,12 @@ setlocal fdl=99
|
|||
setlocal fml=1
|
||||
setlocal fdn=20
|
||||
setlocal nofen
|
||||
let s:l = 17 - ((16 * winheight(0) + 25) / 50)
|
||||
let s:l = 19 - ((18 * winheight(0) + 25) / 50)
|
||||
if s:l < 1 | let s:l = 1 | endif
|
||||
keepjumps exe s:l
|
||||
normal! zt
|
||||
keepjumps 17
|
||||
normal! 0
|
||||
keepjumps 19
|
||||
normal! 056|
|
||||
tabnext 1
|
||||
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
|
||||
silent exe 'bwipe ' . s:wipebuf
|
||||
|
|
Loading…
Reference in New Issue