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
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
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
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
> >>
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
--- 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
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
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.
>
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
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-
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
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
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
[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*
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
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 ...
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
--~--~-~--~~~--
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
?
--~--~-~--~~~--
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
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
>
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
>
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
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
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
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
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
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
>
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 ..
> >
&
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
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
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
--~--~-~--~~~---~--~--
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 ?
> > [...]
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
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
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
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
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
--~--~-~--~~~---~--~--
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
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
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
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;
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
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
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
--~--~-~--~~--
> 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
-~--~~~~--~~--~--~---
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
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
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
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
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
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
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
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:
> > >
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
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
: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
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
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
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
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
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.
>
>
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
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
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
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
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
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,
>
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
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
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
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 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
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
73 matches
Mail list logo