diff options
| author | Paul Buetow <paul@buetow.org> | 2008-11-01 19:09:58 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-11-01 19:09:58 +0000 |
| commit | 71f02b4a701b6fb5f54950ef9925672b8c608211 (patch) | |
| tree | 5a43cdb93735eea194fd717f07105f6c3a54768a | |
| parent | a7e28edcf236e3f9ab17008cb596394d1526f3f3 (diff) | |
renamed to std name
| -rw-r--r-- | Session.vim (renamed from vimsession) | 116 |
1 files changed, 1 insertions, 115 deletions
@@ -53,121 +53,10 @@ badd +1 src/core/interpret.h args src/core/interpret.h edit src/core/interpret.h set splitbelow splitright -wincmd _ | wincmd | -split -1wincmd k -wincmd w set nosplitbelow set nosplitright wincmd t set winheight=1 winwidth=1 -exe '1resize ' . ((&lines * 20 + 18) / 36) -exe '2resize ' . ((&lines * 13 + 18) / 36) -argglobal -edit /usr/local/share/vim/vim71/doc/starting.txt -setlocal keymap= -setlocal noarabic -setlocal autoindent -setlocal balloonexpr= -setlocal nobinary -setlocal bufhidden= -setlocal nobuflisted -setlocal buftype=help -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 != 'help' -setlocal filetype=help -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=!-~,^*,^|,^\",192-255 -setlocal keywordprg= -setlocal nolinebreak -setlocal nolisp -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:] -setlocal modeline -setlocal nomodifiable -setlocal nrformats=octal,hex -setlocal nonumber -set numberwidth=1 -setlocal numberwidth=1 -setlocal omnifunc= -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal readonly -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 != 'help' -setlocal syntax=help -endif -setlocal tabstop=8 -setlocal tags= -setlocal textwidth=78 -setlocal thesaurus= -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -let s:l = 1197 - ((19 * winheight(0) + 10) / 20) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -1197 -normal! 039l -wincmd w argglobal setlocal keymap= setlocal noarabic @@ -265,15 +154,12 @@ setlocal nowinfixheight setlocal nowinfixwidth setlocal wrap setlocal wrapmargin=0 -let s:l = 1 - ((0 * winheight(0) + 6) / 13) +let s:l = 1 - ((0 * winheight(0) + 17) / 35) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 1 normal! 0 -wincmd w -exe '1resize ' . ((&lines * 20 + 18) / 36) -exe '2resize ' . ((&lines * 13 + 18) / 36) tabnext 1 if exists('s:wipebuf') silent exe 'bwipe ' . s:wipebuf |
