Download & Extend

vim returns error code '19' on freebsd

Project:VIM Color
Version:4.6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

first on freebsd i had to modify vimcolor.module to use
/usr/local/bin/text-vimcolor instead of /usr/bin

for some reason whenever i try to use this module all you get is the error message:
/usr/local/bin/text-vimcolor: vim returned an error code of '19'.

the vim documentation says:

Mark has invalid line number

You are using a mark that has a line number that doesn't exist. This can
happen when you have a mark in another file, and some other program has
deleted lines from it.

Comments

#1

As far as the location of VIM - I'll create a feature request to make that configurable in the administration.

As for the error you are receiving, this is quite an odd error. Can you run VIM manually from the shell?

nobody click here