|
@@ -0,0 +1,435 @@
|
|
|
+let SessionLoad = 1
|
|
|
+if &cp | set nocp | endif
|
|
|
+let s:cpo_save=&cpo
|
|
|
+set cpo&vim
|
|
|
+nmap gx <Plug>NetrwBrowseX
|
|
|
+nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
|
|
|
+let &cpo=s:cpo_save
|
|
|
+unlet s:cpo_save
|
|
|
+set autoindent
|
|
|
+set backspace=2
|
|
|
+set backup
|
|
|
+set fileencodings=ucs-bom,utf-8,latin1
|
|
|
+set grepprg=grep\ -nH\ $*
|
|
|
+set guicursor=n-v-c:block,o:hor50,i-ci:hor15,r-cr:hor30,sm:block,a:blinkon0
|
|
|
+set helplang=fr
|
|
|
+set hidden
|
|
|
+set history=50
|
|
|
+set incsearch
|
|
|
+set nojoinspaces
|
|
|
+set laststatus=2
|
|
|
+set listchars=tab:>-,trail:_
|
|
|
+set modelines=2
|
|
|
+set mouse=a
|
|
|
+set ruler
|
|
|
+set scrolloff=2
|
|
|
+set showcmd
|
|
|
+set showfulltag
|
|
|
+set showmatch
|
|
|
+set showtabline=2
|
|
|
+set smartcase
|
|
|
+set spellfile=en.utf-8.add,fr.utf-8.add,cs.utf-8.add,sigles.utf-8.add,noms.utf-8.add
|
|
|
+set statusline=%n\ %t%w%h%q%m%r,\ %y,\ %p%%,\ %c:%l/%L,\ %o
|
|
|
+set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
|
|
|
+set tags=./tags,./TAGS,tags,TAGS,../../tags,~/SVN/StarPU/trunk/tags
|
|
|
+set viminfo='20,\"50
|
|
|
+set visualbell
|
|
|
+set whichwrap=b,s,<,>,[,]
|
|
|
+set wildmenu
|
|
|
+set wildmode=longest,list
|
|
|
+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 ~/local/src/INTW/INTERTWinE_RM/starpurm.gitlab/dev-examples/block_test
|
|
|
+if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
|
|
|
+ let s:wipebuf = bufnr('%')
|
|
|
+endif
|
|
|
+set shortmess=aoO
|
|
|
+badd +87 block_test.c
|
|
|
+badd +405 ~/local/src/INTW/INTERTWinE_RM/starpurm.gitlab/src/starpurm.c
|
|
|
+badd +393 ~/SVN/StarPU/trunk/src/drivers/driver_common/driver_common.c
|
|
|
+badd +0 ~/SVN/StarPU/trunk/src/core/workers.c
|
|
|
+badd +0 ~/SVN/StarPU/trunk/src/core/sched_ctx.c
|
|
|
+args block_test.c
|
|
|
+edit ~/SVN/StarPU/trunk/src/core/sched_ctx.c
|
|
|
+set splitbelow splitright
|
|
|
+wincmd _ | wincmd |
|
|
|
+vsplit
|
|
|
+1wincmd h
|
|
|
+wincmd w
|
|
|
+wincmd _ | wincmd |
|
|
|
+split
|
|
|
+1wincmd k
|
|
|
+wincmd w
|
|
|
+set nosplitbelow
|
|
|
+set nosplitright
|
|
|
+wincmd t
|
|
|
+set winheight=1 winwidth=1
|
|
|
+exe 'vert 1resize ' . ((&columns * 90 + 90) / 180)
|
|
|
+exe '2resize ' . ((&lines * 27 + 28) / 57)
|
|
|
+exe 'vert 2resize ' . ((&columns * 89 + 90) / 180)
|
|
|
+exe '3resize ' . ((&lines * 26 + 28) / 57)
|
|
|
+exe 'vert 3resize ' . ((&columns * 89 + 90) / 180)
|
|
|
+argglobal
|
|
|
+setlocal keymap=
|
|
|
+setlocal noarabic
|
|
|
+setlocal autoindent
|
|
|
+setlocal nobinary
|
|
|
+setlocal bufhidden=
|
|
|
+setlocal buflisted
|
|
|
+setlocal buftype=
|
|
|
+setlocal cindent
|
|
|
+setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
|
|
|
+setlocal cinoptions=
|
|
|
+setlocal cinwords=if,else,while,do,for,switch
|
|
|
+setlocal colorcolumn=
|
|
|
+setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
|
|
|
+setlocal commentstring=/*%s*/
|
|
|
+setlocal complete=.,w,b,u,t,i
|
|
|
+setlocal concealcursor=
|
|
|
+setlocal conceallevel=0
|
|
|
+setlocal completefunc=
|
|
|
+setlocal nocopyindent
|
|
|
+setlocal cryptmethod=
|
|
|
+setlocal nocursorbind
|
|
|
+setlocal nocursorcolumn
|
|
|
+set cursorline
|
|
|
+setlocal cursorline
|
|
|
+setlocal define=
|
|
|
+setlocal dictionary=
|
|
|
+setlocal nodiff
|
|
|
+setlocal equalprg=
|
|
|
+setlocal errorformat=
|
|
|
+setlocal noexpandtab
|
|
|
+if &filetype != 'c'
|
|
|
+setlocal filetype=c
|
|
|
+endif
|
|
|
+set foldcolumn=1
|
|
|
+setlocal foldcolumn=1
|
|
|
+set nofoldenable
|
|
|
+setlocal nofoldenable
|
|
|
+setlocal foldexpr=0
|
|
|
+setlocal foldignore=#
|
|
|
+setlocal foldlevel=0
|
|
|
+setlocal foldmarker={{{,}}}
|
|
|
+setlocal foldmethod=manual
|
|
|
+setlocal foldminlines=1
|
|
|
+setlocal foldnestmax=20
|
|
|
+setlocal foldtext=foldtext()
|
|
|
+setlocal formatexpr=
|
|
|
+setlocal formatoptions=croql
|
|
|
+setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
|
|
|
+setlocal grepprg=
|
|
|
+setlocal iminsert=0
|
|
|
+setlocal imsearch=0
|
|
|
+setlocal include=
|
|
|
+setlocal includeexpr=
|
|
|
+setlocal indentexpr=
|
|
|
+setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
|
|
|
+setlocal noinfercase
|
|
|
+setlocal iskeyword=@,48-57,_,192-255
|
|
|
+setlocal keywordprg=
|
|
|
+setlocal nolinebreak
|
|
|
+setlocal nolisp
|
|
|
+set list
|
|
|
+setlocal list
|
|
|
+setlocal makeprg=
|
|
|
+setlocal matchpairs=(:),{:},[:]
|
|
|
+setlocal modeline
|
|
|
+setlocal modifiable
|
|
|
+setlocal nrformats=octal,hex
|
|
|
+set number
|
|
|
+setlocal number
|
|
|
+setlocal numberwidth=4
|
|
|
+setlocal omnifunc=ccomplete#Complete
|
|
|
+setlocal path=
|
|
|
+setlocal nopreserveindent
|
|
|
+setlocal nopreviewwindow
|
|
|
+setlocal quoteescape=\\
|
|
|
+setlocal noreadonly
|
|
|
+setlocal norelativenumber
|
|
|
+setlocal norightleft
|
|
|
+setlocal rightleftcmd=search
|
|
|
+setlocal noscrollbind
|
|
|
+setlocal shiftwidth=8
|
|
|
+setlocal noshortname
|
|
|
+setlocal nosmartindent
|
|
|
+setlocal softtabstop=0
|
|
|
+setlocal nospell
|
|
|
+setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
|
|
|
+setlocal spellfile=en.utf-8.add,fr.utf-8.add,cs.utf-8.add,sigles.utf-8.add,noms.utf-8.add
|
|
|
+setlocal spelllang=en
|
|
|
+setlocal statusline=
|
|
|
+setlocal suffixesadd=
|
|
|
+setlocal swapfile
|
|
|
+setlocal synmaxcol=3000
|
|
|
+if &syntax != 'c'
|
|
|
+setlocal syntax=c
|
|
|
+endif
|
|
|
+setlocal tabstop=8
|
|
|
+setlocal tags=
|
|
|
+setlocal textwidth=0
|
|
|
+setlocal thesaurus=
|
|
|
+setlocal noundofile
|
|
|
+setlocal undolevels=-123456
|
|
|
+setlocal nowinfixheight
|
|
|
+setlocal nowinfixwidth
|
|
|
+setlocal wrap
|
|
|
+setlocal wrapmargin=0
|
|
|
+silent! normal! zE
|
|
|
+let s:l = 2072 - ((2 * winheight(0) + 27) / 54)
|
|
|
+if s:l < 1 | let s:l = 1 | endif
|
|
|
+exe s:l
|
|
|
+normal! zt
|
|
|
+2072
|
|
|
+normal! 0
|
|
|
+wincmd w
|
|
|
+argglobal
|
|
|
+edit ~/SVN/StarPU/trunk/src/core/workers.c
|
|
|
+setlocal keymap=
|
|
|
+setlocal noarabic
|
|
|
+setlocal autoindent
|
|
|
+setlocal nobinary
|
|
|
+setlocal bufhidden=
|
|
|
+setlocal buflisted
|
|
|
+setlocal buftype=
|
|
|
+setlocal cindent
|
|
|
+setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
|
|
|
+setlocal cinoptions=
|
|
|
+setlocal cinwords=if,else,while,do,for,switch
|
|
|
+setlocal colorcolumn=
|
|
|
+setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
|
|
|
+setlocal commentstring=/*%s*/
|
|
|
+setlocal complete=.,w,b,u,t,i
|
|
|
+setlocal concealcursor=
|
|
|
+setlocal conceallevel=0
|
|
|
+setlocal completefunc=
|
|
|
+setlocal nocopyindent
|
|
|
+setlocal cryptmethod=
|
|
|
+setlocal nocursorbind
|
|
|
+setlocal nocursorcolumn
|
|
|
+set cursorline
|
|
|
+setlocal cursorline
|
|
|
+setlocal define=
|
|
|
+setlocal dictionary=
|
|
|
+setlocal nodiff
|
|
|
+setlocal equalprg=
|
|
|
+setlocal errorformat=
|
|
|
+setlocal noexpandtab
|
|
|
+if &filetype != 'c'
|
|
|
+setlocal filetype=c
|
|
|
+endif
|
|
|
+set foldcolumn=1
|
|
|
+setlocal foldcolumn=1
|
|
|
+set nofoldenable
|
|
|
+setlocal nofoldenable
|
|
|
+setlocal foldexpr=0
|
|
|
+setlocal foldignore=#
|
|
|
+setlocal foldlevel=0
|
|
|
+setlocal foldmarker={{{,}}}
|
|
|
+setlocal foldmethod=manual
|
|
|
+setlocal foldminlines=1
|
|
|
+setlocal foldnestmax=20
|
|
|
+setlocal foldtext=foldtext()
|
|
|
+setlocal formatexpr=
|
|
|
+setlocal formatoptions=croql
|
|
|
+setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
|
|
|
+setlocal grepprg=
|
|
|
+setlocal iminsert=0
|
|
|
+setlocal imsearch=0
|
|
|
+setlocal include=
|
|
|
+setlocal includeexpr=
|
|
|
+setlocal indentexpr=
|
|
|
+setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
|
|
|
+setlocal noinfercase
|
|
|
+setlocal iskeyword=@,48-57,_,192-255
|
|
|
+setlocal keywordprg=
|
|
|
+setlocal nolinebreak
|
|
|
+setlocal nolisp
|
|
|
+set list
|
|
|
+setlocal list
|
|
|
+setlocal makeprg=
|
|
|
+setlocal matchpairs=(:),{:},[:]
|
|
|
+setlocal modeline
|
|
|
+setlocal modifiable
|
|
|
+setlocal nrformats=octal,hex
|
|
|
+set number
|
|
|
+setlocal number
|
|
|
+setlocal numberwidth=4
|
|
|
+setlocal omnifunc=ccomplete#Complete
|
|
|
+setlocal path=
|
|
|
+setlocal nopreserveindent
|
|
|
+setlocal nopreviewwindow
|
|
|
+setlocal quoteescape=\\
|
|
|
+setlocal noreadonly
|
|
|
+setlocal norelativenumber
|
|
|
+setlocal norightleft
|
|
|
+setlocal rightleftcmd=search
|
|
|
+setlocal noscrollbind
|
|
|
+setlocal shiftwidth=8
|
|
|
+setlocal noshortname
|
|
|
+setlocal nosmartindent
|
|
|
+setlocal softtabstop=0
|
|
|
+setlocal nospell
|
|
|
+setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
|
|
|
+setlocal spellfile=en.utf-8.add,fr.utf-8.add,cs.utf-8.add,sigles.utf-8.add,noms.utf-8.add
|
|
|
+setlocal spelllang=en
|
|
|
+setlocal statusline=
|
|
|
+setlocal suffixesadd=
|
|
|
+setlocal swapfile
|
|
|
+setlocal synmaxcol=3000
|
|
|
+if &syntax != 'c'
|
|
|
+setlocal syntax=c
|
|
|
+endif
|
|
|
+setlocal tabstop=8
|
|
|
+setlocal tags=
|
|
|
+setlocal textwidth=0
|
|
|
+setlocal thesaurus=
|
|
|
+setlocal noundofile
|
|
|
+setlocal undolevels=-123456
|
|
|
+setlocal nowinfixheight
|
|
|
+setlocal nowinfixwidth
|
|
|
+setlocal wrap
|
|
|
+setlocal wrapmargin=0
|
|
|
+silent! normal! zE
|
|
|
+let s:l = 1585 - ((20 * winheight(0) + 13) / 27)
|
|
|
+if s:l < 1 | let s:l = 1 | endif
|
|
|
+exe s:l
|
|
|
+normal! zt
|
|
|
+1585
|
|
|
+normal! 0
|
|
|
+wincmd w
|
|
|
+argglobal
|
|
|
+edit ~/SVN/StarPU/trunk/src/drivers/driver_common/driver_common.c
|
|
|
+setlocal keymap=
|
|
|
+setlocal noarabic
|
|
|
+setlocal autoindent
|
|
|
+setlocal nobinary
|
|
|
+setlocal bufhidden=
|
|
|
+setlocal buflisted
|
|
|
+setlocal buftype=
|
|
|
+setlocal cindent
|
|
|
+setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
|
|
|
+setlocal cinoptions=
|
|
|
+setlocal cinwords=if,else,while,do,for,switch
|
|
|
+setlocal colorcolumn=
|
|
|
+setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
|
|
|
+setlocal commentstring=/*%s*/
|
|
|
+setlocal complete=.,w,b,u,t,i
|
|
|
+setlocal concealcursor=
|
|
|
+setlocal conceallevel=0
|
|
|
+setlocal completefunc=
|
|
|
+setlocal nocopyindent
|
|
|
+setlocal cryptmethod=
|
|
|
+setlocal nocursorbind
|
|
|
+setlocal nocursorcolumn
|
|
|
+set cursorline
|
|
|
+setlocal cursorline
|
|
|
+setlocal define=
|
|
|
+setlocal dictionary=
|
|
|
+setlocal nodiff
|
|
|
+setlocal equalprg=
|
|
|
+setlocal errorformat=
|
|
|
+setlocal noexpandtab
|
|
|
+if &filetype != 'c'
|
|
|
+setlocal filetype=c
|
|
|
+endif
|
|
|
+set foldcolumn=1
|
|
|
+setlocal foldcolumn=1
|
|
|
+set nofoldenable
|
|
|
+setlocal nofoldenable
|
|
|
+setlocal foldexpr=0
|
|
|
+setlocal foldignore=#
|
|
|
+setlocal foldlevel=0
|
|
|
+setlocal foldmarker={{{,}}}
|
|
|
+setlocal foldmethod=manual
|
|
|
+setlocal foldminlines=1
|
|
|
+setlocal foldnestmax=20
|
|
|
+setlocal foldtext=foldtext()
|
|
|
+setlocal formatexpr=
|
|
|
+setlocal formatoptions=croql
|
|
|
+setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
|
|
|
+setlocal grepprg=
|
|
|
+setlocal iminsert=0
|
|
|
+setlocal imsearch=0
|
|
|
+setlocal include=
|
|
|
+setlocal includeexpr=
|
|
|
+setlocal indentexpr=
|
|
|
+setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
|
|
|
+setlocal noinfercase
|
|
|
+setlocal iskeyword=@,48-57,_,192-255
|
|
|
+setlocal keywordprg=
|
|
|
+setlocal nolinebreak
|
|
|
+setlocal nolisp
|
|
|
+set list
|
|
|
+setlocal list
|
|
|
+setlocal makeprg=
|
|
|
+setlocal matchpairs=(:),{:},[:]
|
|
|
+setlocal modeline
|
|
|
+setlocal modifiable
|
|
|
+setlocal nrformats=octal,hex
|
|
|
+set number
|
|
|
+setlocal number
|
|
|
+setlocal numberwidth=4
|
|
|
+setlocal omnifunc=ccomplete#Complete
|
|
|
+setlocal path=
|
|
|
+setlocal nopreserveindent
|
|
|
+setlocal nopreviewwindow
|
|
|
+setlocal quoteescape=\\
|
|
|
+setlocal noreadonly
|
|
|
+setlocal norelativenumber
|
|
|
+setlocal norightleft
|
|
|
+setlocal rightleftcmd=search
|
|
|
+setlocal noscrollbind
|
|
|
+setlocal shiftwidth=8
|
|
|
+setlocal noshortname
|
|
|
+setlocal nosmartindent
|
|
|
+setlocal softtabstop=0
|
|
|
+setlocal nospell
|
|
|
+setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
|
|
|
+setlocal spellfile=en.utf-8.add,fr.utf-8.add,cs.utf-8.add,sigles.utf-8.add,noms.utf-8.add
|
|
|
+setlocal spelllang=en
|
|
|
+setlocal statusline=
|
|
|
+setlocal suffixesadd=
|
|
|
+setlocal swapfile
|
|
|
+setlocal synmaxcol=3000
|
|
|
+if &syntax != 'c'
|
|
|
+setlocal syntax=c
|
|
|
+endif
|
|
|
+setlocal tabstop=8
|
|
|
+setlocal tags=
|
|
|
+setlocal textwidth=0
|
|
|
+setlocal thesaurus=
|
|
|
+setlocal noundofile
|
|
|
+setlocal undolevels=-123456
|
|
|
+setlocal nowinfixheight
|
|
|
+setlocal nowinfixwidth
|
|
|
+setlocal wrap
|
|
|
+setlocal wrapmargin=0
|
|
|
+silent! normal! zE
|
|
|
+let s:l = 394 - ((15 * winheight(0) + 13) / 26)
|
|
|
+if s:l < 1 | let s:l = 1 | endif
|
|
|
+exe s:l
|
|
|
+normal! zt
|
|
|
+394
|
|
|
+normal! 033|
|
|
|
+wincmd w
|
|
|
+exe 'vert 1resize ' . ((&columns * 90 + 90) / 180)
|
|
|
+exe '2resize ' . ((&lines * 27 + 28) / 57)
|
|
|
+exe 'vert 2resize ' . ((&columns * 89 + 90) / 180)
|
|
|
+exe '3resize ' . ((&lines * 26 + 28) / 57)
|
|
|
+exe 'vert 3resize ' . ((&columns * 89 + 90) / 180)
|
|
|
+tabnext 1
|
|
|
+if exists('s:wipebuf')
|
|
|
+ silent exe 'bwipe ' . s:wipebuf
|
|
|
+endif
|
|
|
+unlet! s:wipebuf
|
|
|
+set winheight=1 winwidth=20 shortmess=filnxtToO
|
|
|
+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
|
|
|
+doautoall SessionLoadPost
|
|
|
+unlet SessionLoad
|
|
|
+" vim: set ft=vim :
|