Vim 7.3.206_No_Gui

Word processors, spreadsheets, presentations, translation, etc.
Post Reply
Message
Author
jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

Vim 7.3.206_No_Gui

#1 Post by jpeps »

Vim command line editor, no gui; docs and manuals removed.
5.8M Compiled in Lucid 5.2.5

http://jpeters.net/apps/vim_7.3.206_no_gui.pet

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#2 Post by jpeps »

Added 206 patches

SimpleWater
Posts: 94
Joined: Tue 19 Apr 2011, 11:53

#3 Post by SimpleWater »

Hello jpeps :D

This was exactly what i needed, thanks! Actually i tried to do this myself, everything went all right with only a couple minor issues and uninstalling the pet wouldn't uninstall anything :lol:

For those starting out, make a file called ".vimrc". This will seperate itself out of vi compatibility mode i believe. You can also put some essential stuff below:

" Vim Configuration

set nobackup
set nowritebackup
set noswapfile
set backspace=2

First sentence is a comment. Vim now will not write a backup copy of your file, and will not write a temporary file, and a swap file. set backspace will enable deleting within insert mode.

Edit: I forgot to mention, barry has the docs here if anyone is interested http://bkhome.org/blog/?viewDetailed=02174

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#4 Post by jpeps »

SimpleWater wrote:
For those starting out, make a file called ".vimrc".
Hi SimpleWater,

Here's the one I use. Place in /root
http://jpeters.net/apps/vimrc

SimpleWater
Posts: 94
Joined: Tue 19 Apr 2011, 11:53

#5 Post by SimpleWater »

jpeps wrote:
SimpleWater wrote:
For those starting out, make a file called ".vimrc".
Hi SimpleWater,

Here's the one I use. Place in /root
http://jpeters.net/apps/vimrc
yes i forget to mention the file goes in /root. Nice file by the way, it looks like its setup for a development environment

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#6 Post by jpeps »

SimpleWater wrote: yes i forget to mention the file goes in /root. Nice file by the way, it looks like its setup for a development environment
Attachments
vim.png
(31.37 KiB) Downloaded 1965 times

gothica
Posts: 8
Joined: Fri 02 Nov 2007, 11:57
Location: Philippines
Contact:

#7 Post by gothica »

Installed this on the latest Wary... running it gave me an error that says libacl.so.1 is missing.

Any ideas how to get this working on Wary?

Thanks![/code]

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#8 Post by jpeps »

gothica wrote:Installed this on the latest Wary... running it gave me an error that says libacl.so.1 is missing.

Any ideas how to get this working on Wary?

Thanks![/code]
It was compiled in Lucid, which has the lib. Probably, just add it to /lib.

(in Lucid, it's a link to libacl.so.1.1.0)

edit: here's a link, although from 2007:
http://www.murga-linux.com/puppy/viewto ... 143#133143

Post Reply