@@ -3,28 +3,17 @@ let s:so_save = &g:so | let s:siso_save = &g:siso | setg so=0 siso=0 | setl so=-
3
3
let v: this_session= expand (" <sfile>:p" )
4
4
silent only
5
5
silent tabonly
6
- cd ~/Projects/react- typescript-example /src
6
+ cd ~/typescript-lsp-server-bug-test /src
7
7
if expand (' %' ) == ' ' && ! &modified && line (' $' ) <= 1 && getline (1 ) == ' '
8
8
let s: wipebuf = bufnr (' %' )
9
9
endif
10
10
set shortmess = aoO
11
- badd + 2 ~/Projects/react-typescript-example/src/components/XxxHeader/XxxHeader.tsx
12
- badd + 6 ~/Projects/react-typescript-example/src/pages/XxxAnswersPage/XxxAnswersPage.tsx
13
- badd + 69 ~/Projects/react-typescript-example/node_modules/@material-ui/core/CircularProgress/CircularProgress.d.ts
14
- badd + 30 ~/Projects/react-typescript-example/src/pages/XxxHomePage/XxxHomePage.tsx
15
- badd + 6 ~/Projects/react-typescript-example/src/pages/XxxHomePage/BlaPaernt.tsx
16
- badd + 6 pages/XxxHomePage/ BlaChild.tsx
17
- badd + 0 ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts
18
11
argglobal
19
12
% argdel
20
13
edit pages/XxxHomePage/ BlaChild.tsx
21
14
let s: save_splitbelow = &splitbelow
22
15
let s: save_splitright = &splitright
23
16
set splitbelow splitright
24
- wincmd _ | wincmd |
25
- vsplit
26
- 1 wincmd h
27
- wincmd w
28
17
let &splitbelow = s: save_splitbelow
29
18
let &splitright = s: save_splitright
30
19
wincmd t
@@ -34,10 +23,7 @@ set winminheight=0
34
23
set winheight = 1
35
24
set winminwidth = 0
36
25
set winwidth = 1
37
- exe ' vert 1resize ' . ((&columns * 106 + 106 ) / 213 )
38
- exe ' vert 2resize ' . ((&columns * 106 + 106 ) / 213 )
39
26
argglobal
40
- balt ~/Projects/react-typescript-example/src/pages/XxxHomePage/BlaPaernt.tsx
41
27
setlocal fdm = manual
42
28
setlocal fde = 0
43
29
setlocal fmr = {{{,}}}
@@ -48,41 +34,21 @@ setlocal fdn=20
48
34
setlocal fen
49
35
silent ! normal ! zE
50
36
let &fdl = &fdl
51
- let s: l = 5 - ((4 * winheight (0 ) + 26 ) / 52 )
37
+ let s: l = 5 - ((4 * winheight (0 ) + 22 ) / 44 )
52
38
if s: l < 1 | let s: l = 1 | endif
53
39
keepjumps exe s: l
54
40
normal ! zt
55
41
keepjumps 5
56
- normal ! 07 |
57
- wincmd w
58
- argglobal
59
- if bufexists (" ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts" ) | buffer ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts | else | edit ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts | endif
60
- if &buftype == # ' terminal'
61
- silent file ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts
62
- endif
63
- balt pages/XxxHomePage/ BlaChild.tsx
64
- setlocal fdm = manual
65
- setlocal fde = 0
66
- setlocal fmr = {{{,}}}
67
- setlocal fdi = #
68
- setlocal fdl = 0
69
- setlocal fml = 1
70
- setlocal fdn = 20
71
- setlocal fen
72
- silent ! normal ! zE
73
- let &fdl = &fdl
74
- let s: l = 503 - ((24 * winheight (0 ) + 26 ) / 52 )
75
- if s: l < 1 | let s: l = 1 | endif
76
- keepjumps exe s: l
77
- normal ! zt
78
- keepjumps 503
79
- normal ! 09 |
80
- wincmd w
81
- 2 wincmd w
82
- exe ' vert 1resize ' . ((&columns * 106 + 106 ) / 213 )
83
- exe ' vert 2resize ' . ((&columns * 106 + 106 ) / 213 )
42
+ normal ! 0
84
43
tabnext 1
85
- if exists (' s:wipebuf' ) && len (win_findbuf (s: wipebuf )) == 0 && getbufvar (s: wipebuf , ' &buftype' ) isnot # ' terminal'
44
+ badd + 2 ~/Projects/react-typescript-example/src/components/XxxHeader/XxxHeader.tsx
45
+ badd + 6 ~/Projects/react-typescript-example/src/pages/XxxAnswersPage/XxxAnswersPage.tsx
46
+ badd + 69 ~/Projects/react-typescript-example/node_modules/@material-ui/core/CircularProgress/CircularProgress.d.ts
47
+ badd + 30 ~/Projects/react-typescript-example/src/pages/XxxHomePage/XxxHomePage.tsx
48
+ badd + 6 ~/Projects/react-typescript-example/src/pages/XxxHomePage/BlaPaernt.tsx
49
+ badd + 6 pages/XxxHomePage/ BlaChild.tsx
50
+ badd + 1 ~/Projects/react-typescript-example/node_modules/@types/react/index.d.ts
51
+ if exists (' s:wipebuf' ) && len (win_findbuf (s: wipebuf )) == 0 && getbufvar (s: wipebuf , ' &buftype' ) isnot # ' terminal'
86
52
silent exe ' bwipe ' . s: wipebuf
87
53
endif
88
54
unlet ! s: wipebuf
0 commit comments