From 34571050f905693638605553e878b8c93e765dbd Mon Sep 17 00:00:00 2001 From: Pellaeon Lin Date: Tue, 21 Feb 2017 11:56:51 +0800 Subject: [PATCH] Remove accidently added file --- bridges/s1 | 774 ----------------------------------------------------- 1 file changed, 774 deletions(-) delete mode 100644 bridges/s1 diff --git a/bridges/s1 b/bridges/s1 deleted file mode 100644 index 68565645..00000000 --- a/bridges/s1 +++ /dev/null @@ -1,774 +0,0 @@ -let SessionLoad = 1 -if &cp | set nocp | endif -let s:cpo_save=&cpo -set cpo&vim -inoremap ZenCodingAnchorizeSummary :call zencoding#anchorizeURL(1) a -inoremap ZenCodingAnchorizeURL :call zencoding#anchorizeURL(0) a -inoremap ZenCodingRemoveTag :call zencoding#removeTag() a -inoremap ZenCodingSplitJoinTagInsert :call zencoding#splitJoinTag() -inoremap ZenCodingToggleComment :call zencoding#toggleComment() a -inoremap ZenCodingImageSize :call zencoding#imageSize() a -inoremap ZenCodingPrev :call zencoding#moveNextPrev(1) -inoremap ZenCodingNext :call zencoding#moveNextPrev(0) -inoremap ZenCodingBalanceTagOutwardInsert :call zencoding#balanceTag(-1) -inoremap ZenCodingBalanceTagInwardInsert :call zencoding#balanceTag(1) -inoremap ZenCodingExpandWord u:call zencoding#expandAbbr(1,"") a -inoremap ZenCodingExpandAbbr u:call zencoding#expandAbbr(0,"") a -nmap  :tabprev -nmap  :tabnext -map  o -nmap k :tabclose -nmap c :tabnew -vmap c ZenCodingCodePretty -nmap A ZenCodingAnchorizeSummary -nmap a ZenCodingAnchorizeURL -nmap k ZenCodingRemoveTag -nmap j ZenCodingSplitJoinTagNormal -vmap m ZenCodingMergeLines -nmap / ZenCodingToggleComment -nmap i ZenCodingImageSize -nmap N ZenCodingPrev -nmap n ZenCodingNext -vmap D ZenCodingBalanceTagOutwardVisual -nmap D ZenCodingBalanceTagOutwardNormal -vmap d ZenCodingBalanceTagInwardVisual -nmap d ZenCodingBalanceTagInwardNormal -nmap , ZenCodingExpandNormal -vmap , ZenCodingExpandVisual -xmap ,s Vsurround -noremap ,u :e ++enc=utf-8 :set tenc=utf-8 -noremap ,b :e ++enc=big5 :set tenc=big5 -nmap ,fu :se ff=unix -nmap ,fd :se ff=dos -map ,e :e! ~/.vimrc -nmap ,s :source ~/.vimrc -smap ,s :source ~/.vimrc -omap ,s :source ~/.vimrc -nmap ,w :w -nnoremap ; : -map  O -xmap S VSurround -vmap [% [%m'gv`` -vmap ]% ]%m'gv`` -vmap a% [%v]% -nmap cs Csurround -nmap ds Dsurround -nmap gx NetrwBrowseX -xmap gS VgSurround -nmap ySS YSsurround -nmap ySs YSsurround -nmap yss Yssurround -nmap yS YSurround -nmap ys Ysurround -nnoremap NetrwBrowseX :call netrw#NetrwBrowseX(expand(""),0) -vnoremap ZenCodingCodePretty :call zencoding#codePretty() -nnoremap ZenCodingAnchorizeSummary :call zencoding#anchorizeURL(1) -nnoremap ZenCodingAnchorizeURL :call zencoding#anchorizeURL(0) -nnoremap ZenCodingRemoveTag :call zencoding#removeTag() -nnoremap ZenCodingSplitJoinTagNormal :call zencoding#splitJoinTag() -vnoremap ZenCodingMergeLines :call zencoding#mergeLines() -nnoremap ZenCodingToggleComment :call zencoding#toggleComment() -nnoremap ZenCodingImageSize :call zencoding#imageSize() -nnoremap ZenCodingPrev :call zencoding#moveNextPrev(1) -nnoremap ZenCodingNext :call zencoding#moveNextPrev(0) -vnoremap ZenCodingBalanceTagOutwardVisual :call zencoding#balanceTag(-2) -nnoremap ZenCodingBalanceTagOutwardNormal :call zencoding#balanceTag(-1) -vnoremap ZenCodingBalanceTagInwardVisual :call zencoding#balanceTag(2) -nnoremap ZenCodingBalanceTagInwardNormal :call zencoding#balanceTag(1) -nnoremap ZenCodingExpandWord :call zencoding#expandAbbr(1,"") -nnoremap ZenCodingExpandNormal :call zencoding#expandAbbr(3,"") -vnoremap ZenCodingExpandVisual :call zencoding#expandAbbr(2,"") -map :!exctags -R --c++-kinds=+p --fields=+iaS --extra=+q . -nnoremap :NERDTreeToggle -nnoremap :TlistToggle -map :set spell! |:echo "Spell check: " . strpart("OffOn", 3 * &spell, 3) -noremap :%s/\s*$//g :noh '' -imap S ISurround -imap s Isurround -imap  Isurround -imap A ZenCodingAnchorizeSummary -imap a ZenCodingAnchorizeURL -imap k ZenCodingRemoveTag -imap j ZenCodingSplitJoinTagInsert -imap / ZenCodingToggleComment -imap i ZenCodingImageSize -imap N ZenCodingPrev -imap n ZenCodingNext -imap D ZenCodingBalanceTagOutwardInsert -imap d ZenCodingBalanceTagInwardInsert -imap ; ZenCodingExpandWord -imap , ZenCodingExpandAbbr -nnoremap : : -let &cpo=s:cpo_save -unlet s:cpo_save -set ambiwidth=double -set autoindent -set backspace=start,indent,eol -set backup -set backupdir=~/.vim/backup -set cindent -set directory=~/.vim/tmp -set fileencodings=utf-8,big5,euc-jp,gbk,euc-kr,utf-bom,iso8859-1 -set helplang=en -set hidden -set history=500 -set hlsearch -set ignorecase -set incsearch -set laststatus=2 -set listchars=tab:>-,trail:-,eol:$,nbsp:%,extends:>,precedes:< -set nomodeline -set pastetoggle= -set ruler -set rulerformat=%15(%c%V\ %p%%%) -set runtimepath=~/.vim,~/.vim/bundle/fugitive,~/.vim/bundle/jedi-vim,~/.vim/bundle/vim-css-color,~/.vim/bundle/vim-css3-syntax,~/.vim/bundle/vim-go,~/.vim/bundle/vim-less,~/.vim/bundle/vim-markdown,~/.vim/bundle/zencoding-vim,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim74,/usr/local/share/vim/vimfiles/after,~/.vim/bundle/vim-css-color/after,~/.vim/bundle/vim-css3-syntax/after,~/.vim/after -set scrolloff=5 -set shiftwidth=4 -set showcmd -set showmatch -set showtabline=2 -set smartindent -set noswapfile -set switchbuf=usetab -set tabstop=4 -set termencoding=utf-8 -set title -set whichwrap=b,s,<,>,h,l -set wildmenu -set nowritebackup -let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 -let v:this_session=expand(":p") -silent only -cd ~/public_html/rss-bridge/bridges -if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' - let s:wipebuf = bufnr('%') -endif -set shortmess=aoO -badd +0 FacebookBridge.php -badd +0 ../lib/contents.php -badd +0 ../lib/html.php -badd +0 ../lib/Bridge.php -badd +0 ../lib/BridgeAbstract.php -badd +11 /tmp/title.php -badd +15 ../caches/FileCache.php -badd +22 ../lib/RssBridge.php -badd +0 ../lib/Format.php -badd +16 ../formats/AtomFormat.php -badd +58 ../lib/FormatAbstract.php -badd +0 ../lib/contents_curl.php -badd +0 vendor/simplehtmldom/simple_html_dom.php -badd +0 ../vendor/simplehtmldom/simple_html_dom.php -argglobal -silent! argdel * -argadd FacebookBridge.php -edit FacebookBridge.php -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -onoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -nnoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -onoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -nnoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -setlocal noautoindent -setlocal nobinary -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments=s1:/*,mb:*,ex:*/,://,:# -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'php' -setlocal filetype=php -endif -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=syntax -setlocal foldmethod=syntax -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=qrowcb -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=0 -setlocal include=\\(require\\|include\\)\\(_once\\)\\? -setlocal includeexpr= -setlocal indentexpr=GetPhpHtmlIndent(v:lnum) -setlocal indentkeys=0{,0},0),:,!^F,o,O,e,*,=?>,=> -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255,- -setlocal keywordprg= -set linebreak -setlocal linebreak -setlocal nolisp -setlocal lispwords= -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:],<:> -setlocal nomodeline -setlocal modifiable -setlocal nrformats=octal,hex -set number -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=phpcomplete#CompletePHP -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal noscrollbind -setlocal shiftwidth=4 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal noswapfile -setlocal synmaxcol=3000 -if &syntax != 'php' -setlocal syntax=php -endif -setlocal tabstop=4 -setlocal tags=~/public_html/rss-bridge/.git/php.tags,~/public_html/rss-bridge/.git/tags,./tags,tags -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -3 -normal! zo -20 -normal! zo -226 -normal! zo -let s:l = 109 - ((31 * winheight(0) + 18) / 37) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -109 -normal! 0 -tabedit ../lib/Bridge.php -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -onoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -nnoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -onoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -nnoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -setlocal noautoindent -setlocal nobinary -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments=s1:/*,mb:*,ex:*/,://,:# -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'php' -setlocal filetype=php -endif -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=syntax -setlocal foldmethod=syntax -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=qrowcb -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=0 -setlocal include=\\(require\\|include\\)\\(_once\\)\\? -setlocal includeexpr= -setlocal indentexpr=GetPhpHtmlIndent(v:lnum) -setlocal indentkeys=0{,0},0),:,!^F,o,O,e,*,=?>,=> -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255,- -setlocal keywordprg= -set linebreak -setlocal linebreak -setlocal nolisp -setlocal lispwords= -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:],<:> -setlocal nomodeline -setlocal modifiable -setlocal nrformats=octal,hex -set number -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=phpcomplete#CompletePHP -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal noscrollbind -setlocal shiftwidth=4 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal noswapfile -setlocal synmaxcol=3000 -if &syntax != 'php' -setlocal syntax=php -endif -setlocal tabstop=4 -setlocal tags=~/public_html/rss-bridge/.git/php.tags,~/public_html/rss-bridge/.git/tags,./tags,tags -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -3 -normal! zo -let s:l = 52 - ((51 * winheight(0) + 18) / 37) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -52 -normal! 0 -tabedit ../lib/contents.php -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -onoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -nnoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -onoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -nnoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -setlocal noautoindent -setlocal nobinary -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments=s1:/*,mb:*,ex:*/,://,:# -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'php' -setlocal filetype=php -endif -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=syntax -setlocal foldmethod=syntax -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=qrowcb -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=0 -setlocal include=\\(require\\|include\\)\\(_once\\)\\? -setlocal includeexpr= -setlocal indentexpr=GetPhpHtmlIndent(v:lnum) -setlocal indentkeys=0{,0},0),:,!^F,o,O,e,*,=?>,=> -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255,- -setlocal keywordprg= -set linebreak -setlocal linebreak -setlocal nolisp -setlocal lispwords= -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:],<:> -setlocal nomodeline -setlocal modifiable -setlocal nrformats=octal,hex -set number -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=phpcomplete#CompletePHP -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal noscrollbind -setlocal shiftwidth=4 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal noswapfile -setlocal synmaxcol=3000 -if &syntax != 'php' -setlocal syntax=php -endif -setlocal tabstop=4 -setlocal tags=~/public_html/rss-bridge/.git/php.tags,~/public_html/rss-bridge/.git/tags,./tags,tags -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -2 -normal! zo -120 -normal! zo -66 -normal! zo -94 -normal! zo -let s:l = 35 - ((9 * winheight(0) + 18) / 37) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -35 -normal! 05| -tabedit ../lib/contents_curl.php -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -onoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -nnoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -onoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -nnoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -setlocal noautoindent -setlocal nobinary -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments=s1:/*,mb:*,ex:*/,://,:# -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'php' -setlocal filetype=php -endif -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=syntax -setlocal foldmethod=syntax -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=qrowcb -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=0 -setlocal include=\\(require\\|include\\)\\(_once\\)\\? -setlocal includeexpr= -setlocal indentexpr=GetPhpHtmlIndent(v:lnum) -setlocal indentkeys=0{,0},0),:,!^F,o,O,e,*,=?>,=> -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255,- -setlocal keywordprg= -set linebreak -setlocal linebreak -setlocal nolisp -setlocal lispwords= -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:],<:> -setlocal nomodeline -setlocal modifiable -setlocal nrformats=octal,hex -set number -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=phpcomplete#CompletePHP -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal noscrollbind -setlocal shiftwidth=4 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal noswapfile -setlocal synmaxcol=3000 -if &syntax != 'php' -setlocal syntax=php -endif -setlocal tabstop=4 -setlocal tags=~/public_html/rss-bridge/.git/php.tags,~/public_html/rss-bridge/.git/tags,./tags,tags -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -2 -normal! zo -44 -normal! zo -let s:l = 8 - ((7 * winheight(0) + 18) / 37) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -8 -normal! 05| -tabedit ../vendor/simplehtmldom/simple_html_dom.php -set splitbelow splitright -set nosplitbelow -set nosplitright -wincmd t -set winheight=1 winwidth=1 -argglobal -onoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -nnoremap [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls -onoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -nnoremap ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls -setlocal noautoindent -setlocal nobinary -setlocal bufhidden= -setlocal buflisted -setlocal buftype= -setlocal nocindent -setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e -setlocal cinoptions= -setlocal cinwords=if,else,while,do,for,switch -setlocal colorcolumn= -setlocal comments=s1:/*,mb:*,ex:*/,://,:# -setlocal commentstring=/*%s*/ -setlocal complete=.,w,b,u,t,i -setlocal completefunc= -setlocal nocopyindent -setlocal cryptmethod= -setlocal nocursorbind -setlocal nocursorcolumn -setlocal nocursorline -setlocal define= -setlocal dictionary= -setlocal nodiff -setlocal equalprg= -setlocal errorformat= -setlocal noexpandtab -if &filetype != 'php' -setlocal filetype=php -endif -setlocal foldcolumn=0 -setlocal foldenable -setlocal foldexpr=0 -setlocal foldignore=# -setlocal foldlevel=0 -setlocal foldmarker={{{,}}} -set foldmethod=syntax -setlocal foldmethod=syntax -setlocal foldminlines=1 -setlocal foldnestmax=20 -setlocal foldtext=foldtext() -setlocal formatexpr= -setlocal formatoptions=qrowcb -setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* -setlocal grepprg= -setlocal iminsert=0 -setlocal imsearch=0 -setlocal include=\\(require\\|include\\)\\(_once\\)\\? -setlocal includeexpr= -setlocal indentexpr=GetPhpHtmlIndent(v:lnum) -setlocal indentkeys=0{,0},0),:,!^F,o,O,e,*,=?>,=> -setlocal noinfercase -setlocal iskeyword=@,48-57,_,192-255,- -setlocal keywordprg= -set linebreak -setlocal linebreak -setlocal nolisp -setlocal lispwords= -setlocal nolist -setlocal makeprg= -setlocal matchpairs=(:),{:},[:],<:> -setlocal nomodeline -setlocal modifiable -setlocal nrformats=octal,hex -set number -setlocal number -setlocal numberwidth=4 -setlocal omnifunc=phpcomplete#CompletePHP -setlocal path= -setlocal nopreserveindent -setlocal nopreviewwindow -setlocal quoteescape=\\ -setlocal noreadonly -setlocal norelativenumber -setlocal noscrollbind -setlocal shiftwidth=4 -setlocal noshortname -setlocal nosmartindent -setlocal softtabstop=0 -setlocal nospell -setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+ -setlocal spellfile= -setlocal spelllang=en -setlocal statusline= -setlocal suffixesadd= -setlocal noswapfile -setlocal synmaxcol=3000 -if &syntax != 'php' -setlocal syntax=php -endif -setlocal tabstop=4 -setlocal tags=~/public_html/rss-bridge/.git/php.tags,~/public_html/rss-bridge/.git/tags,./tags,tags -setlocal textwidth=0 -setlocal thesaurus= -setlocal noundofile -setlocal undolevels=-123456 -setlocal nowinfixheight -setlocal nowinfixwidth -setlocal wrap -setlocal wrapmargin=0 -89 -normal! zo -let s:l = 1742 - ((1653 * winheight(0) + 18) / 37) -if s:l < 1 | let s:l = 1 | endif -exe s:l -normal! zt -1742 -normal! 0 -tabnext 4 -if exists('s:wipebuf') - silent exe 'bwipe ' . s:wipebuf -endif -unlet! s:wipebuf -set winheight=1 winwidth=20 shortmess=filnxtToO -let s:sx = expand(":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 :