293 lines
6 KiB
VimL
293 lines
6 KiB
VimL
let SessionLoad = 1
|
|
if &cp | set nocp | endif
|
|
let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
|
|
let v:this_session=expand("<sfile>:p")
|
|
silent only
|
|
cd ~/Projects/market-mobile/src
|
|
if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
|
let s:wipebuf = bufnr('%')
|
|
endif
|
|
set shortmess=aoO
|
|
badd +10 index.js
|
|
badd +9 App.jsx
|
|
badd +42 modules/dealers/components/withDealers.jsx
|
|
badd +1 modules/app/actions.js
|
|
badd +55 modules/users/actions.js
|
|
badd +11 modules/auth/actionTypes.js
|
|
badd +32 modules/appraisals/selectors.js
|
|
badd +1 modules/appraisals/reducer.js
|
|
badd +21 constants.js
|
|
badd +1 modules/app/components/DealerPicker/index.jsx
|
|
badd +21 modules/auth/reducer.js
|
|
badd +4 modules/appraisals/components/List.jsx
|
|
badd +33 modules/appraisals/components/Appraisals.jsx
|
|
badd +1 modules/appraisals/components/List/ListItem.jsx
|
|
badd +1 modules/app/index.js
|
|
badd +1 modules/app/components/Login/index.jsx
|
|
badd +1 modules/auth/actions.js
|
|
badd +1 modules/auth/sagas.js
|
|
badd +1 modules/appraisals/components/List/index.jsx
|
|
badd +13 modules/app/reducer.js
|
|
badd +5 modules/app/actionTypes.js
|
|
badd +10 modules/app/selectors.js
|
|
badd +27 modules/auth/selectors.js
|
|
badd +49 modules/dealers/selectors.js
|
|
badd +11 modules/dealers/model.js
|
|
badd +41 modules/dealers/sagas.js
|
|
argglobal
|
|
silent! argdel *
|
|
$argadd index.js
|
|
set stal=2
|
|
edit index.js
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 10 - ((1 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
10
|
|
normal! 034|
|
|
tabedit App.jsx
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 1 - ((0 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
1
|
|
normal! 021|
|
|
tabedit modules/app/components/Login/index.jsx
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 42 - ((38 * winheight(0) + 42) / 84)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
42
|
|
normal! 039|
|
|
tabedit modules/auth/actions.js
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 23 - ((2 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
23
|
|
normal! 025|
|
|
tabedit modules/dealers/components/withDealers.jsx
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
18
|
|
normal! zo
|
|
19
|
|
normal! zo
|
|
20
|
|
normal! zo
|
|
40
|
|
normal! zo
|
|
47
|
|
normal! zo
|
|
48
|
|
normal! zo
|
|
let s:l = 39 - ((38 * winheight(0) + 42) / 84)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
39
|
|
normal! 026|
|
|
tabedit modules/dealers/selectors.js
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 43 - ((42 * winheight(0) + 42) / 84)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
43
|
|
normal! 021|
|
|
tabedit modules/dealers/model.js
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 11 - ((1 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
11
|
|
normal! 03|
|
|
tabedit modules/appraisals/components/List/index.jsx
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
24
|
|
normal! zo
|
|
29
|
|
normal! zo
|
|
33
|
|
normal! zo
|
|
34
|
|
normal! zo
|
|
37
|
|
normal! zo
|
|
38
|
|
normal! zo
|
|
let s:l = 40 - ((3 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
40
|
|
normal! 039|
|
|
tabedit constants.js
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 1 - ((0 * winheight(0) + 4) / 8)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
1
|
|
normal! 029|
|
|
tabedit modules/app/components/DealerPicker/index.jsx
|
|
set splitbelow splitright
|
|
set nosplitbelow
|
|
set nosplitright
|
|
wincmd t
|
|
set winminheight=1 winheight=1 winminwidth=1 winwidth=1
|
|
argglobal
|
|
setlocal fdm=indent
|
|
setlocal fde=0
|
|
setlocal fmr={{{,}}}
|
|
setlocal fdi=#
|
|
setlocal fdl=99
|
|
setlocal fml=1
|
|
setlocal fdn=20
|
|
setlocal fen
|
|
let s:l = 49 - ((36 * winheight(0) + 42) / 84)
|
|
if s:l < 1 | let s:l = 1 | endif
|
|
exe s:l
|
|
normal! zt
|
|
49
|
|
normal! 033|
|
|
tabnext 10
|
|
set stal=1
|
|
if exists('s:wipebuf')
|
|
silent exe 'bwipe ' . s:wipebuf
|
|
endif
|
|
unlet! s:wipebuf
|
|
set winheight=1 winwidth=20 shortmess=filnxtToO
|
|
set winminheight=1 winminwidth=1
|
|
let s:sx = expand("<sfile>:p:r")."x.vim"
|
|
if file_readable(s:sx)
|
|
exe "source " . fnameescape(s:sx)
|
|
endif
|
|
let &so = s:so_save | let &siso = s:siso_save
|
|
let g:this_session = v:this_session
|
|
let g:this_obsession = v:this_session
|
|
let g:this_obsession_status = 2
|
|
doautoall SessionLoadPost
|
|
unlet SessionLoad
|
|
" vim: set ft=vim :
|