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

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

Open
kyilmaz opened this issue Dec 2, 2024 · 0 comments

Comments

@kyilmaz
Copy link

kyilmaz commented Dec 2, 2024

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! 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 team+vim@tracker.debian.org

How can i fix ?

Thanks

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

1 participant