Vim in OM LX 4.0

Hi,

It would be nice to go as soon as possible with daily work with OM LX 4.0. This would also produce more bug reports, I think. As I preferably use (g)vim for file editing I have this to report:

$ gvim test.f90
E25: GUI cannot be used: Not enabled at compile time

$ vim test.f90
Error detected while processing /usr/share/vim/filetype.vim:
line 10:
E319: Sorry, the command is not available in this version: let did_load_filetypes = 1
line 13:
E319: Sorry, the command is not available in this version: let s:cpo_save = &cpo
line 45:
E319: Sorry, the command is not available in this version: func! s:StarSetf(ft)
line 49:
E319: Sorry, the command is not available in this version: endfunc
line 1138:
E319: Sorry, the command is not available in this version: fun! FTCheck_outline()
line 1141:
E319: Sorry, the command is not available in this version: let l = getline(nextnonblank(1))
line 1145:
E319: Sorry, the command is not available in this version: endfun
line 2158:
E319: Sorry, the command is not available in this version: func! TestFiletypeFuncs(testlist)
line 2159:
E319: Sorry, the command is not available in this version: let output = ‘’
line 2160:
E319: Sorry, the command is not available in this version: for f in a:testlist
line 2161:
E319: Sorry, the command is not available in this version: try
line 2162:
E319: Sorry, the command is not available in this version: exe f
line 2163:
E319: Sorry, the command is not available in this version: catch
line 2164:
E319: Sorry, the command is not available in this version: let output = output . “\n” . f . “: " . v:exception
line 2165:
E319: Sorry, the command is not available in this version: endtry
line 2166:
E319: Sorry, the command is not available in this version: endfor
line 2167:
E319: Sorry, the command is not available in this version: return output
line 2168:
E319: Sorry, the command is not available in this version: endfunc
line 2171:
E319: Sorry, the command is not available in this version: let &cpo = s:cpo_save
line 2172:
E319: Sorry, the command is not available in this version: unlet s:cpo_save
Error detected while processing /usr/share/vim/ftplugin.vim:
line 9:
E319: Sorry, the command is not available in this version: let did_load_ftplugin = 1
line 14:
E319: Sorry, the command is not available in this version: func! s:LoadFTPlugin()
line 20:
E319: Sorry, the command is not available in this version: let s = expand(”")
line 34:
E319: Sorry, the command is not available in this version: endfunc
Press ENTER or type command to continue

By default vim-minimal being istalled … Probably we should change that for Lx4 final , @bero ?:slight_smile:

Try vim-enhanced maybe.

Gvim seems broken.

@adelson.oliveira can you open an bug report about ?

Done. Bug 2407.

Now gvim seems to work and I don’t know what made the difference! Could it be because I’ve install vim-enhanced or it is because of another package recently updated?

gvim is fixed by that:

vim-enhanced fixed your other problem and is now default , fixed by that:

Ok. Many thanks.