Re: noimd don't works under linux

2006-11-04 Thread Eddy Zhao
2006/11/5, A.J.Mechelynck <[EMAIL PROTECTED]>: Eddy Zhao wrote: > 2006/11/5, A.J.Mechelynck <[EMAIL PROTECTED]>: >> Eddy Zhao wrote: >> >> >> >> I tried this on FC2: >> >> >> >> :set stl=%{&imd} >> >> :inoremap :set imd >> >> :nnoremap i :set noimdi >> >> >> >> The first line (along with my

Re: noimd don't works under linux

2006-11-04 Thread A.J.Mechelynck
Eddy Zhao wrote: 2006/11/5, A.J.Mechelynck <[EMAIL PROTECTED]>: Eddy Zhao wrote: >> >> I tried this on FC2: >> >> :set stl=%{&imd} >> :inoremap :set imd >> :nnoremap i :set noimdi >> >> The first line (along with my usual :set laststatus=2) means that I can >> check my 'imd' setting in th

New vimscript distribution idea/ first beta implementation tell my your opinion

2006-11-04 Thread Marc Weber
I've posted some time ago about this ideas: seperate user interface (mappings autocommands ..) from script code. Unify efforts (thus make it easier to existing code) .. I did call my attempt vimlib. It can be used here: http://mawercer.de/marcweber/vim/vimlib/ You can try out the installer files

Re: noimd don't works under linux

2006-11-04 Thread Eddy Zhao
2006/11/5, A.J.Mechelynck <[EMAIL PROTECTED]>: Eddy Zhao wrote: >> >> I tried this on FC2: >> >> :set stl=%{&imd} >> :inoremap :set imd >> :nnoremap i :set noimdi >> >> The first line (along with my usual :set laststatus=2) means that I can >> check my 'imd' setting in the status line. Whe

Re: noimd don't works under linux

2006-11-04 Thread A.J.Mechelynck
Eddy Zhao wrote: I tried this on FC2: :set stl=%{&imd} :inoremap :set imd :nnoremap i :set noimdi The first line (along with my usual :set laststatus=2) means that I can check my 'imd' setting in the status line. When I go between Normal and Insert modes with i and , it changes from 1 t

Re: noimd don't works under linux

2006-11-04 Thread Eddy Zhao
I tried this on FC2: :set stl=%{&imd} :inoremap :set imd :nnoremap i :set noimdi The first line (along with my usual :set laststatus=2) means that I can check my 'imd' setting in the status line. When I go between Normal and Insert modes with i and , it changes from 1 to 0 and back, so I

Re: Getting out of netrw

2006-11-04 Thread Jean-Rene David
* Gary Johnson [2006.11.04 18:30]: > When you open file A, then open file B, then > want to go back to A, you don't do so by > quitting B--you explicitly open A. Looking at it that way, it makes good sense. Thanks again for all the suggestions. -- JR

Re: Getting out of netrw

2006-11-04 Thread Bill McCarthy
On Sat 4-Nov-06 6:10pm -0600, A.J.Mechelynck wrote: > Bill McCarthy wrote: >> On Sat 4-Nov-06 5:40pm -0600, A.J.Mechelynck wrote: >> >>> Vim's ":quit", ":close" or ":exit" commands will close any window, including >>> "special" windows like the netrw, options, quickfix, ... windows. So where's >>

Re: Getting out of netrw

2006-11-04 Thread A.J.Mechelynck
Bill McCarthy wrote: On Sat 4-Nov-06 5:40pm -0600, A.J.Mechelynck wrote: Vim's ":quit", ":close" or ":exit" commands will close any window, including "special" windows like the netrw, options, quickfix, ... windows. So where's the problem? Reading the thread, it appears the OP was editing a f

Re: Getting out of netrw

2006-11-04 Thread Bill McCarthy
On Sat 4-Nov-06 5:40pm -0600, A.J.Mechelynck wrote: > Vim's ":quit", ":close" or ":exit" commands will close any window, including > "special" windows like the netrw, options, quickfix, ... windows. So where's > the problem? Reading the thread, it appears the OP was editing a file and then starte

Re: Getting out of netrw

2006-11-04 Thread A.J.Mechelynck
Jean-Rene David wrote: * Yegappan Lakshmanan [2006.11.04 13:00]: You can try using CTRL-^ to jump to the alternate buffer. Good idea. Most suggestions were useful, BTW, thanks all. This looks like a bug in netrw. Well personally I find not having a "quit" or "exit" function pretty close t

Re: Getting out of netrw

2006-11-04 Thread Gary Johnson
Say I open vim7's new super duper file explorer "netrw" to browse some local directory. Say then I decide I don't want to open any new file and just want to go back to what I was doing. What would be the standard way to do that? On 2006-11-04, Jean-Rene David <[EMAIL PROTECTED]> wrote: > * Yeg

Re: Getting out of netrw

2006-11-04 Thread Gary Johnson
On 2006-11-04, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote: > Hi, > > On 11/3/06, Jean-Rene David <[EMAIL PROTECTED]> wrote: > > Say I open vim7's new super duper file explorer > > "netrw" to browse some local directory. Say then I > > decide I don't want to open any new file and just > > want t

Re: Getting out of netrw

2006-11-04 Thread Jean-Rene David
* Yegappan Lakshmanan [2006.11.04 13:00]: > You can try using CTRL-^ to jump to the alternate buffer. Good idea. Most suggestions were useful, BTW, thanks all. > This looks like a bug in netrw. Well personally I find not having a "quit" or "exit" function pretty close to a bug. But there are so

BufEnter Oddity After TabEnter

2006-11-04 Thread Bill McCarthy
Hello Vim List, I am having a problem trying to echo a message triggered by an autocmd on BufEnter when entering a tab page. Try this: :au BufEnter foo echom "Entered foo" First lets try opening a window on the same tab page: :sp foo The message appears in the command line area as exp

Lapsus in usr_10.txt?

2006-11-04 Thread Guido Van Hoecke
Fellow Vimmers, Lines 185-186 in usr_10.txt claim ... Other flags include p (print), which causes the ":substitute" command to print out each line it changes. ... This is not what happens. Line 639 in change.txt correctly describes the actual behaviour: [p] Print the line containing the

Re: gvim cut paste selection

2006-11-04 Thread Yakov Lerner
On 11/4/06, Ujjal Bose <[EMAIL PROTECTED]> wrote: Hi , I was having problem with cut-paste selections from X <-> Windows for gvim (6.2) , and this is the reply I got from the RealVNC team . So is there a way to solve this in gvim ? -- Forwarded message -- From: James Weather

Re: Getting out of netrw

2006-11-04 Thread Yegappan Lakshmanan
Hi, On 11/3/06, Jean-Rene David <[EMAIL PROTECTED]> wrote: Say I open vim7's new super duper file explorer "netrw" to browse some local directory. Say then I decide I don't want to open any new file and just want to go back to what I was doing. What would be the standard way to do that? I can u

gvim cut paste selection

2006-11-04 Thread Ujjal Bose
Hi , I was having problem with cut-paste selections from X <-> Windows for gvim (6.2) , and this is the reply I got from the RealVNC team . So is there a way to solve this in gvim ? Thanks in advance ! -Ujjal -- Forwarded message -- From: James Weatherall <[EMAIL PROTECTED]

Re: noimd don't works under linux

2006-11-04 Thread Benji Fisher
On Fri, Nov 03, 2006 at 09:45:22PM +0800, Eddy Zhao wrote: > Hi All, > > I Have the below configuration in vimrc >inoremap :set imd >nnoremap i :set noimdi > > Press "Esc" to change from insert mode to normal mode DO > disable the input method. > > But after that, when I press "i" to ch

Re: File type retention

2006-11-04 Thread Benji Fisher
On Fri, Nov 03, 2006 at 11:12:19AM -0700, Daryl Lee wrote: > This may be a Windows issue, but maybe someone here can help me solve it. > Using gVim, when I open a file with .h extension and then try to open > another .h file, the FileOpen dialog has the file filter set to > "*.cpp,*.c++". I hav

ANN: VST 1.4

2006-11-04 Thread Mikolaj Machowski
Hello, Vim7 required. VST is script which makes possible to export text files with simple markup to HTML, LaTeX or HTML S5 presentation format to create even complex documents. Script doesn't require any external dependency and will work on any platform Vim7 is available. VST is Vim only implemen

Re: Getting out of netrw

2006-11-04 Thread Marius Roets
On Friday 03 November 2006 22:14, Charles E Campbell Jr wrote: > > Or you could use :Texplore to open a netrw-browser in a new tab! > And so we learn new things every day ;) Thanks Marius

Re: Problem with tabs in vim 7

2006-11-04 Thread Cezary Kułakowski
On Fri, 3 Nov 2006, A.J.Mechelynck wrote: > Cezary Kułakowski wrote: > > Hi, > > > >I've recently updated my vim to 7.0.17 version (from some 6 version) > > and I have very annoying problem with it: when I write some code in C++ > > vim doesn't add new tab after I make new scope (by "{\n") a

Re: execute command without adding it to command history

2006-11-04 Thread Yakov Lerner
On 11/4/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote: Hi Yakov, On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > On 11/3/06, Yegappan Lakshmanan <[EMAIL PROTECTED]> wrote: > > Hi Yakov, > > > > On 11/3/06, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > > How do I execute command without a