Re: cpo-=l

2011-10-19 Fir de Conversatie James Vega
: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: GtkFileChooser broken again

2011-09-26 Fir de Conversatie James Vega
a SIGPIPE), though. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/src/gui.c b/src/gui.c --- a/src/gui.c +++ b/src/gui.c @@ -212,7 +212,6 @@ int status; int exit_status; pid_t pid = -1; -FILE *parent_file; /* Setup a pipe between

[patch] Correct completion for :compiler command

2011-09-23 Fir de Conversatie James Vega
Hi all, Since patch 7.3.237, completion for the :compiler command has been completing colorschemes instead. Attached patch fixes this. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post

[patch] Honor 'switchbuf's newtab with :sb commands

2011-09-23 Fir de Conversatie James Vega
split and, with the attached patch, will also honor newtab for :sb-type commands. This seems to follow the intent of the feature. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type

Re: Windows scriptin and user input

2011-09-20 Fir de Conversatie James Vega
access to. Can you provide the output of :version? -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Any way to just not display ^M characters ?

2011-09-19 Fir de Conversatie James Vega
that was introduced in 7.3. Something like :syn match mixedLineEndings $ conceal :set conceallevel=3 Although, this will only hide the ^M on lines other than the one your cursor is on. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org signature.asc Description: Digital

[patch] Restore behavior of C on blank last line

2011-09-14 Fir de Conversatie James Vega
and the cursor is in insert mode at the *start* of line 1. Since 7.3.251 was just supposed to special case for gHDel, the attached patch verifies the op is OP_DELETE before using the new behavior. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/src/ops.c b/src

Re: GtkFileChooser broken again

2011-09-08 Fir de Conversatie James Vega
with Gtk. I had meant to look into this when I first found the RedHat bug, but never got around to it. Thanks for bringing up the discussion and potential ideas. [0]: https://bugzilla.redhat.com/show_bug.cgi?id=488652 -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com

Re: Fwd: vim cursor movement on InsertLeave

2011-09-08 Fir de Conversatie James Vega
more explanation and, if you still want to change it, some ideas of how to work around it on the wiki[0]. [0]: http://vim.wikia.com/wiki/Prevent_escape_from_moving_the_cursor_one_character_to_the_left -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc

Re: Bug in 7.3.301: 'modified' not set when buffer changed by BufRead autocommand

2011-09-07 Fir de Conversatie James Vega
, BufWritePost, FileAppendPost and VimLeave events do not set or reset the changed flag of the buffer. … If you do want the buffer to be marked as modified, set the 'modified' option. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital

Re: Inconsistent jump after undo of multi-line change

2011-09-04 Fir de Conversatie James Vega
to perform an action without altering the jump list. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

[patch] Crash with EOL visual-block over a fold

2011-09-01 Fir de Conversatie James Vega
in the above comparison overflows and incorrectly causes the comparison to succeed. So, RL_MEMSET walks off the end of ScreenAttrs. Attached patch fixes the problem. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/src/screen.c b/src/screen.c

Allow expected getchar() behavior in expr maps

2011-08-30 Fir de Conversatie James Vega
that restriction. Thanks, James [0]: http://mid.gmane.org/201009222031.13720@-zyx -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt --- a/runtime/doc/map.txt +++ b/runtime/doc/map.txt @@ -237,8 +237,6 @@ - Editing

Re: :python forwarding to :py3 and vice-versa in case of incompatibility

2011-08-23 Fir de Conversatie James Vega
the module is directly linked to the library. [0]: http://thread.gmane.org/gmane.editors.vim.devel/22759/focus=22765 [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611573 -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org signature.asc Description: Digital signature

Re: Patch 7.3.220

2011-08-22 Fir de Conversatie James Vega
not in range(128) Changing es# to et# appears to fix the problem, but I'm not positive that's the correct fix. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Bug in bufexplorer plugin related to 'Show buffers/tab'

2011-07-31 Fir de Conversatie James Vega
Adding bufexplorer's author to Cc. On Sun, Jul 31, 2011 at 07:34:11AM -0700, rehan wrote: I wonder if anyone can help me with the following bug, that is reducing the functionality (for me) of this great plugin. I am having problems with the 'Show buffers/tab' functionality. Sometimes it

Re: [PATCH] fix man page viewing with man-db

2011-07-25 Fir de Conversatie James Vega
. /usr/bin/man .args.| col -b .tmp Using !env MANPAGER= is better as not all shells support declaring environment variables to use for a command invocation like that. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: dosini syntax

2011-07-15 Fir de Conversatie James Vega
-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Vim taken from http://tuxproject.de.nyud.net/projects/vim/ crashes under wine

2011-07-10 Fir de Conversatie James Vega
for your setup. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Fix [count]gj movement when count 1

2011-06-13 Fir de Conversatie James Vega
Bram, Attach patch fixes incorrect movement when using gj with a count and the initial line is shorter than subsequent wrapped lines. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com # HG changeset patch # User James Vega james...@jamessan.com # Date

Re: Issue 7 in vim: terminal resize during file recovery

2011-06-07 Fir de Conversatie James Vega
can reproduce the behavior. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: ; and , functionality with t command

2011-05-20 Fir de Conversatie James Vega
on this line and place the cursor on the character before it. Just because one use case of t/T/;/, doesn't move the cursor doesn't mean that there is a problem. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do

Re: Ubuntu Natty 11.04: Trouble with the Ruby plugin for VIM

2011-05-12 Fir de Conversatie James Vega
the ruby language bindings. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Reproducibility of test61

2011-05-11 Fir de Conversatie James Vega
/3jEll [2]: http://deb.li/p6Vg -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: stderr issue with mksh/pdksh

2011-04-14 Fir de Conversatie James Vega
they find out they have to set shell=/bin/sh (or some other shell Vim knows how to handle). -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: [patch] filetype.vim

2011-04-08 Fir de Conversatie James Vega
by Debian's system-wide config. Thanks for pointing that out. I've filed a bug with this message and I look into fixing it for the next package upload I do. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-21 Fir de Conversatie James Vega
On Mon, Mar 21, 2011 at 08:24:05PM -0400, Steve Hall wrote: On Fri, 2011-03-18 at 18:35 -0400, James Vega wrote: The default vimrc is no vimrc. ...except on Windows... That's an implementation detail of the installer which can be disabled by the user. There's no requirement

Re: [PATCH] First pass at Freedesktop directories

2011-03-18 Fir de Conversatie James Vega
/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie James Vega
a reference tutorial of the top 100 features most users tamper with. The first line explains how to rename the file to activate it. Something similar to http://vim.wikia.com/wiki/Example_vimrc, but with more settings commented out? -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james

Re: Yank to + also yanks to * when suppressing a in guioptions in unix

2011-03-17 Fir de Conversatie James Vega
: 1024D/61326D40 2003-09-02 James Vega james...@debian.org diff --git a/src/ops.c b/src/ops.c --- a/src/ops.c +++ b/src/ops.c @@ -3151,7 +3151,8 @@ /* No need to copy to * register upon 'unnamed' now - see below */ clip_own_selection(clip_plus); clip_gen_set_selection(clip_plus

Re: [PATCH] foldexpr for help files

2011-03-11 Fir de Conversatie James Vega
'/'foldexpr' are typically set by ftplugins (or syntax files for syntax-based folding). Of course, those are commonly the first things that get enabled. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: [BUG] getpos(') returns wrong column number

2011-03-08 Fir de Conversatie James Vega
external visibility in the case of commands like getpos(). -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http

Re: Why does vim link with selinux?

2011-03-08 Fir de Conversatie James Vega
Are you sure you're using the version that you built with --disable-selinux? That flag works fine for me. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-08 Fir de Conversatie James Vega
: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Issues with gnupg.vim - plaintext leakage, file trashing

2011-03-07 Fir de Conversatie James Vega
On Wed, Feb 23, 2011 at 04:53:40PM -0800, AndrewDaviel wrote: On Feb 22, 8:49 pm, James Vega james...@jamessan.com wrote: When writing out a modified encrypted file, the plaintext is still saved in 4 in the temporary directory, although the ciphertext is not saved to 2 while reading

Re: Feature suggestion: option for letting spaces match newlines in search

2011-03-06 Fir de Conversatie James Vega
://thread.gmane.org/gmane.editors.vim.devel/11964 -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Undo bug?

2011-03-05 Fir de Conversatie James Vega
attempt to put gave me that line instead of the original text I'd yanked. Then you should have been putting from register 0 instead of register . Register 0 is the last yank, while register is the last yank or delete. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com

Re: Issues with gnupg.vim - plaintext leakage, file trashing

2011-02-22 Fir de Conversatie James Vega
On Tue, Feb 22, 2011 at 01:29:59PM -0800, AndrewDaviel wrote: On Feb 21, 10:43 pm, James Vega james...@jamessan.com wrote: I've attached an updated version of the plugin that I sent to Markus a while back which I think addresses these problems.  I've described below specifically how

Re: Issues with gnupg.vim - plaintext leakage, file trashing

2011-02-21 Fir de Conversatie James Vega
notice and prevent the original file from being overwritten. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com Name:gnupg.vim Version: $Id: gnupg.vim 3051 2010-02-16 07:56:18Z mbr $ Author: Markus Braun markus.br...@krawel.de Summary: Vim plugin for transparent

Re: tr() problem ?

2011-02-10 Fir de Conversatie James Vega
On Wed, Feb 9, 2011 at 2:10 PM, James Vega james...@jamessan.com wrote: On Wed, Feb 9, 2011 at 12:04 PM, Dimitar DIMITROV mitk...@yahoo.fr wrote: But this doesn't: command! Translate call setline(line('.'), tr(getline('.'),    \'ABVGDEWZIJKLMNOPRSTUYFHXC$^}{!|Qabvgdewzijklmnoprstuyfhxc467][1

Re: vim 7.3 configure fails to detect missing libiconv on SunOS 5.10

2011-02-10 Fir de Conversatie James Vega
/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: tr() problem ?

2011-02-09 Fir de Conversatie James Vega
James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Hex viewer/editor with vim

2011-02-08 Fir de Conversatie James Vega
don't need to reinvent the wheel: see :help hex-editing He addressed that in the first paragraph. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: ctrl-o with a mapping

2011-02-05 Fir de Conversatie James Vega
, :nnoremap F9 0:echo getfontname()CR iC-OF9 This inserts the :echo command in the text. And in this case the one normal mode command is 0, since mappings are treated just like a user typing. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc

Re: Unexpected behavior loading cp1252 file as latin1

2011-01-28 Fir de Conversatie James Vega
cases? -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: Bug or a feature? Appending in visual block mode

2011-01-20 Fir de Conversatie James Vega
and should stay at the EOL since 'virtualedit' isn't set. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http

Re: tab buffer

2011-01-10 Fir de Conversatie James Vega
response, you would want to use :tab split +bn for the behavior you want. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Some documentation bugs and wishes

2011-01-04 Fir de Conversatie James Vega
Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Patch 7.3.083

2010-12-17 Fir de Conversatie James Vega
/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php errno.diff Description: Binary data

Re: Patch 7.3.083

2010-12-17 Fir de Conversatie James Vega
problems after patch 7.3.085. That doesn't fix the EINTR definition problem. My earlier patch works, but maybe it makes sense to move the include of errno.h out of the os_(win*|mswin).c files altogether and into vimio.h? -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com

Re: Patch 7.3.083

2010-12-17 Fir de Conversatie James Vega
On Fri, Dec 17, 2010 at 12:56 PM, Patrick Texier p.tex...@orsennes.com wrote: On Fri, 17 Dec 2010 12:30:01 -0500, James Vega wrote: Let me know if there are still problems after patch 7.3.085. That doesn't fix the EINTR definition problem.  My earlier patch works, but maybe it makes sense

Re: how to create tags file for vim source code ?

2010-12-13 Fir de Conversatie James Vega
to try to find the tag. He's not trying to find the tag. He's trying to use omni-completion to complete curbuf-. That being said, I built the tags file the stated way and was able to perform said completion. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie James Vega
, it shall return -1 with errno set to [EINTR]. If a read() is interrupted by a signal after it has successfully read some data, it shall return the number of bytes read. [0]: http://www.opengroup.org/onlinepubs/009695399/functions/read.html -- James GPG Key: 1024D/61326D40 2003-09-02 James

Re: Bug in clipboard support with multibyte charactors?

2010-12-04 Fir de Conversatie James Vega
. You can also use a more manual tool like xclip to achieve the same effect. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Regex \%V question

2010-11-22 Fir de Conversatie James Vega
On Thu, Nov 18, 2010 at 6:07 PM, Christian Brabandt cbli...@256bit.org wrote: Hi James! On Mo, 08 Nov 2010, James Vega wrote: On Mon, Nov 8, 2010 at 3:34 PM, Christian Brabandt cbli...@256bit.org wrote: On Fr, 05 Nov 2010, Benjamin R. Haskell wrote: Removing the optionality, it's also

Re: Regex \%V question

2010-11-22 Fir de Conversatie James Vega
On Mon, Nov 22, 2010 at 1:09 PM, James Vega james...@jamessan.com wrote: On Thu, Nov 18, 2010 at 6:07 PM, Christian Brabandt cbli...@256bit.org wrote: Here is another patch, including a basic test, that should address all the issues. I couldn't reproduce the highlighting problem, though

Re: Small indent/perl.vim patch concerning bad match patterns

2010-11-18 Fir de Conversatie James Vega
documented behavior a reason to change the tool? I'd be more understanding if Vim didn't explicitly outline the escape sequences it does allow inside a collection. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Small indent/perl.vim patch concerning bad match patterns

2010-11-18 Fir de Conversatie James Vega
On Thu, Nov 18, 2010 at 10:43 AM, ZyX zyx@gmail.com wrote: Reply to message «Re: Small indent/perl.vim patch concerning bad match patterns», sent 15:44:46 18 November 2010, Thursday by James Vega: Since when is people not following documented behavior a reason to change the tool?  I'd

Re: Completion is painfully slow in Vim 7.3

2010-11-16 Fir de Conversatie James Vega
with 7.2.274. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: saveas - loads ft plugin - changes dir - wrong filename problem

2010-11-16 Fir de Conversatie James Vega
/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php vim.out Description: Binary data saveas.diff Description

Re: using shellslash on windows.

2010-11-15 Fir de Conversatie James Vega
Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: [BUG] autoload variables are not available inside autoload functions

2010-11-14 Fir de Conversatie James Vega
scope inside a function is l: so if you need to access some other scope, you have to use the proper prefix. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: make hitting enter work like OK button for gtk inputdialog()

2010-11-11 Fir de Conversatie James Vega
://library.gnome.org/devel/gtk/stable/ -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Patch 7.3.051

2010-11-11 Fir de Conversatie James Vega
is specifically being used with history editing in mind. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Patch 7.3.050

2010-11-10 Fir de Conversatie James Vega
splits the terminfo library out to its own file. I wonder how common that is and whether all the distributions which build with the split libraries use the same name. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist

Re: Null reference when $PATH is empty.

2010-11-09 Fir de Conversatie James Vega
2003-09-02 James Vega james...@jamessan.com diff --git a/src/ex_getln.c b/src/ex_getln.c --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -4754,7 +4754,7 @@ * collect them in ga. */ ga_init2(ga, (int)sizeof(char *), 10); -for (s = path; *s != NUL; s = e) +for (s = path; s

Re: Regex \%V question

2010-11-08 Fir de Conversatie James Vega
-- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: [patch] Py_SetPythonHome for python3 to make import work

2010-11-07 Fir de Conversatie James Vega
. This should probably be done for Python2.x as well. [0]: http://packages.ubuntu.com/maverick/i386/python3.1/filelist [1]: http://www.pathname.com/fhs/pub/fhs-2.3.html#USRLOCALLOCALHIERARCHY -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description

Re: [patch] Py_SetPythonHome for python3 to make import work

2010-11-07 Fir de Conversatie James Vega
On Sun, Nov 07, 2010 at 01:53:05PM -0500, James Vega wrote: On Sun, Nov 07, 2010 at 06:04:35PM +0200, Roland Puntaier wrote: The attached patch calls Py_SetPythonHome with PYTHON3_PREFIX defined by configure. This solves the problem. This does make sense for supporting people who have

[patch] Skip flagging error when error not displayed

2010-11-04 Fir de Conversatie James Vega
of emsg(). This provides the more intuitive behavior of only flagging an error when a message was actually displayed to the user. Thanks, -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/src/message.c b/src/message.c --- a/src/message.c +++ b/src/message.c

Re: getchar.c fails to compile

2010-11-03 Fir de Conversatie James Vega
wrong with the patching. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Patch 7.3.043

2010-10-27 Fir de Conversatie James Vega
to make it work again? Update to 7.3.046. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org

Re: 7.3 unable to load ruby 1.9.2?

2010-10-21 Fir de Conversatie James Vega
. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php dynamic-ruby.diff Description

Re: [patch] Let helpztags support for other languages

2010-10-14 Fir de Conversatie James Vega
in the BTS to make sure I keep track of the patch. so I run it to some of my plugins. but helpztags only supports for .txt help file. so I wrote the patch to fix it. Thanks. Looks useful. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com --- helpztags.bak 2010-10-15 07:03

Re: [Bug Report] After saving a new file, the value of fileencoding does not change

2010-10-10 Fir de Conversatie James Vega
, then :set fileencoding= -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org signature.asc Description: Digital signature

Re: I seem to meet a clipboard bug related with unicode

2010-09-28 Fir de Conversatie James Vega
) see if Bram will accept a patch to add an option which disables the last ditch effort of storing the clipboard contents to CUT_BUFFER0. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type

Re: I seem to meet a clipboard bug related with unicode

2010-09-27 Fir de Conversatie James Vega
to something else. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Documentation update needed

2010-08-24 Fir de Conversatie James Vega
Christian Brabandt's suggested patch in the [patch] document undolist save column email from today. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Plans for Mercurial branches?

2010-08-18 Fir de Conversatie James Vega
as closed so it doesn't show up in the default view? -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: RFC: use hunspell dictionaries

2010-08-15 Fir de Conversatie James Vega
-checkers for different languages. [0]: http://www.abisource.com/projects/enchant/ -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Vim 7.3f: :r file fails when 'compatible'

2010-08-14 Fir de Conversatie James Vega
]line 2 2u#mary line 1 This only happens in 'nocompatible' mode or if there is an existing buffer loaded. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: test73 fails with shells that don't support '**'

2010-08-10 Fir de Conversatie James Vega
On Mon, Aug 09, 2010 at 07:37:13PM -0400, James Vega wrote: On Sun, Aug 08, 2010 at 11:12:01PM -0400, James Vega wrote: On Mon, Aug 09, 2010 at 09:28:01AM +0800, Nazri Ramliy wrote: I stumbled into this problem (works fine in my environment, but fails in /bin/dash) when I first attempted

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie James Vega
. I know this is the case on Debian-based systems. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Vim 7.3: Python3 support

2010-08-09 Fir de Conversatie James Vega
where the lib-dynload modules aren't linked against libpython since some of the lib-dynload modules are always used by Python. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below

[patch] Remove shadowdir symlinks in clean

2010-08-09 Fir de Conversatie James Vega
If a shadowdir is used for building, symlinks for the runtime and pixmaps directory are created in src/ but they aren't removed by the clean target. Attached patch removes them. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from

Re: test73 fails with shells that don't support '**'

2010-08-09 Fir de Conversatie James Vega
On Sun, Aug 08, 2010 at 11:12:01PM -0400, James Vega wrote: On Mon, Aug 09, 2010 at 09:28:01AM +0800, Nazri Ramliy wrote: I stumbled into this problem (works fine in my environment, but fails in /bin/dash) when I first attempted to write test73. At that point the find completion

test73 fails with shells that don't support '**'

2010-08-08 Fir de Conversatie James Vega
Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: test73 fails with shells that don't support '**'

2010-08-08 Fir de Conversatie James Vega
changeset 3607f126a661, but I can't reproduce it now. I guess I was using an older version. Sorry for the noise. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Re: Question about :find completion support in Vim 7.3b

2010-08-07 Fir de Conversatie James Vega
' appropriately so that the user's viminfo isn't overwritten. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com diff --git a/src/testdir/test73.in b/src/testdir/test73.in --- a/src/testdir/test73.in +++ b/src/testdir/test73.in @@ -5,7 +5,7 @@ : delete the Xfind directory

Re: Vim 7.3: Python3 support

2010-08-06 Fir de Conversatie James Vega
, and then exit. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: PHP syntax script problem

2010-08-05 Fir de Conversatie James Vega
next non-whitespace line The comma behavior you describe is for normal mode. Here it is being used to delimit a range (:help cmdline-ranges). ,/\S/ is the same as .,/\S/. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

Corrupt display with multi-byte 'listchars'

2010-08-04 Fir de Conversatie James Vega
' is enabled. So far, I've only been able to reproduce this when viewing the tex syntax file. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

Re: Corrupt display with multi-byte 'listchars'

2010-08-04 Fir de Conversatie James Vega
On Wed, Aug 4, 2010 at 12:04 PM, James Vega james...@jamessan.com wrote: So far, I've only been able to reproduce this when viewing the tex syntax file. That would be because tex.vim added 'ambiwidth=double' to its modeline in changeset f8f81a88a047. -- James GPG Key: 1024D/61326D40 2003-09

Re: Corrupt display with multi-byte 'listchars'

2010-08-04 Fir de Conversatie James Vega
On Wed, Aug 4, 2010 at 12:49 PM, James Vega james...@jamessan.com wrote: On Wed, Aug 4, 2010 at 12:04 PM, James Vega james...@jamessan.com wrote: So far, I've only been able to reproduce this when viewing the tex syntax file. That would be because tex.vim added 'ambiwidth=double' to its

Re: lua available in win32 7.3 beta

2010-08-02 Fir de Conversatie James Vega
; I would have included it in my builds if I had found a native Win32 version. But I haven't, so i haven't. Any hints? Racket (formerly called PLT Scheme) is available at http://www.racket-lang.org/. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc

Re: [patch] Add logcheck filetype

2010-07-29 Fir de Conversatie James Vega
On Wed, Jul 28, 2010 at 9:08 AM, Bram Moolenaar b...@moolenaar.net wrote: James Vega wrote: Attached patch adds support for detecting logcheck's[0] rules files[1] as the logcheck filetype.  The one use, so far, is to disable automatic wrapping of text since each line is supposed to contain

Re: Upcoming GTK and GDK changes

2010-07-28 Fir de Conversatie James Vega
time is welcome to do the work. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: syntax/tex.vim and conceal support

2010-07-28 Fir de Conversatie James Vega
of the conceal syntax rely on enc == 'utf-8'? Removing those constraints and specifying the script is in utf-8 encoding (as in the attached patch) seems to work fine for me. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev

Re: syntax/tex.vim and conceal support

2010-07-28 Fir de Conversatie James Vega
for determining whether the concealed characters should be displayed, which would be a bug IMO. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Looking for test coordinator

2010-07-28 Fir de Conversatie James Vega
--without-x --enable-gui=no, and --enable-gpm on linux kernels. [1]: https://buildd.debian.org/vim -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@jamessan.com signature.asc Description: Digital signature

  1   2   3   >