From 8dac38590999d4c855cf7d58df5d9df7c6e8b879 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 9 Nov 2008 13:17:16 +0000 Subject: changed version to superalpha --- Session.vim | 258 +++--------------------------------------------------------- 1 file changed, 10 insertions(+), 248 deletions(-) (limited to 'Session.vim') diff --git a/Session.vim b/Session.vim index 0800758..4bcf05a 100644 --- a/Session.vim +++ b/Session.vim @@ -39,7 +39,6 @@ set showmatch set smartcase set tabstop=4 set tags=./tags,./TAGS,tags,TAGS,./tags,./../tags,./../../tags,./*/tags -set textwidth=80 set title set visualbell let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 @@ -50,34 +49,14 @@ if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO -badd +72 src/core/interpret.h -badd +7 tmp/test.fy -badd +81 src/defines.h -badd +4 TODO -badd +1005 ./src/core/interpret.c -badd +73 Makefile -badd +67 src/core/symbol.h -badd +115 ./src/core/symbol.c -badd +25 src/core/function.c -badd +173 src/core/token.h -badd +322 ./src/core/token.c -badd +50 src/core/convert.c -badd +65 ./src/data/array.c -badd +1 src/core/array.h -badd +63 src/data/array.h -args src/core/interpret.h -edit tmp/test.fy +badd +0 src/defines.h +args src/defines.h +edit src/defines.h set splitbelow splitright -wincmd _ | wincmd | -vsplit -1wincmd h -wincmd w set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 -exe 'vert 1resize ' . ((&columns * 71 + 71) / 143) -exe 'vert 2resize ' . ((&columns * 71 + 71) / 143) argglobal setlocal keymap= setlocal noarabic @@ -105,8 +84,8 @@ setlocal nodiff setlocal equalprg= setlocal errorformat= setlocal noexpandtab -if &filetype != 'conf' -setlocal filetype=conf +if &filetype != 'cpp' +setlocal filetype=cpp endif setlocal foldcolumn=0 setlocal foldenable @@ -164,8 +143,8 @@ setlocal statusline= setlocal suffixesadd= setlocal swapfile setlocal synmaxcol=3000 -if &syntax != 'conf' -setlocal syntax=conf +if &syntax != 'cpp' +setlocal syntax=cpp endif setlocal tabstop=4 setlocal tags= @@ -175,230 +154,13 @@ setlocal nowinfixheight setlocal nowinfixwidth setlocal wrap setlocal wrapmargin=0 -let s:l = 4 - ((3 * winheight(0) + 22) / 44) +let s:l = 1 - ((0 * winheight(0) + 23) / 46) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt -4 +1 normal! 0 -wincmd w -argglobal -edit ./src/core/interpret.c -setlocal keymap= -setlocal noarabic -setlocal autoindent -setlocal balloonexpr= -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 comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:- -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -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 -setlocal foldcolumn=0 -setlocal nofoldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=indent -setlocal foldmethod=indent -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=tcq -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=2 -setlocal imsearch=2 -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 -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:] -setlocal modeline -setlocal modifiable -setlocal nrformats=octal,hex -setlocal nonumber -set numberwidth=1 -setlocal numberwidth=1 -setlocal omnifunc= -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norightleft -setlocal rightleftcmd=search -setlocal noscrollbind -setlocal shiftwidth=3 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal swapfile -setlocal synmaxcol=3000 -if &syntax != 'c' -setlocal syntax=c -endif -setlocal tabstop=4 -setlocal tags= -setlocal textwidth=80 -setlocal thesaurus= -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -let s:l = 947 - ((9 * winheight(0) + 22) / 44) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -947 -normal! 0 -wincmd w -exe 'vert 1resize ' . ((&columns * 71 + 71) / 143) -exe 'vert 2resize ' . ((&columns * 71 + 71) / 143) -tabedit ./src/data/array.c -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -setlocal keymap= -setlocal noarabic -setlocal autoindent -setlocal balloonexpr= -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 comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:- -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -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 -setlocal foldcolumn=0 -setlocal nofoldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=indent -setlocal foldmethod=indent -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=tcq -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=2 -setlocal imsearch=2 -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 -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:] -setlocal modeline -setlocal modifiable -setlocal nrformats=octal,hex -setlocal nonumber -set numberwidth=1 -setlocal numberwidth=1 -setlocal omnifunc= -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norightleft -setlocal rightleftcmd=search -setlocal noscrollbind -setlocal shiftwidth=3 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal swapfile -setlocal synmaxcol=3000 -if &syntax != 'c' -setlocal syntax=c -endif -setlocal tabstop=4 -setlocal tags= -setlocal textwidth=80 -setlocal thesaurus= -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -let s:l = 89 - ((44 * winheight(0) + 22) / 45) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -89 -normal! 02l -tabnext 2 +tabnext 1 if exists('s:wipebuf') silent exe 'bwipe ' . s:wipebuf endif -- cgit v1.2.3