todo suggestion: remote feature for console vim

2010-03-27 Fir de Conversatie Yakov Lerner
Hello Bram, Would you consider to include into"todo list'" the remote feature for console vim, that'd rely on basic kernel-provided IPC (maybe pipes or sokets) without dependency on large packages (like X1 and dbus) not packaged with vim and not present on console systems ? Yakov -- You receive

Patch 7.2.025 and periodic execution

2010-03-27 Fir de Conversatie Yakov Lerner
Hello Bram, Patch 7.2.025 broke periodic execution idiom [1], it seems. [1] http://vim.wikia.com/wiki/Timer_to_execute_commands_periodically Can the ability to do perioc execution via CursorHold be restored ? Periodic execution is possible in GUI-enabled vim via spawning expernal subprocess tha

Re: Vim creates files named "4913", why?

2009-10-27 Fir de Conversatie Yakov Lerner
On Wed, Oct 28, 2009 at 00:52, Yakov Lerner wrote: > On Wed, Oct 21, 2009 at 17:13, James Vega wrote: > >> >> On Wed, Oct 21, 2009 at 10:52 AM, Arve Knudsen >> wrote: >> > >> > On 21 Okt, 13:58, James Vega wrote: >> >> On Wed, Oct 21, 2

Re: Vim creates files named "4913", why?

2009-10-27 Fir de Conversatie Yakov Lerner
On Wed, Oct 21, 2009 at 17:13, James Vega wrote: > > On Wed, Oct 21, 2009 at 10:52 AM, Arve Knudsen > wrote: > > > > On 21 Okt, 13:58, James Vega wrote: > >> On Wed, Oct 21, 2009 at 02:33:46AM -0700, Arve Knudsen wrote: > >> > I have a very annoying problem with the x64 build of Vim 7.2 on > >>

Re: "./vimXX/src/syntax.c" as an external utility?

2009-10-11 Fir de Conversatie Yakov Lerner
On Sun, Oct 11, 2009 at 00:46, Guido van Steen wrote: > > Dear VIM developers, > > I would like to use VIM's syntax/lexical highlighting/coloring in order to > color the command line in zsh - and if possible highlight it as well. (For > zsh: see "www.zsh.org"). I would actually hope that this c

doc micro-patch, autocmd.txt line 62

2009-10-04 Fir de Conversatie Yakov Lerner
--- autocmd.txt.000 2009-10-04 22:52:45.0 +0200 +++ autocmd.txt 2009-10-04 22:53:30.0 +0200 @@ -59,7 +59,7 @@ :au[tocmd] [group] {event} {pat} [nested] {cmd} Add {cmd} to the list of commands that Vim will execute automatically o

Re: copy a map (in order to restore it later)

2009-09-29 Fir de Conversatie Yakov Lerner
On Sun, Sep 27, 2009 at 08:58, Hari Krishna Dara wrote: > > I need to be able to create an imap for when my plugin is > toggled on, and unmap it when it is toggled off. What I would prefer > is to restore the previous map of rather than simply unmap it, > but there is no straight-forward way to

Re: Memory is used up when I replace "\t0\n" to "\n"

2009-09-15 Fir de Conversatie Yakov Lerner
On Fri, Sep 11, 2009 at 06:57, Matt Wozniski wrote: > > On Thu, Sep 10, 2009 at 4:13 AM, John Beckett wrote: > > > > Aleafs wrote: > >> :1,$ s/\t0\n/\n/g > > Note that :% is a shortcut for :1,$ > > > In a substitute, \n means two different things: > > - In the pattern, it refers to a newline. >

Re: [patch] when 'autochdir' is set, let mksession always use full pathname independently on curdir,sesdir

2009-04-30 Fir de Conversatie Yakov Lerner
On Thu, Apr 30, 2009 at 22:11, _sc_ wrote: > > On Thursday 30 April 2009 11:19 am, Yakov Lerner wrote: > > When 'acd' is set, mksession uses short pathname in the typical usage > which > > leads to wrong result (the testcase below). This is biting me every time

Re: Fwd: [wish] different statusline format for noncurrent statusline

2009-04-30 Fir de Conversatie Yakov Lerner
On Sat, Mar 21, 2009 at 11:22, Dominique Pelle wrote: > > Tony Mechelynck wrote: > > > On 19/03/09 13:08, Yakov Lerner wrote: > >> > >> On Tue, Mar 17, 2009 at 12:41, Yakov Lerner wrote: > >>> We have separae highlighting, StatusLineNC, for non-

[patch] when 'autochdir' is set, let mksession always use full pathname independently on curdir,sesdir

2009-04-30 Fir de Conversatie Yakov Lerner
When 'acd' is set, mksession uses short pathname in the typical usage which leads to wrong result (the testcase below). This is biting me every time I use mksession (I always have acd on). The interaction of 'curdir' in sessionoptions and 'set acd' leads to apparently wrong result. This patch adds

doc suggestion

2009-04-04 Fir de Conversatie Yakov Lerner
If vimscript functions had remark "Added in vim7.1.129", it would be useful. For example, if you want to know how portable the script is. --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/mail

Fwd: [wish] different statusline format for noncurrent statusline

2009-03-19 Fir de Conversatie Yakov Lerner
On Tue, Mar 17, 2009 at 12:41, Yakov Lerner wrote: > We have separae highlighting,  StatusLineNC, for non-current. > I wish I had different *format*, too,  for noncurrent statusline. I do not > think differnt format for non-current statusline is supported. > Is it possible to put thi

doc suggestion

2009-03-19 Fir de Conversatie Yakov Lerner
[eval.txt] option                                          *expr-option* *E112* *E113* Suggest to add '&' character to tags here. If I want to jump to help topic about 'let &option=...', and I look at all tags containing &, it's not there. Example: option     *expr-option* *&option* *&g:option*

Re: {bug report] redir in functions

2009-03-18 Fir de Conversatie Yakov Lerner
On Wed, Mar 18, 2009 at 16:27, Ben Fritz wrote: > > > > On Mar 18, 8:25 am, Yakov Lerner wrote: >> redir => var         | let var = 0         " (in a function) refers to >> local local var, >>                                                    " it&#x

Re: {bug report] redir in functions

2009-03-18 Fir de Conversatie Yakov Lerner
2009/3/16 StarWing > > > > On 3月16日, 下午6时15分, Tony Mechelynck > wrote: > > On 15/03/09 04:18, StarWing wrote: > > > > > > > > > > > > > use redir in functions, e.g. > > > func! Func1() > > > redir => funclist > > > silent func > > > redir END > > > " other sentence ...

[wish] different statusline format for noncurrent statusline

2009-03-17 Fir de Conversatie Yakov Lerner
We have separae highlighting, StatusLineNC, for non-current. I wish I had different *format*, too, for noncurrent statusline. I do not think differnt format for non-current statusline is supported. Is it possible to put this request in todo. Thanks. Yakov --~--~-~--~~~--

Re: CR-used-for-NL

2008-07-16 Fir de Conversatie Yakov Lerner
On Thu, Jul 17, 2008 at 2:08 AM, John Beckett <[EMAIL PROTECTED]> wrote: > The command :dig has output including: > NU ^@ 10 > Inserting Ctrl-K N U, then ga on it says <^@> 0, Hex 00, Octal 000 Shouldn't :dig say NU ^@ 0 rather than NU ^@ 10 ? --~--~-~--~~~--

Re: Five (5) new features request

2008-07-16 Fir de Conversatie Yakov Lerner
On Wed, Jul 16, 2008 at 1:57 AM, smu johnson <[EMAIL PROTECTED]> wrote: > > 5. Ever used Vim in a putty window, and pasted a giant section of code > after hitting insert when you accidently left "auto-indent" on? > You can find "autopatch" patch on this mailing list about several years ago. It

Re: syntax highlighting of embedded scripts

2008-07-09 Fir de Conversatie Yakov Lerner
On Tue, Jul 8, 2008 at 8:14 PM, Ben Fritz <[EMAIL PROTECTED]> wrote: > > Consider the following: > > perl << EOF > some code that contains Vim keywords > EOF > > If has("perl") is true, no problem! A syntax region is defined that > does not include any Vim groups, and the perl syntax is included >

Re: Gvim issue: slow scrolling of terminal output

2008-07-06 Fir de Conversatie Yakov Lerner
On Wed, Jul 2, 2008 at 11:57 PM, Amy Williams <[EMAIL PROTECTED]> wrote: > Gvim appears to have very slow scrolling for output from external > commands. This is an issue for me, particularly with :make and with spell > checking. To see the issue, run gvim, type a word, and then with the cursor >

Re: Terminal-specific query sequences

2008-07-03 Fir de Conversatie Yakov Lerner
On Thu, Jul 3, 2008 at 10:34 AM, Yakov Lerner <[EMAIL PROTECTED]> wrote: > On Tue, Jul 1, 2008 at 7:34 PM, Marc Haisenko <[EMAIL PROTECTED]> > wrote: > >> >> As you can see, the UNIX way of handling output is severely broken and >> always >> has been

Terminal-specific query sequences

2008-07-03 Fir de Conversatie Yakov Lerner
On Tue, Jul 1, 2008 at 7:34 PM, Marc Haisenko <[EMAIL PROTECTED]> wrote: > > As you can see, the UNIX way of handling output is severely broken and > always > has been because there's just no way that the terminal can tell the system > and/or application what it CAN support. Wrong. Vt* terminals

Re: No explicitly positive numbers!

2008-06-23 Fir de Conversatie Yakov Lerner
On Mon, Jun 23, 2008 at 8:28 PM, Ben Schmidt <[EMAIL PROTECTED]> wrote: > Hi, Bram, > > Another oddity I've recently discovered is that str2nr won't accept an > explicitly > positive number, such as '+3'. > > This is unexpected. Would you be willing to adjust the behaviour? I can't > think of > an

Re: autocommand when changing/setting option ?

2008-06-17 Fir de Conversatie Yakov Lerner
On Tue, Jun 17, 2008 at 6:43 PM, Tony Mechelynck < [EMAIL PROTECTED]> wrote: > > On 17/06/08 16:40, Yakov Lerner wrote: > > We do not have autocommand that fires when option is set/changed, right ? > > vim 8 maybe ? Can this be added to do todo ? > > > > For e

autocommand when changing/setting option ?

2008-06-17 Fir de Conversatie Yakov Lerner
We do not have autocommand that fires when option is set/changed, right ? vim 8 maybe ? Can this be added to do todo ? For example, when I do 'set tw=70' I want automatically execute "match Error /\%>70v/". I realize I can make a custom command or function to change two things together. But if th

Re: opening huge files, a little slow

2008-06-15 Fir de Conversatie Yakov Lerner
On Sun, Jun 15, 2008 at 3:36 PM, misi <[EMAIL PROTECTED]> wrote: > > Hello, > > would like to use vim to edit large files (600mb). Unfortunatelly, it > looks like opening such large files even on a Pentium 3.4Ghz with PATA > disk takes quite some time (ubuntu, kernel 2.6.22-14). I know that vim >

Re: Request For Feedback: "timeout per-mapping" wish, like :nnoremap lhs rhs

2008-06-06 Fir de Conversatie Yakov Lerner
On Fri, Jun 6, 2008 at 10:03 PM, Tony Mechelynck < [EMAIL PROTECTED]> wrote: > > On 06/06/08 20:52, Yakov Lerner wrote: > > I'd lile to hear people feedback about "timeout per-mapping" wish, like: > > > >:noremapXYZ .. > > &

Request For Feedback: "timeout per-mapping" wish, like :nnoremap lhs rhs

2008-06-06 Fir de Conversatie Yakov Lerner
I'd lile to hear people feedback about "timeout per-mapping" wish, like: :noremap XYZ .. I have certain mappings for which wish to define smaller timeout that my usual keyboard timeout. Does anybody have feedback ? Yakov --~--~-~--~~~---~--~~ You r

Request For Feedback: "timeout per-mapping" wish, like :nnoremap lhs rhs

2008-06-05 Fir de Conversatie Yakov Lerner
I'd lile to hear people feedback about "timeout per-mapping" wish, like: :noremap XYZ .. I have certain mappings for which wish to define smaller timeout that my usual keyboard timeout. Does anybody have feedback ? Yakov --~--~-~--~~~---~--~~ You re

vimdiff with one non-existent and one existent file does not show contents ?

2008-05-27 Fir de Conversatie Yakov Lerner
cd /tmp rm -f nosuchfile # make sure there is no such file man 1 ls >ls.txt # get some text vimdiff -U NONE -u NONE ls.txt nosuchfile # as expected vimdiff -U NONE -u NONE nosuchfile ls.txt # ??? where is contents of right pane ??? Thanks Yakov --~--~-~--~~~---~--~--

Re: clientserver --remote-send and map

2008-05-23 Fir de Conversatie Yakov Lerner
On Fri, May 23, 2008 at 7:54 PM, Philippe Fremy <[EMAIL PROTECTED]> wrote: > > Tony Mechelynck wrote: > > On 22/05/08 15:52, Philippe Fremy wrote: > > [...] > >> The conclusion seems pretty clear: mapping code is not executed when > >> sending keys through --remote-send. Is that a bug ? > > [...]

Re: clientserver --remote-send and map

2008-05-21 Fir de Conversatie Yakov Lerner
On Wed, May 21, 2008 at 6:49 PM, Philippe Fremy <[EMAIL PROTECTED]> wrote: > > >Hi, > > I am playing with --remote-send. I have the following problem: > > d:\work\vimWrapper\vimWrapper1\pyvimwrapper\tests>gvim --servername HOP > --remote -send ":map icoucouCR>ESC>j" > > This sets the func

Re: UTF-8 bomb showing up after :%!sort

2008-05-20 Fir de Conversatie Yakov Lerner
On Mon, May 19, 2008 at 11:01 PM, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > :se fileencoding=utf8 bomb > > :%!sort > > > > The problem is with using an encoding that the sort command doesn't > understand [utf8] Maybe sort does understand utf8 (gnu sort definitely does), but vim

Re: D-Bus in vim, and collaborative editing

2008-05-19 Fir de Conversatie Yakov Lerner
On Sat, May 17, 2008 at 4:45 PM, Alban Crequy <[EMAIL PROTECTED]> wrote: > > The D-Bus connection is an Unix socket. When vim fires a signal from the > Does it require a daemon or something ? That is a burden of additional dependency that I would not like, personally. Why not use vim-remote mecha

Re: authoritative source repository

2008-05-17 Fir de Conversatie Yakov Lerner
On Thu, May 15, 2008 at 8:59 PM, John Calixto <[EMAIL PROTECTED]> wrote: > > Hi folks, > > Could somebody please explain the Vim source repos to me? > > There seems to be activity in both the CVS and SVN repos - which one is > The Authoritative Vim Repository? > > How do merges occur? Who is resp

Re: Updated floating point patch

2008-04-14 Fir de Conversatie Yakov Lerner
On Mon, Apr 14, 2008 at 7:14 AM, Yakov Lerner <[EMAIL PROTECTED]> wrote: >123. 456 " floating number 123. concatenated with "456" Correction: 123. 456 " floating number 123. , space, integer 456 --~--~-~--~~~---~--~--

Re: Updated floating point patch

2008-04-13 Fir de Conversatie Yakov Lerner
On Sat, Apr 12, 2008 at 4:58 PM, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > Here is an update for the floating point patch. The 'g' argument for > printf() was implemented and a few bug fixes. > > This is to be applied to the original source code, without the older > floating point patch. > > I

Re: upgrading vim on linux

2008-03-06 Fir de Conversatie Yakov Lerner
You can try the scriptvim7-install.sh (attached) which downloads, builds and installs latest vim7 in one command without arguments. Description and download link ia at: http://www.vim.org/scripts/script.php?script_id=1473 Invocation: sh ./vim7-install.sh Or save the script directly from

Re: shell highlighting problem, after command name 'locale'

2008-03-06 Fir de Conversatie Yakov Lerner
On Thu, Mar 6, 2008 at 12:11 PM, Vladimir Marek <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 06, 2008 at 10:13:16AM +0200, Yakov Lerner wrote: > > > > I see problem with shell highlighting with the following piece, > > apparently caused by the command named &#

shell highlighting problem, after command name 'locale'

2008-03-06 Fir de Conversatie Yakov Lerner
I see problem with shell highlighting with the following piece, apparently caused by the command named 'locale'. I am using latest runtime files. from rsync. Does anybody see incorrect highlighting, too ? -- #!/bin/bash utf-off() { echo "export LANG=C;

Re: feature request: help users count lines - display relative line numbers

2008-02-13 Fir de Conversatie Yakov Lerner
Nick Gravgaard <[EMAIL PROTECTED]> escrit: > if Vim could display relative line numbers > in the left hand margin (with the current > line being 1, the next being 2, and so on) Yes, this is easy, vim can. This is easy implementable in vimscript using the *SIGNS* (:help signs). Plus, use the

"collaborative editing" clarification Was: New features to vote on and sponsoring

2008-02-03 Fir de Conversatie Yakov Lerner
Hello Bram, You wrote: > add collaborative editing: changes made to a buffer show up in another Vim in a second I'd like to ask for some clarifications. Clarification about perceived behaviour, not about implementation: 1. "two-way collaboration" or "one-way collaboration" ? Vim instance B atta

Re: encrypt/decrypt functions for a session

2007-12-02 Fir de Conversatie Yakov Lerner
Charles E Campbell wrote: > Any good way to get > the vim process's pid? How about under Windows? Maybe a patch to add getpid() function to vimscript is not bad idea ? Even without relation to Charles ciphering troubles. Can this be added to the todo ? Yakov --~--~-~--~~--

Re: encrypt/decrypt functions for a session

2007-11-30 Fir de Conversatie Yakov Lerner
> to make it work > for may unixes for many unixes --~--~-~--~~~---~--~~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: encrypt/decrypt functions for a session

2007-11-30 Fir de Conversatie Yakov Lerner
On Nov 29, 2007 12:23 AM, Charles E Campbell Jr <[EMAIL PROTECTED]> wrote: > > Hello! > > I don't see any way to encrypt/decrypt strings in the vim function > library, but there is a way to encrypt a file buffer. Netrw tries to > make use of ftp, etc and its associated passwords simpler by retain

Re: vim scrolling painfully slow

2007-11-18 Fir de Conversatie Yakov Lerner
On Nov 18, 2007 9:26 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I connect from windows xp to solaris using telnet. I was scrolling > using vim editor and saw something strange. If I do a Ctrl-F twice > in succession, the first screen gets updated quickly (almost in > no time) but the sec

Re: anchoring filename completion to the end of filename

2007-10-23 Fir de Conversatie Yakov Lerner
On 10/22/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > Yakov Lerner wrote: > > > Would you add to the todo list some way to lock the > > filename completion to the end of the filename ? Currently, the > > :e *a > > automatically adds the * at t

Re: Possibility of a console server through a socket?

2007-10-22 Fir de Conversatie Yakov Lerner
On 10/22/07, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > > > How difficult would it be to implement a console server using sockets? > if_xsrvcmd.c looks quite complicated, but I get the felling that a > simple socket interface wouldn't require quite as much code. > > Anyone have any thoughts on th

anchoring filename completion to the end of filename

2007-10-21 Fir de Conversatie Yakov Lerner
Bram, Would you add to the todo list some way to lock the filename completion to the end of the filename ? Currently, the :e *a automatically adds the * at the end. This shows not files endnig with 'a', but all files *containing* 'a' . This is by design. The consequence is that user cannot

Fwd: doc nitpicking

2007-10-14 Fir de Conversatie Yakov Lerner
On 10/12/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Yakov Lerner wrote: > > > On 10/11/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > > > > > Yakov Lerner wrote: > > > > > > > :help :! says: > &g

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
On 10/11/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Yakov Lerner wrote: > > > :help :! says: > > :silent !{cmd} > > The screen is not redrawn then, thus you have to use > > CTRL-L or ":redraw!" if the comma

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
On 10/11/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > On 10/11/07, ap <[EMAIL PROTECTED]> wrote: > > > > > > > > > > On Oct 10, 10:22 pm, "Yakov Lerner" <[EMAIL PROTECTED]> wrote: > > > :help :! says: > > >

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
On 10/11/07, ap <[EMAIL PROTECTED]> wrote: > > > > > On Oct 10, 10:22 pm, "Yakov Lerner" <[EMAIL PROTECTED]> wrote: > > :help :! says: > > :silent !{cmd} > > The screen is not redrawn then, thus you have to use

Re: doc nitpicking

2007-10-11 Fir de Conversatie Yakov Lerner
The screen is not redrawn then, thus you have to use CTRL-L or ":redraw!" if the command did display something. I do not think this paragraph can be interpreted ambiguously. The first part - "The screen is not redrawn then" - I see it as information not operational, it does not contradict

doc nitpicking

2007-10-10 Fir de Conversatie Yakov Lerner
:help :! says: :silent !{cmd} The screen is not redrawn then, thus you have to use CTRL-L or ":redraw!" if the command did display something. The last part ("if the command did display something") is not true. In console vim, screen is always grabled after ':silent !CMD

Re: Trial patch for variable tabstops

2007-10-06 Fir de Conversatie Yakov Lerner
On 10/6/07, Matthew Winn <[EMAIL PROTECTED]> wrote: > > On Sat, 6 Oct 2007 10:22:53 +0200, "Yakov Lerner" <[EMAIL PROTECTED]> > wrote: > > > On 10/5/07, Matthew Winn <[EMAIL PROTECTED]> wrote: > > > > > > I've been working on an

Re: Trial patch for variable tabstops

2007-10-06 Fir de Conversatie Yakov Lerner
On 10/6/07, Matthew Winn <[EMAIL PROTECTED]> wrote: > > > On Sat, 6 Oct 2007 10:22:53 +0200, "Yakov Lerner" <[EMAIL PROTECTED]> > wrote: > > > On 10/5/07, Matthew Winn <[EMAIL PROTECTED]> wrote: > > > > > > I've been

Re: Trial patch for variable tabstops

2007-10-06 Fir de Conversatie Yakov Lerner
On 10/5/07, Matthew Winn <[EMAIL PROTECTED]> wrote: > > I've been working on an implementation of the non-uniform tabstops > that were discussed about a month ago, and I have a patch ready for > trying out. I've done some testing on Linux and Windows XP; the parts > I'm able to test seem to be OK a

Re: vim : process.c ?

2007-09-30 Fir de Conversatie Yakov Lerner
On 9/30/07, A.Politz <[EMAIL PROTECTED]> wrote: > > > I am student of computer science. In the next semester I'll > have to do some practical work supervised by a professor. > Now what I really would like to do in this project, is > giving vim the ability to start and manage subprocesses. > > What

Re: :catch value of a variable

2007-09-24 Fir de Conversatie Yakov Lerner
On 9/21/07, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > > On 9/21/07, Ben Schmidt <[EMAIL PROTECTED]> wrote: > > > Most commands do not take > > variables/expressions as input directly but need to be constructed using the > > :exe command. I don't see any good reason why :catch should differ. > >

No use of 'el' (clear to end of line) ?

2007-09-24 Fir de Conversatie Yakov Lerner
I work on 60 lines x 120 columns miniterm over 9600 baud. The speed is satisfactory except one case: when vim draws '~' in every line on the init screen. This drawing is very slow, takes several seconds to fill the screen. I took the vim output log and noticed that vim fills every line wi

Re: [BUG] autocmd effect cancelled by :bdelete

2007-09-16 Fir de Conversatie Yakov Lerner
On 9/16/07, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > > % vim > :new > :autocmd BufWinLeave :2wincmd w | quit > :wincmd p > :q > > Guess what, buffer 1 is still loaded and displayed. Like, WTF? > > The reason I want to do this is that I have opened a window that I > want to be dependent on th

Re: Searching for Vim scripts

2007-09-06 Fir de Conversatie Yakov Lerner
On 9/4/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Hello Vim users, > > So far we only had the possibility to search for scripts on the Vim > website. Of course you could use your favorite search engine, but then > you would find any type of file, not just Vim scripts. > > I have now adde

Re: Feature request... non-uniform tabstops

2007-08-29 Fir de Conversatie Yakov Lerner
On 8/27/07, Mark Waggoner <[EMAIL PROTECTED]> wrote: > > > I've asked Bram in the past whether he would add this to the voting list. > The best I've been able to get is "I'll think about it" :) Perhaps if I > throw the idea out to the mailing lists I can garner a little support. > > When editing

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/28/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Yakov Lerner wrote: > > > > > I get weird up/down behaviour when cursor traverses the braces. vim > > > 7.1.87, > > > > no custom plugins. This is apparently somehow related to

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/28/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > > Yakov Lerner wrote: > > > > > I get weird up/down behaviour when cursor traverses the braces. vim > > 7.1.87, >

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/27/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Yakov Lerner wrote: > > > I get weird up/down behaviour when cursor traverses the braces. vim > 7.1.87, > > no custom plugins. This is apparently somehow related to matchparen. > > > > The te

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-27 Fir de Conversatie Yakov Lerner
On 8/27/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > > > I get weird up/down behaviour when cursor traverses the braces. vim > > 7.1.87, > > no custom plugins. This is apparently somehow related

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-27 Fir de Conversatie Yakov Lerner
On 8/27/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > I get weird up/down behaviour when cursor traverses the braces. vim 7.1.87 > , > no custom plugins. This is apparently somehow related to matchparen. > > The testfile is x.c below. > Here is what happens if I p

weird up/down arrows behaviour on braces 7.1.87

2007-08-27 Fir de Conversatie Yakov Lerner
I get weird up/down behaviour when cursor traverses the braces. vim 7.1.87, no custom plugins. This is apparently somehow related to matchparen. The testfile is x.c below. Here is what happens if I press down starting from the beginning of file, position 1: 1. Down. instead of going to line 2, cu

undo after :retab

2007-08-15 Fir de Conversatie Yakov Lerner
Undo after retab modifies 'tabstop' in a way that doesn't look consistent or correct. Test case: - vim -u NONE -U NONE iabc :set ts=4 :retab 8 u -- After the last u, tabstop changes to 8. But we expect the screen to return to the state

Re: he Vim maillists have moved

2007-07-20 Fir de Conversatie Yakov Lerner
On 7/20/07, Gautam Iyer <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 20, 2007 at 04:43:00PM -, BartlebyScrivener wrote: > > > > To subscribe, send a message to the [EMAIL PROTECTED] list. > > > > If you just want to subscribe without getting emails > > and just browse the site with the ability