BTS

Issue1309

Title FreeBSD 9.2p6: unable to browse tar files with vim.
Priority bug Status resolved
Superseder Nosy List
Assigned To Topics

Created on 2014-06-01.11:29:18 by gamanakis, last changed 2014-06-13.07:20:39 by mika.

Messages
msg4816 (view) Author: mika Date: 2014-06-13.07:20:39
I you update your grml-zshrc this should have been fixed already:

 
http://git.grml.org/?p=grml-etc-core.git;a=commit;h=cd0cfc77c94225e4955668c4d05a1b2a2b7e7f22

Thanks && regards,
-mika-
msg4815 (view) Author: gamanakis Date: 2014-06-12.16:19:11
It was pretty obvious as zsh is installed in /usr/local/bin
msg4814 (view) Author: gamanakis Date: 2014-06-12.16:18:24
Ok, I think I found it:
in .zshrc 
539c539
< export SHELL='/usr/local/bin/zsh'
---
> export SHELL='/bin/zsh'
msg4813 (view) Author: mika Date: 2014-06-02.06:56:11
Hi,

hm, what exactly do you think is responsible for that behaviour? Is there
something in Grml's vim configuration that you're using on your FreeBSD system
that's causing this problem? If so, could you please help us in locating this issue?

regards,
-mika-
msg4812 (view) Author: gamanakis Date: 2014-06-01.11:31:19
vim results in: 
***warning*** (tar#Browse) please check your g:tar_browseoptions<Ptf>

However "tar Ptf file.tar" is working normally.
History
Date User Action Args
2014-06-13 07:20:39mikasetstatus: testing -> resolved
messages: + msg4816
title: [Solved] FreeBSD 9.2p6: unable to browse tar files with vim. -> FreeBSD 9.2p6: unable to browse tar files with vim.
2014-06-12 16:19:11gamanakissetmessages: + msg4815
2014-06-12 16:18:24gamanakissetstatus: need-eg -> testing
messages: + msg4814
title: FreeBSD 9.2p6: unable to browse tar files with vim. -> [Solved] FreeBSD 9.2p6: unable to browse tar files with vim.
2014-06-02 06:56:11mikasetstatus: chatting -> need-eg
messages: + msg4813
2014-06-01 11:31:19gamanakissetstatus: unread -> chatting
messages: + msg4812
2014-06-01 11:29:18gamanakiscreate