GVIM serverlist enables "Edit with gvim" feature in Konqueror's context menu by providing an easy-to-use interface for editing files using gvim.
So how does it work exactly? You run a ruby script which sets itself up as a daemon. The daemon then checks for how many gvim instances are currently running and writes this information into a temporary file in /tmp in the format of a regular service menu. Once complete, the daemon copies this information to ~/.kde/share/apps/konqueror/servicemenus/gvim_servers.desktop and then removes the temporary file. The daemon then sleeps for 10 seconds and repeats this cycle repeatedly.
However, there are a few downsides to Edit with gvim. First off, it requires the RUBY interpreter to be installed. Second, it runs as a daemon. Finally, there is a 10 second delay between each update (though you can change this to suit your needs).
To install Edit with gvim, you have a couple of options. For text-based setup, run './setup.py' as root. If you prefer a GUI-based setup, run './gui-setup.py' instead. For more information and options, run './setup.py --help'.
Version 070306: N/A