Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages after install #7

Closed
JamesKnott opened this issue Sep 1, 2012 · 2 comments
Closed

Error messages after install #7

JamesKnott opened this issue Sep 1, 2012 · 2 comments

Comments

@JamesKnott
Copy link

Error detected while processing /home/joeblow/.vim_runtime/vimrcs/basic.vim:
line 50:
E319: Sorry, the command is not available in this version: filetype plugin on
line 51:
E319: Sorry, the command is not available in this version: filetype indent on
line 58:
E319: Sorry, the command is not available in this version: let mapleader = ","
line 59:
E319: Sorry, the command is not available in this version: let g:mapleader = ","
line 125:
E518: Unknown option: foldcolumn=1
line 132:
E319: Sorry, the command is not available in this version: syntax enable
line 134:
E319: Sorry, the command is not available in this version: try
line 135:
E185: Cannot find color scheme desert
line 136:
E319: Sorry, the command is not available in this version: catch
line 137:
E319: Sorry, the command is not available in this version: endtry
line 237:
E319: Sorry, the command is not available in this version: try
line 240:
E319: Sorry, the command is not available in this version: catch
line 241:
E319: Sorry, the command is not available in this version: endtry
line 244:
E319: Sorry, the command is not available in this version: autocmd BufReadPost *
line 245:
E10: \ should be followed by /, ? or &
line 246:
E10: \ should be followed by /, ? or &
line 247:
E10: \ should be followed by /, ? or &
line 282:
E319: Sorry, the command is not available in this version: func! DeleteTrailingWS()
line 283:
E319: Sorry, the command is not available in this version: exe "normal mz"
line 285:
E319: Sorry, the command is not available in this version: exe "normal `z"
line 286:
E319: Sorry, the command is not available in this version: endfunc
line 287:
E319: Sorry, the command is not available in this version: autocmd BufWrite .py :call DeleteTrailingWS()
line 288:
E319: Sorry, the command is not available in this version: autocmd BufWrite *.coffee :call DeleteTrailingWS()
line 353:
E319: Sorry, the command is not available in this version: function! CmdLine(str)
line 354:
E319: Sorry, the command is not available in this version: exe "menu Foo.Bar :" . a:str
line 355:
E319: Sorry, the command is not available in this version: emenu Foo.Bar
line 356:
E319: Sorry, the command is not available in this version: unmenu Foo
line 357:
E319: Sorry, the command is not available in this version: endfunction
line 359:
E319: Sorry, the command is not available in this version: function! VisualSelection(direction, extra_filter) range
line 360:
E319: Sorry, the command is not available in this version: let l:saved_reg = @"
line 361:
E319: Sorry, the command is not available in this version: execute "normal! vgvy"
line 363:
E319: Sorry, the command is not available in this version: let l:pattern = escape(@", '/.
$^[]')
line 364:
E319: Sorry, the command is not available in this version: let l:pattern = substitute(l:pattern, "\n$", "", "")
line 376:
E319: Sorry, the command is not available in this version: let @/ = l:pattern
line 377:
E319: Sorry, the command is not available in this version: let @" = l:saved_reg
line 378:
E319: Sorry, the command is not available in this version: endfunction
line 382:
E319: Sorry, the command is not available in this version: function! HasPaste()
line 386:
E319: Sorry, the command is not available in this version: return ''
line 387:
E319: Sorry, the command is not available in this version: endfunction
line 390:
E319: Sorry, the command is not available in this version: command! Bclose call BufcloseCloseIt()
line 391:
E319: Sorry, the command is not available in this version: function! BufcloseCloseIt()
line 392:
E319: Sorry, the command is not available in this version: let l:currentBufNum = bufnr("%")
line 393:
E319: Sorry, the command is not available in this version: let l:alternateBufNum = bufnr("#")
line 408:
E319: Sorry, the command is not available in this version: endfunction
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/filetypes.vim:
line 4:
E319: Sorry, the command is not available in this version: let python_highlight_all = 1
line 5:
E319: Sorry, the command is not available in this version: au FileType python syn keyword pythonDecorator True None False self
line 7:
E319: Sorry, the command is not available in this version: au BufNewFile,BufRead .jinja set syntax=htmljinja
line 8:
E319: Sorry, the command is not available in this version: au BufNewFile,BufRead *.mako set ft=mako
line 10:
E319: Sorry, the command is not available in this version: au FileType python map F :set foldmethod=indent
line 12:
E319: Sorry, the command is not available in this version: au FileType python inoremap $r return
line 13:
E319: Sorry, the command is not available in this version: au FileType python inoremap $i import
line 14:
E319: Sorry, the command is not available in this version: au FileType python inoremap $p print
line 15:
E319: Sorry, the command is not available in this version: au FileType python inoremap $f #--- PH ----------------------------------------------FP2xi
line 16:
E319: Sorry, the command is not available in this version: au FileType python map 1 /class
line 17:
E319: Sorry, the command is not available in this version: au FileType python map 2 /def
line 18:
E319: Sorry, the command is not available in this version: au FileType python map C ?class
line 19:
E319: Sorry, the command is not available in this version: au FileType python map D ?def
line 25:
E319: Sorry, the command is not available in this version: au FileType javascript call JavaScriptFold()
line 26:
E319: Sorry, the command is not available in this version: au FileType javascript setl fen
line 27:
E319: Sorry, the command is not available in this version: au FileType javascript setl nocindent
line 29:
E319: Sorry, the command is not available in this version: au FileType javascript imap AJS.log();hi
line 30:
E319: Sorry, the command is not available in this version: au FileType javascript imap alert();hi
line 32:
E319: Sorry, the command is not available in this version: au FileType javascript inoremap $r return
line 33:
E319: Sorry, the command is not available in this version: au FileType javascript inoremap $f //--- PH ----------------------------------------------FP2xi
line 35:
E319: Sorry, the command is not available in this version: function! JavaScriptFold()
line 36:
E518: Unknown option: foldmethod=syntax
line 37:
E518: Unknown option: foldlevelstart=1
line 38:
E319: Sorry, the command is not available in this version: syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
line 40:
E319: Sorry, the command is not available in this version: function! FoldText()
line 41:
E319: Sorry, the command is not available in this version: return substitute(getline(v:foldstart), '{.
', '{...}', '')
line 42:
E319: Sorry, the command is not available in this version: endfunction
line 43:
E518: Unknown option: foldtext=FoldText()
line 44:
E319: Sorry, the command is not available in this version: endfunction
line 50:
E319: Sorry, the command is not available in this version: function! CoffeeScriptFold()
line 51:
E518: Unknown option: foldmethod=indent
line 52:
E518: Unknown option: foldlevelstart=1
line 53:
E319: Sorry, the command is not available in this version: endfunction
line 54:
E319: Sorry, the command is not available in this version: au FileType coffee call CoffeeScriptFold()
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/plugins_config.vim:
line 11:
E319: Sorry, the command is not available in this version: call pathogen#infect('
/.vim_runtime/sources_forked')
line 12:
E319: Sorry, the command is not available in this version: call pathogen#infect('~/.vim_runtime/sources_non_forked')
line 13:
E319: Sorry, the command is not available in this version: call pathogen#helptags()
line 18:
E319: Sorry, the command is not available in this version: let g:bufExplorerDefaultHelp=0
line 19:
E319: Sorry, the command is not available in this version: let g:bufExplorerShowRelativePath=1
line 20:
E319: Sorry, the command is not available in this version: let g:bufExplorerFindActive=1
line 21:
E319: Sorry, the command is not available in this version: let g:bufExplorerSortBy='name'
line 28:
E319: Sorry, the command is not available in this version: let MRU_Max_Entries = 400
line 45:
E319: Sorry, the command is not available in this version: let g:ctrlp_working_path_mode = 0
line 47:
E319: Sorry, the command is not available in this version: let g:ctrlp_map = ''
line 50:
E319: Sorry, the command is not available in this version: let g:ctrlp_max_height = 20
line 51:
E319: Sorry, the command is not available in this version: let g:ctrlp_custom_ignore = 'node_modules|^.DS_Store|^.git|^.coffee'
line 70:
E319: Sorry, the command is not available in this version: let Grep_Skip_Dirs = 'RCS CVS SCCS .svn generated'
line 87:
E319: Sorry, the command is not available in this version: au FileType mako vmap Si S"i${ _(2f"a) }
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/extended.vim:
line 47:
E319: Sorry, the command is not available in this version: autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
line 54:
E319: Sorry, the command is not available in this version: try
line 57:
E319: Sorry, the command is not available in this version: catch
line 58:
E319: Sorry, the command is not available in this version: endtry
line 117:
E319: Sorry, the command is not available in this version: autocmd FileType css set omnifunc=csscomplete#CompleteCSS
line 124:
E319: Sorry, the command is not available in this version: func! DeleteTillSlash()
line 125:
E319: Sorry, the command is not available in this version: let g:cmd = getcmdline()
line 141:
E319: Sorry, the command is not available in this version: return g:cmd_edited
line 142:
E319: Sorry, the command is not available in this version: endfunc
line 144:
E319: Sorry, the command is not available in this version: func! CurrentFileDir(cmd)
line 145:
E319: Sorry, the command is not available in this version: return a:cmd . " " . expand("%:p:h") . "/"
line 146:
E319: Sorry, the command is not available in this version: endfunc
Error detected while processing /home/joeblow/.vimrc:
line 8:
E319: Sorry, the command is not available in this version: try
Error detected while processing /home/joeblow/.vim_runtime/my_configs.vim:
line 2:
E319: Sorry, the command is not available in this version: let NERDTreeShowHidden=1
Error detected while processing /home/joeblow/.vimrc:
line 10:
E319: Sorry, the command is not available in this version: catch
line 11:
E319: Sorry, the command is not available in this version: endtry

@amix
Copy link
Owner

amix commented Sep 1, 2012

Please make sure that you have Vim 7+ installed.

Regards,
Amir

@amix amix closed this as completed Sep 1, 2012
@anton-johansson
Copy link

I had the same issue and this StackOverflow question helped me. I was missing the vim-gui-common and vim-runtime packages.

Hopefully this will help someone in the future. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants