Update last session and global dict

This commit is contained in:
Yannick Reiß 2024-01-08 09:46:18 +01:00
parent 0251d022b8
commit fee4aa689d
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
5 changed files with 21 additions and 51 deletions

View File

@ -1,51 +0,0 @@
let SessionLoad = 1
let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-1 siso=-1
let v:this_session=expand("<sfile>:p")
silent only
silent tabonly
cd ~/.config/nvim/viml
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
let s:wipebuf = bufnr('%')
endif
let s:shortmess_save = &shortmess
if &shortmess =~ 'A'
set shortmess=aoOA
else
set shortmess=aoO
endif
badd +1 legacyconf.vim
argglobal
%argdel
$argadd legacyconf.vim
edit legacyconf.vim
argglobal
setlocal fdm=expr
setlocal fde=nvim_treesitter#foldexpr()
setlocal fmr={{{,}}}
setlocal fdi=#
setlocal fdl=0
setlocal fml=1
setlocal fdn=20
setlocal nofen
let s:l = 1 - ((0 * winheight(0) + 19) / 38)
if s:l < 1 | let s:l = 1 | endif
keepjumps exe s:l
normal! zt
keepjumps 1
normal! 0
tabnext 1
if exists('s:wipebuf') && len(win_findbuf(s:wipebuf)) == 0 && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal'
silent exe 'bwipe ' . s:wipebuf
endif
unlet! s:wipebuf
set winheight=1 winwidth=20
let &shortmess = s:shortmess_save
let s:sx = expand("<sfile>:p:r")."x.vim"
if filereadable(s:sx)
exe "source " . fnameescape(s:sx)
endif
let &g:so = s:so_save | let &g:siso = s:siso_save
set hlsearch
doautoall SessionLoadPost
unlet SessionLoad
" vim: set ft=vim :

View File

@ -326,3 +326,11 @@ Relokation
Mikrocontrollersystemen
Debugging
Metaspeicher
Soundcard
ressourcenbeschränkten
Nexys
Mono
Zynq
Z7
Arty
Repository

Binary file not shown.

View File

@ -156,3 +156,16 @@ M4
on
evaluator
basisc
untrusted
VHDL
floorplanning
toolchains
OpenLane
floorplanner
combinational
pinetime
nRF52832
nordic
openROAD
gcc
linux

Binary file not shown.