vimrc icon indicating copy to clipboard operation
vimrc copied to clipboard

"Cannot find color scheme" and "the command is not available in this version:" errors

Open kyilmaz opened this issue 1 year ago • 0 comments

Hi, I'm getting these err;

line 146: E185: Cannot find color scheme 'desert' line 147: E319: Sorry, the command is not available in this version: catch line 148: E319: Sorry, the command is not available in this version: endtry line 240: E319: Sorry, the command is not available in this version: let g:lasttab = 1 line 253: E319: Sorry, the command is not available in this version: try line 256: E319: Sorry, the command is not available in this version: catch line 257: E319: Sorry, the command is not available in this version: endtry line 293: E319: Sorry, the command is not available in this version: fun! CleanExtraSpaces() line 294: E319: Sorry, the command is not available in this version: let save_cursor = getpos(".") line 295: E319: Sorry, the command is not available in this version: let old_query = getreg('/') line 297: E319: Sorry, the command is not available in this version: call setpos('.', save_cursor) line 298: E319: Sorry, the command is not available in this version: call setreg('/', old_query) line 299: E319: Sorry, the command is not available in this version: endfun line 339: E319: Sorry, the command is not available in this version: function! HasPaste() line 343: E319: Sorry, the command is not available in this version: return '' line 344: E319: Sorry, the command is not available in this version: endfunction line 348: E319: Sorry, the command is not available in this version: function! <SID>BufcloseCloseIt() line 349: E319: Sorry, the command is not available in this version: let l:currentBufNum = bufnr("%") line 350: E319: Sorry, the command is not available in this version: let l:alternateBufNum = bufnr("#") line 365: E319: Sorry, the command is not available in this version: endfunction line 367: E319: Sorry, the command is not available in this version: function! CmdLine(str) line 368: E319: Sorry, the command is not available in this version: call feedkeys(":" . a:str) line 369: E319: Sorry, the command is not available in this version: endfunction line 371: E319: Sorry, the command is not available in this version: function! VisualSelection(direction, extra_filter) range line 372: E319: Sorry, the command is not available in this version: let l:saved_reg = @" line 373: E319: Sorry, the command is not available in this version: execute "normal! vgvy" line 375: E319: Sorry, the command is not available in this version: let l:pattern = escape(@", "\/.*'$^~[]") line 376: E319: Sorry, the command is not available in this version: let l:pattern = substitute(l:pattern, "\n$", "", "") line 384: E319: Sorry, the command is not available in this version: let @/ = l:pattern line 385: E319: Sorry, the command is not available in this version: let @" = l:saved_reg line 386: E319: Sorry, the command is not available in this version: endfunction

-- running computer specs are; Linux Mint 22 (Wilma)

VIM - Vi IMproved 9.1 (2024 Jan 02, compiled Nov 06 2024 19:04:03) Included patches: 1-16, 647, 678, 697 Modified by [email protected]

How can i fix ?

Thanks

kyilmaz avatar Dec 02 '24 20:12 kyilmaz