Advertisement
Guest User

Untitled

a guest
Oct 5th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1.  
  2. --- Options ---
  3. background=dark cmdheight=3 filetype=cpp modified scroll=12 ttyfast
  4. cindent cpoptions=aABeFs helplang=en previewheight=4 noshowmode ttymouse=sgr
  5. cinoptions=g0,t0,h1s,i0,N-s
  6. comments=sr:/*,mb:*,exl:*/,:///,://
  7. complete=.,w,b,u,t,k
  8. define=^(#s*define|[a-z]*s*const(expr)=s*[a-z]*)
  9. dictionary=~/.vim/bundle/lh-cpp/ftplugin/c/word.list
  10. fileencoding=utf-8
  11. fileencodings=ucs-bom,utf-8,default,latin1
  12. formatoptions=croql
  13. iskeyword=#,a-z,A-Z,48-57,_
  14. omnifunc=ccomplete#Complete
  15. runtimepath=~/.vim,~/.vim/bundle/Vundle.vim,~/.vim/bundle/lh-vim-lib,~/.vim/bundle/lh-style,~/.vim/bundle/lh-tags,~/.vim/bundle/lh-dev,~/.vim/bundle/lh-brackets,~/.vim/bundle/searchInRuntime,~/.vim/bundle/mu-template,~/.vim/bundle/stakeholders_vim,~/.vim/bundle/alternate-lite,~/.vim/bundle/lh-cpp,/usr/share/vim/vimfiles,/usr/share/vim/vim81,/usr/share/vim/vimfiles/after,~/.vim/after,~/.vim/bundle/Vundle.vim,~/.vim/bundle/Vundle.vim/after,~/.vim/bundle/lh-vim-lib/after,~/.vim/bundle/lh-style/after,~/.vim/bundle/lh-tags/after,~/.vim/bundle/lh-dev/after,~/.vim/bundle/lh-brackets/after,~/.vim/bundle/searchInRuntime/after,~/.vim/bundle/mu-template/after,~/.vim/bundle/stakeholders_vim/after,~/.vim/bundle/alternate-lite/after,~/.vim/bundle/lh-cpp/after
  16. suffixesadd=.h,.c,.hpp,.cpp,.C,.h++,.c++,.hh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement