Index: autofill |
diff --git a/autofill b/autofill |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f41142d7c98a73be622dd55a86de5e94c787e449 |
--- /dev/null |
+++ b/autofill |
@@ -0,0 +1,589 @@ |
+let SessionLoad = 1 |
+if &cp | set nocp | endif |
+nmap d :cs find d =expand("<cword>") |
+nmap i :cs find i ^=expand("<cfile>") |
$ |
+nmap f :cs find f =expand("<cfile>") |
+nmap e :cs find e =expand("<cword>") |
+nmap t :cs find t =expand("<cword>") |
+nmap c :cs find c =expand("<cword>") |
+nmap g :cs find g =expand("<cword>") |
+nmap s :cs find s =expand("<cword>") |
+let s:cpo_save=&cpo |
+set cpo&vim |
+nmap gx <Plug>NetrwBrowseX |
+nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0) |
+nmap <Nul><Nul>d :vert scs find d =expand("<cword>") |
+nmap <Nul><Nul>i :vert scs find i ^=expand("<cfile>") |
$ |
+nmap <Nul><Nul>f :vert scs find f =expand("<cfile>") |
+nmap <Nul><Nul>e :vert scs find e =expand("<cword>") |
+nmap <Nul><Nul>t :vert scs find t =expand("<cword>") |
+nmap <Nul><Nul>c :vert scs find c =expand("<cword>") |
+nmap <Nul><Nul>g :vert scs find g =expand("<cword>") |
+nmap <Nul><Nul>s :vert scs find s =expand("<cword>") |
+nmap <Nul>d :scs find d =expand("<cword>") |
+nmap <Nul>i :scs find i ^=expand("<cfile>") |
$ |
+nmap <Nul>f :scs find f =expand("<cfile>") |
+nmap <Nul>e :scs find e =expand("<cword>") |
+nmap <Nul>t :scs find t =expand("<cword>") |
+nmap <Nul>c :scs find c =expand("<cword>") |
+nmap <Nul>g :scs find g =expand("<cword>") |
+nmap <Nul>s :scs find s =expand("<cword>") |
+nnoremap <silent> <F8> :TlistToggle |
+let &cpo=s:cpo_save |
+unlet s:cpo_save |
+set backspace=indent,eol,start |
+set cscopetag |
+set cscopeverbose |
+set expandtab |
+set fileencodings=ucs-bom,utf-8,default,latin1 |
+set helplang=en |
+set history=50 |
+set ignorecase |
+set laststatus=2 |
+set nomodeline |
+set mouse=a |
+set printoptions=paper:letter |
+set ruler |
+set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after |
+set shiftwidth=2 |
+set smartcase |
+set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc |
+set tabstop=2 |
+set tags=tags;/ |
+set updatetime=500 |
+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 /usr/local/google/code/clankium-master/src |
+if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' |
+ let s:wipebuf = bufnr('%') |
+endif |
+set shortmess=aoO |
+badd +15 chrome/browser/autofill/personal_data_manager_android.cc |
+badd +1 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalAutofillPopulator.java |
+badd +910 chrome/browser/ui/views/autofill/autofill_dialog_views.cc |
+badd +99 chrome/browser/autofill/personal_data_manager.cc |
+badd +117 chrome/browser/autofill/personal_data_manager_mac.mm |
+badd +972 out/Debug/gen/protoc_out/sync/protocol/autofill_specifics.pb.h |
+badd +10 chrome/browser/autofill/field_types.h |
+badd +57 chrome/browser/autofill/autofill_profile.h |
+badd +291 chrome/browser/autofill/autofill_profile.cc |
+badd +99 chrome/browser/autofill/autofill_type.cc |
+badd +42 chrome/browser/autofill/form_group.h |
+badd +76 base/logging.cc |
+badd +1302 chrome/browser/autofill/autofill_manager.cc |
+badd +892 chrome/common/pref_names.cc |
+badd +379 chrome/browser/autofill/autofill_manager.h |
+badd +44 chrome/browser/autofill/form_field.cc |
+badd +15 base/guid_posix.cc |
+badd +67 base/android/jni_array.cc |
+badd +143 base/android/scoped_java_ref.h |
+silent! argdel * |
+edit chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalAutofillPopulator.java |
+set splitbelow splitright |
+wincmd _ | wincmd | |
+split |
+1wincmd k |
+wincmd _ | wincmd | |
+vsplit |
+1wincmd h |
+wincmd w |
+wincmd w |
+wincmd _ | wincmd | |
+vsplit |
+1wincmd h |
+wincmd w |
+set nosplitbelow |
+set nosplitright |
+wincmd t |
+set winheight=1 winwidth=1 |
+exe '1resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 1resize ' . ((&columns * 106 + 106) / 212) |
+exe '2resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 2resize ' . ((&columns * 105 + 106) / 212) |
+exe '3resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 3resize ' . ((&columns * 106 + 106) / 212) |
+exe '4resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 4resize ' . ((&columns * 105 + 106) / 212) |
+argglobal |
+setlocal keymap= |
+setlocal noarabic |
+setlocal noautoindent |
+setlocal balloonexpr= |
+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:*/,://,b:#,:%,:XCOMM,n:>,fb:- |
+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 |
+setlocal nocursorline |
+setlocal define= |
+setlocal dictionary= |
+setlocal nodiff |
+setlocal equalprg= |
+setlocal errorformat= |
+setlocal expandtab |
+if &filetype != 'java' |
+setlocal filetype=java |
+endif |
+setlocal foldcolumn=0 |
+setlocal foldenable |
+set foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldignore=# |
+setlocal foldlevel=0 |
+setlocal foldmarker={{{,}}} |
+set foldmethod=expr |
+setlocal foldmethod=expr |
+setlocal foldminlines=1 |
+setlocal foldnestmax=20 |
+set foldtext='' |
+setlocal 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 nomodeline |
+setlocal modifiable |
+setlocal nrformats=octal,hex |
+setlocal nonumber |
+setlocal numberwidth=4 |
+setlocal omnifunc= |
+setlocal path= |
+setlocal nopreserveindent |
+setlocal nopreviewwindow |
+setlocal quoteescape=\\ |
+setlocal noreadonly |
+setlocal norelativenumber |
+setlocal norightleft |
+setlocal rightleftcmd=search |
+setlocal noscrollbind |
+setlocal shiftwidth=2 |
+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 != 'java' |
+setlocal syntax=java |
+endif |
+setlocal tabstop=2 |
+setlocal tags= |
+setlocal textwidth=0 |
+setlocal thesaurus= |
+setlocal noundofile |
+setlocal nowinfixheight |
+setlocal nowinfixwidth |
+setlocal wrap |
+setlocal wrapmargin=0 |
+1 |
+normal zo |
+5 |
+normal zo |
+let s:l = 43 - ((13 * winheight(0) + 15) / 30) |
+if s:l < 1 | let s:l = 1 | endif |
+exe s:l |
+normal! zt |
+43 |
+normal! 010l |
+wincmd w |
+argglobal |
+edit chrome/browser/autofill/personal_data_manager_android.cc |
+setlocal keymap= |
+setlocal noarabic |
+setlocal noautoindent |
+setlocal balloonexpr=netrw#NetrwBalloonHelp() |
+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:*/,://,b:#,:%,:XCOMM,n:>,fb:- |
+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 |
+setlocal nocursorline |
+setlocal define= |
+setlocal dictionary= |
+setlocal nodiff |
+setlocal equalprg= |
+setlocal errorformat= |
+setlocal expandtab |
+if &filetype != 'cpp' |
+setlocal filetype=cpp |
+endif |
+setlocal foldcolumn=0 |
+setlocal foldenable |
+set foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldignore=# |
+setlocal foldlevel=0 |
+setlocal foldmarker={{{,}}} |
+set foldmethod=expr |
+setlocal foldmethod=expr |
+setlocal foldminlines=1 |
+setlocal foldnestmax=20 |
+set foldtext='' |
+setlocal 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 nomodeline |
+setlocal modifiable |
+setlocal nrformats=octal,hex |
+setlocal nonumber |
+setlocal numberwidth=4 |
+setlocal omnifunc= |
+setlocal path= |
+setlocal nopreserveindent |
+setlocal nopreviewwindow |
+setlocal quoteescape=\\ |
+setlocal noreadonly |
+setlocal norelativenumber |
+setlocal norightleft |
+setlocal rightleftcmd=search |
+setlocal noscrollbind |
+setlocal shiftwidth=2 |
+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 != 'cpp' |
+setlocal syntax=cpp |
+endif |
+setlocal tabstop=2 |
+setlocal tags= |
+setlocal textwidth=0 |
+setlocal thesaurus= |
+setlocal noundofile |
+setlocal nowinfixheight |
+setlocal nowinfixwidth |
+setlocal wrap |
+setlocal wrapmargin=0 |
+1 |
+normal zo |
+7 |
+normal zo |
+90 |
+normal zc |
+let s:l = 85 - ((24 * winheight(0) + 15) / 30) |
+if s:l < 1 | let s:l = 1 | endif |
+exe s:l |
+normal! zt |
+85 |
+normal! 034l |
+wincmd w |
+argglobal |
+edit chrome/browser/autofill/personal_data_manager.cc |
+setlocal keymap= |
+setlocal noarabic |
+setlocal noautoindent |
+setlocal balloonexpr= |
+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:*/,://,b:#,:%,:XCOMM,n:>,fb:- |
+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 |
+setlocal nocursorline |
+setlocal define= |
+setlocal dictionary= |
+setlocal nodiff |
+setlocal equalprg= |
+setlocal errorformat= |
+setlocal expandtab |
+if &filetype != 'cpp' |
+setlocal filetype=cpp |
+endif |
+setlocal foldcolumn=0 |
+setlocal foldenable |
+set foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldignore=# |
+setlocal foldlevel=0 |
+setlocal foldmarker={{{,}}} |
+set foldmethod=expr |
+setlocal foldmethod=expr |
+setlocal foldminlines=1 |
+setlocal foldnestmax=20 |
+set foldtext='' |
+setlocal 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 nomodeline |
+setlocal modifiable |
+setlocal nrformats=octal,hex |
+setlocal nonumber |
+setlocal numberwidth=4 |
+setlocal omnifunc= |
+setlocal path= |
+setlocal nopreserveindent |
+setlocal nopreviewwindow |
+setlocal quoteescape=\\ |
+setlocal noreadonly |
+setlocal norelativenumber |
+setlocal norightleft |
+setlocal rightleftcmd=search |
+setlocal noscrollbind |
+setlocal shiftwidth=2 |
+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 != 'cpp' |
+setlocal syntax=cpp |
+endif |
+setlocal tabstop=2 |
+setlocal tags= |
+setlocal textwidth=0 |
+setlocal thesaurus= |
+setlocal noundofile |
+setlocal nowinfixheight |
+setlocal nowinfixwidth |
+setlocal wrap |
+setlocal wrapmargin=0 |
+let s:l = 510 - ((0 * winheight(0) + 15) / 30) |
+if s:l < 1 | let s:l = 1 | endif |
+exe s:l |
+normal! zt |
+510 |
+normal! 0 |
+wincmd w |
+argglobal |
+edit chrome/browser/autofill/autofill_profile.cc |
+setlocal keymap= |
+setlocal noarabic |
+setlocal noautoindent |
+setlocal balloonexpr= |
+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:*/,://,b:#,:%,:XCOMM,n:>,fb:- |
+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 |
+setlocal nocursorline |
+setlocal define= |
+setlocal dictionary= |
+setlocal nodiff |
+setlocal equalprg= |
+setlocal errorformat= |
+setlocal expandtab |
+if &filetype != 'cpp' |
+setlocal filetype=cpp |
+endif |
+setlocal foldcolumn=0 |
+setlocal foldenable |
+set foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldexpr=getline(v:lnum)=~'^\\s*//' |
+setlocal foldignore=# |
+setlocal foldlevel=0 |
+setlocal foldmarker={{{,}}} |
+set foldmethod=expr |
+setlocal foldmethod=expr |
+setlocal foldminlines=1 |
+setlocal foldnestmax=20 |
+set foldtext='' |
+setlocal 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 nomodeline |
+setlocal modifiable |
+setlocal nrformats=octal,hex |
+setlocal nonumber |
+setlocal numberwidth=4 |
+setlocal omnifunc= |
+setlocal path= |
+setlocal nopreserveindent |
+setlocal nopreviewwindow |
+setlocal quoteescape=\\ |
+setlocal noreadonly |
+setlocal norelativenumber |
+setlocal norightleft |
+setlocal rightleftcmd=search |
+setlocal noscrollbind |
+setlocal shiftwidth=2 |
+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 != 'cpp' |
+setlocal syntax=cpp |
+endif |
+setlocal tabstop=2 |
+setlocal tags= |
+setlocal textwidth=0 |
+setlocal thesaurus= |
+setlocal noundofile |
+setlocal nowinfixheight |
+setlocal nowinfixwidth |
+setlocal wrap |
+setlocal wrapmargin=0 |
+1 |
+normal zo |
+let s:l = 829 - ((16 * winheight(0) + 15) / 30) |
+if s:l < 1 | let s:l = 1 | endif |
+exe s:l |
+normal! zt |
+829 |
+normal! 040l |
+wincmd w |
+2wincmd w |
+exe '1resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 1resize ' . ((&columns * 106 + 106) / 212) |
+exe '2resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 2resize ' . ((&columns * 105 + 106) / 212) |
+exe '3resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 3resize ' . ((&columns * 106 + 106) / 212) |
+exe '4resize ' . ((&lines * 30 + 31) / 63) |
+exe 'vert 4resize ' . ((&columns * 105 + 106) / 212) |
+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 : |