Deleting control line feed in string

2007-01-30 Thread Mueller Stefan
Hello, quite simple question: How can I delete a control line feed in a string I tried: Let value = substitute(string,\\n,,g) But doesn't work. In vim7, I used Let list = split(string) Let Value = list[0] But this doesn't work on vim6.3 on older machine, where we have installed that version.

RE: How do I get list of directory + how do I show them

2006-06-06 Thread Mueller Stefan
- From: Popovic Dan [mailto:[EMAIL PROTECTED] Sent: Friday, 2. June 2006 5:57 PM To: Charles E Campbell Jr; Mueller Stefan Cc: vim@vim.org Subject: Re: How do I get list of directory + how do I show them Hello dear Stefan, I had a few months ago a discussion in the vim-list wether it is possible

How do I get list of directory + how do I show them

2006-06-02 Thread Mueller Stefan
Hello I have some questions: 1. How do I get a file list of directory, where the file have the extension like file.cpp,v ? 2. How do I show the list contents in current window? Thank in advance for helping me. Best Regards Stefan

Connecting vim script to utilitiy of netrw / Explorer

2006-05-29 Thread Mueller Stefan
Hello, I want to extend my script in order to browse through a RCS (Revision Control System) database. For browsing and displaying I want to use the netrw stuff delivered in new Vim version 7.0. Therefore I have two questions: - All RCS files have the extensions like file.rcs,v. With pressing a