Robin Becker wrote:
I'm trying to run GVim on PCBSD-1.2; when I use the icon installed by
the .pbi everything seems to be ok, but I get this error when I try and
run gvim from inside a konsole.
** (gvim-bin:7568): CRITICAL **: ascii_glyph_table_init: assertion
`gui.ascii_glyphs->num_glyphs == sizeof(ascii_chars)' failed
and then the gvim window appears to be gibberish as I think the font is
off by one.
I would like to run GVim from konsoles as then I can use su to become
root (or other users) and carry out editing with my favourite editor.
I can run vim from kde consoles, but when I do I seem always to get
warning messages about about "not a terminal" even though vim eventually
seems to run OK.
I have no problems running Vim in a konsole terminal. What exactly is
the message you get? Can you identify approximately at which point
(probably somewhere in your vimrc) it is generated? Maybe your vimrc
references options not available in your version of Vim?
See
:help has()
:help feature-list
:help exists()
:help Ennn
where nnn is an error number in decimal
HTH,
Tony.