Re: manpageview rating dive

2011-08-31 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Hello! I recently checked my plugins' ratings: 08/09/11 script 677/279/10776: Manpageview.vim 08/31/11 script -133/1094/10866: Manpageview.vim This seems like an odd thing -- is this preparation for a general bombing of plugins' ratings? I should explain this a bit

Re: Hang after put

2011-08-31 Fir de Conversatie Charles Campbell
Donald Allen wrote: baz[FOO]=);\n; baz[BAR]=);\n; I performed some tests with this. * I can duplicate this behavior * the delete and put steps are unnecessary. Just have a file with three lines, -blank line- baz[FOO]=);\n; baz[FOO]=);\n; and perform:

Re: Hang after put

2011-08-31 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Donald Allen wrote: baz[FOO]=);\n; baz[BAR]=);\n; I performed some tests with this. * I can duplicate this behavior * the delete and put steps are unnecessary. Just have a file with three lines, -blank line- baz[FOO]=);\n; baz[FOO

Re: Explorer does not honour port number when editing over SCP

2011-08-30 Fir de Conversatie Charles Campbell
guyht wrote: I am experiencing a bug where Explorer does not honour a port number when editing files over SCP. To reproduce Open a directory over scp (gvim scp://user@domain:1234//home/user/) Files and directories listed as expected... Open a file vim ignores the port number and attempts to

Re: Graphical bug with Lucida Console

2011-08-30 Fir de Conversatie Charles Campbell
Leonardo Valeri Manera wrote: On 30 August 2011 20:29, Ben Fritzfritzophre...@gmail.com wrote: On Aug 29, 10:22 am, MacDonald, Stuart stuart.macdon...@christiedigital.com wrote: On Windows 7 64-bit: C:\ gvim -u NONE -U NONE -N atabCesc 0cwspacesescu Looks good so far.

Re: [patch] open *.oxt files (OpenOffice extension) as zipped files.

2011-08-15 Fir de Conversatie Charles Campbell
Dominique Pellé wrote: Attached patch lets Vim open *.oxt files as zipped files. *.oxt files are extensions for OpenOffice/LibreOffice. More about *.oxt files: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/File_Format Bonjour, Dominque: Thank you for the

Re: [patch] move to next error

2011-08-03 Fir de Conversatie Charles Campbell
Christian Brabandt wrote: Hi Bram! On Di, 02 Aug 2011, Bram Moolenaar wrote: Christian Brabandt wrote: this patch fixes this issue from the todo list: , | 8 Add a command to jump to the next character highlighted with | Error. ` It implements the [e and ]e movement

Re: Patch 7.3.259

2011-07-20 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.3.259 Problem:Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle) Files: runtime/doc/pattern.txt, src/regexp.c, src/testdir/test44.in, src/testdir/test44.ok Hello, Bram!

Re: Amgia Vim 6.3

2011-07-19 Fir de Conversatie Charles Campbell
Eljay Love-Jenseneljayat adobe.com writes: I believe on the Amiga, the stack size is baked into the executable. Disclaimer: I've never tried to dynamically change the stack size, though, on the Amiga. I'm working from memory. Kalamatee wrote: The initial stack is whatever

Re: a problem with syntax highlighting in regexp.c

2011-07-18 Fir de Conversatie Charles Campbell
Charles E Campbell Jr wrote: Ben Schmidt wrote: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH 3 /* node Match this alternative, or the * next... */ and put them in a file junk.c. Then vim -u NONE -N --noplugin junk.c :syn on shows the comment-ending

a problem with syntax highlighting in regexp.c

2011-07-14 Fir de Conversatie Charles Campbell
Hello, I'm probably doing something wrong, but I can't see what it is. So: I extracted a couple of lines from regexp.c (143,144): (vim 7.3.244) #define BRANCH3/* node Match this alternative, or the *next... */ and put them in a file junk.c. Then vim -u

Re: netrw v143b - making directories via ftp

2011-07-06 Fir de Conversatie Charles Campbell
mattn wrote: probably, link is http://mysite.verizon.net/astronaut/vim/index.html#NETRW -- Thank you; sorry 'bout that! Chip Campbell -- 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

Re: Cursor/rendering position bug handling unicode devanagari characters

2011-07-06 Fir de Conversatie Charles Campbell
On 04/07/11 23:33:16 -0400 (EDT), Benjamin R. Haskell wrote: Is nano consistent for you under gnome-terminal? Did you try the sample from the previous thread¹? I've attached a screenshot (also at http://imagebin.org/161344) showing that both editors actually corrupt the script in the same

netrw v143b - making directories via ftp

2011-07-05 Fir de Conversatie Charles Campbell
Hello, I've made v143b of netrw available on my website (http://mysite.verizon.net/vim/index.html#NETRW); I've extended the d map to allow netrw to make directories via ftp. Its not a big change, but as ftp is such a malleable tool (M$ servers often differ from Unix/Linux ones), I'd

Re: Requests

2011-06-15 Fir de Conversatie Charles Campbell
Adrien Axioplase Piérard wrote: Hello, 2011/6/14 Ben Fritzfritzophre...@gmail.com: Am I correct in my understanding, that your file .vim/after/syntax/ tex.vim, has a line like: let g:tex_conceal='agm' ? If so, then your problem is in assuming the g:tex_conceal option works like built-in

Re: [conceal] Requests

2011-06-15 Fir de Conversatie Charles Campbell
Adrien Axioplase Piérard wrote: I would like to express some regrets regarding this extremely useful feature, and thus plea for some enhancements, should anyone capable of coding them read this. Hello, If I may ask, how did you find out about it? I suspect that there's a lot of LaTeX

Re: vim bug in handling directories

2011-05-18 Fir de Conversatie Charles Campbell
Peng Yu wrote: /tmp$ mkdir -p tmp /tmp$ gvim . I open the directory tmp by the above commands. (/tmp is the current dir). Then I see a number of directories gvim. Then I select tmp/ in gvim and press ctrl+W ctrl+F. Instead of going to /tmp/tmp, I get /tmp reopened. I think the correct behavior

Re: X11 crashes gvim when 'lines' and 'columns' are set too high

2011-04-27 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: On 26/04/11 18:59, Charles Campbell wrote: Bram Moolenaar wrote: Tony Mechelynck wrote: Don't know if this has been reported yet. With the line set lines=9 columns=9 in my vimrc, gvim crashes at GUI startup with (if there is a stderr) a cryptic message from

Re: X11 crashes gvim when 'lines' and 'columns' are set too high

2011-04-26 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Tony Mechelynck wrote: Don't know if this has been reported yet. With the line set lines=9 columns=9 in my vimrc, gvim crashes at GUI startup with (if there is a stderr) a cryptic message from X. Hello, I'm not getting a crash for some reason;

Re: iabbrev gives E474 when tex syntax is active

2011-03-29 Fir de Conversatie Charles Campbell
Benjamin R. Haskell wrote: On Tue, 29 Mar 2011, Pavol Juhas wrote: Hello, I found a strange behavior in vim 7.3.146 when adding insert-mode abbreviations with the tex syntax loaded. Given a test.tex file that contains just one line \begin{article} The following command gives error

Re: Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Charles Campbell
Kevin wrote: Wanted to suggest adding support for terminal colors to gvim. Currently, vim in a terminal can get colored output from system commands that offer a colored output feature (grep, ls, grep alternatives like ack-grep.) gvim doesn't interpret the terminal color control characters

Re: place all vim configs into config directory[unix]

2011-03-14 Fir de Conversatie Charles Campbell
Alex QR wrote: Hello! Pls add support for $XDG_CONFIG_HOME variable. In short term $XDG_CONFIG_HOME is where all configs should be (standard by freedesctop.org) and normaly points to ~/.config so structure that I wish to see is like that: .config/vim .config/vim/doc .config/vim/vimrc

Re: google summer of code

2011-03-08 Fir de Conversatie Charles Campbell
Anurag Priyam wrote: [snip] Some ideas (most of them copied from Marc's email with slight editing) that might serve a GSoC: [snip] I'd like an improvement to the plugin debugging: the ability to watchpoint expression(s). For those who don't know gdb, that means: if the expression

Re: [patch] Missing bash syntax, variable case modification

2011-02-11 Fir de Conversatie Charles Campbell
Rafael Gawenda wrote: I'm using this syntax in one of my scripts, and it was breaking my eyes. Hope it helps anyone else -- Looks like new syntax for bash (its not available with the bash I use under Centos 5.2). As the modifications look like other nearby dereferencing statements,

Re: Patch 7.3.117

2011-02-09 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.3.117 Problem:On some systems --as-needed does not work, because the tinfo library is included indirectly from ncurses. (Charles Campbell) Solution: In configure prefer using tinfo instead of ncurses. Files: src/configure.in, src/auto

Re: Bug in sync grouphere?

2011-01-25 Fir de Conversatie Charles Campbell
Gustavo Niemeyer wrote: Greetings, I'm trying to sync up a very simple syntax and being unable to do so. It feels a bit like a bug, but it's quite possible that I just misunderstand how it works. I've nailed down the problem to a very simple example: syn sync match fooSync grouphere NONE

Re: Request: colors in :digraphs

2011-01-07 Fir de Conversatie Charles Campbell
Adrien Axioplase Piérard wrote: Hello, I happen to use :digraphs quite a lot to insert mathematical symbols in documents. However, finding the characters and their input sequence is *very* straining for the eyes. Perhaps you'd find the math plugin helpful... The math plugin makes entry of

Re: [BUG] vimdiff doesn't work when the arguments are urls

2011-01-03 Fir de Conversatie Charles Campbell
H Xu wrote: Hello, vimdiff doesn't work when the arguments are urls. For example, vimdiff /home/user/a.c /home/user/b.c works, but vimdiff file:///home/user/a.c file:///home/user/b.c doesn't work. Tested under Linux. Hello, Please try netrw v141i available from my website

Re: editing DCL

2010-12-21 Fir de Conversatie Charles Campbell
On Dec 18, 3:58 am, Charles E Campbell Jrdrc...@campbellfamily.biz wrote: Samuel Ferencik wrote: Hi, DCL is a scripting language for OpenVMS, whose lines of code must all start with a $. Here is a code excerpt (from

Re: editing DCL

2010-12-21 Fir de Conversatie Charles Campbell
Hello! Here's my latest try at helping with DCL's $s: au BufWinEnter * if ft == dcl|%s/^\$//e|setlocal nomod|endif au BufWrite* if ft == dcl au BufWrite* 1,$-1g/[^\-]$/.+1,.+1s/^/$/e au BufWrite* 1,1s/^/$/e|endif Enjoy! Chip Campbell -- You received this message from the vim_dev

suggestion for a mapping special argument: tab

2010-12-15 Fir de Conversatie Charles Campbell
Hello, Maps support buffer; how about tab for restricting maps to operate only in the current tab? Regards, Chip Campbell -- 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

Re: clewn/gdb integration for 7.3?

2010-12-06 Fir de Conversatie Charles Campbell
ron wrote: For the moment I've settled on DrChip's gdbmgr, which has the advantage of not requiring patches to vim (although the dependence on the Explorer seems odd). Now I just need to see if I can use it for my workaday work... Often one is debugging a program that is built from

Re: Patch 7.3.066

2010-11-24 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.3.066 Problem:Crash when changing to another window while in a :vimgrep command. (Christian Brabandt) Solution: When wiping out the dummy before, remove it from aucmd_win. Files: src/quickfix.c Hello, Bram: I have a script which uses

Re: [PATCH] Remove escaping of `[' inside collections

2010-11-18 Fir de Conversatie Charles Campbell
ZyX wrote: # HG changeset patch # User ZyXkp-...@yandex.ru # Date 1290101513 -10800 # Node ID d32426d271eda00633ab4e51118ed32e1b97d690 # Parent fcb916bed51a5ae096a9f5f5f697a909b2062040 Removed escaping of `[' in collections ...[snip]... Not Posix compliant, not backwards compatible = Not

Re: [PATCH] Remove escaping of `[' inside collections

2010-11-18 Fir de Conversatie Charles Campbell
Benjamin R. Haskell wrote: On Thu, 18 Nov 2010, Charles Campbell wrote: ZyX wrote: # HG changeset patch # User ZyXkp-...@yandex.ru # Date 1290101513 -10800 # Node ID d32426d271eda00633ab4e51118ed32e1b97d690 # Parent fcb916bed51a5ae096a9f5f5f697a909b2062040 Removed escaping

Re: ownsyntax problem? [problem is with iskeyword leakage across ownsyntax'd buffer views]

2010-08-30 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Hello, I was trying out ownsyntax; I may have found a problem. Using misc1.c from vim's source code: vim -u NONE -N misc1.c :syn on :vsplit :ownsyntax tex The underscores get highlighted with Error highlighting in the left (ownsyntax tex) window; this is expected

Re: doc fix for pi_zip.txt

2010-08-24 Fir de Conversatie Charles Campbell
Yukihiro Nakadaira wrote: The following patch has a small fix. diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -64,12 +64,11 @@ If for some reason you do not wish to use vim to examine zipped files, you may put

ownsyntax problem?

2010-08-20 Fir de Conversatie Charles Campbell
Hello, I was trying out ownsyntax; I may have found a problem. Using misc1.c from vim's source code: vim -u NONE -N misc1.c :syn on :vsplit :ownsyntax tex The underscores get highlighted with Error highlighting in the left (ownsyntax tex) window; this is expected. However, look at the

Re: Removing vim-patches included in Vim 7.3

2010-08-19 Fir de Conversatie Charles Campbell
Xavier de Gaye wrote: On Thu, Aug 19, 2010 at 3:45 PM, Ben Fritz wrote: I know about all of these except vimGdb. Wasn't that some sort of debugger integration? Is that really included in Vim 7.3? Or is it just no longer supported? The patch is not included in Vim 7.3. The patch is

Re: 7.3e BETA for Windows: bug in netrw

2010-08-11 Fir de Conversatie Charles Campbell
Gary Johnson wrote: I just installed Vim 7.3e BETA from the Cream site and I think I've found a bug in netrw. I start gvim by double-clicking the Vim icon on my desktop. Then I execute :e sftp://usern...@server.com/.vimrc A command window pops up containing

syntax/tex.vim and conceal support

2010-07-28 Fir de Conversatie Charles Campbell
Hello, I've put a new syntax/tex.vim on my website (and have given it to Bram for inclusion in 7.3). You may try it out by getting it from http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax and clicking on tex.vim.gz . Of course you'll need a gunzip or similar tool on

Re: syntax/tex.vim and conceal support

2010-07-28 Fir de Conversatie Charles Campbell
James Vega wrote: On Wed, Jul 28, 2010 at 9:55 AM, Charles Campbell charles.e.campb...@nasa.gov wrote: The new tex syntax file supports setting conceallevel to 2 with utf-8 by showing appropriate glyphs for Greek in math, a few math symbols in math, and a number of accented characters

Re: tarPlugin.vim needs to be updated to handle xz files

2010-07-27 Fir de Conversatie Charles Campbell
Peter Odding wrote: John Beckett wrote: In runtime file plugin/tarPlugin.vim, there are no lines for *.txz *.tar.xz which are needed to edit xz compressed tar archives. File plugin/gzip.vim handles *.xz, but tarPlugin.vim needs to be updated. The above is from Richard David Sherman who

Re: Multiple conceals collapse to single character

2010-07-22 Fir de Conversatie Charles Campbell
Vince Negri wrote: From: Ben Fritz [mailto:fritzophre...@gmail.com] On Jul 10, 1:18 pm, Benjamin R. Haskellv...@benizi.com wrote: Multiple conceal matches/regions get collapsed into a single character. I'm not sure if this is intended, but it is certainly confusing. I

Re: [bug] Vim-7.3b (2361:6cee3bf00495) freezes uses 100% of CPU

2010-07-20 Fir de Conversatie Charles Campbell
Dominique Pellé wrote: Hi Vim-7.3b (2361:6cee3bf00495) freezes and use 100% of the CPU when I do this: 1) Download 3 sample files: $ wget http://dominique.pelle.free.fr/bug-vim-freeze/1 $ wget http://dominique.pelle.free.fr/bug-vim-freeze/2 $ wget

Re: vim 7.3

2010-06-24 Fir de Conversatie Charles Campbell
James Vega wrote: On Tue, Jun 22, 2010 at 3:03 PM, Charles Campbell charles.e.campb...@nasa.gov wrote: Hello, I just attempted to update my copy of vim 7.2 with: (date hg pull -u) 21 |tee -a ../hg-vim.log I followed that up with a gmake distclean

vim 7.3

2010-06-22 Fir de Conversatie Charles Campbell
Hello, I just attempted to update my copy of vim 7.2 with: (date hg pull -u) 21 |tee -a ../hg-vim.log I followed that up with a gmake distclean and ./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp --enable-pythoninterp

Re: vim 7.3

2010-06-22 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Hello, I just attempted to update my copy of vim 7.2 with: (date hg pull -u) 21 |tee -a ../hg-vim.log sorry, that should've been ...my copy of vim 7.3 with:... Regards, Chip Campbell -- You received this message from the vim_dev maillist. Do not top-post

Re: vim 7.3

2010-06-22 Fir de Conversatie Charles Campbell
Charles Campbell wrote: Hello, I just attempted to update my copy of vim 7.2 with: (date hg pull -u) 21 |tee -a ../hg-vim.log I followed that up with a gmake distclean and ./configure --with-features=huge --enable-gui=gtk2 --enable-perlinterp

Re: vim 7.3

2010-06-22 Fir de Conversatie Charles Campbell
James Vega wrote: On Tue, Jun 22, 2010 at 3:03 PM, Charles Campbell charles.e.campb...@nasa.gov wrote: Vim 7.3 configuredcompiled ok before this pull, and FWIW vim 7.2 configures and builds ok (with patches 1-444). Do you know what revision you were at before you pulled? configure

Re: Patch 7.2.442

2010-06-18 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: What do others think about removing support for GTK 1? It makes sense, any system where you would try to build Vim 7.3 should be able to install GTK 2 libraries. It will clean up the Vim source code. May I suggest that if GTK-1 is detected, that a message about the

Re: (bug) yank and a particular utf-8 character

2010-05-26 Fir de Conversatie Charles Campbell
Tony Mechelynck wrote: On 25/05/10 22:37, Bram Moolenaar wrote: Charles Campbell wrote: Set up a filetmp with a single line: (this line should appear as a -1 with a m exponent; ie. char-0x1D50 -1áµ Use the following command: vim -u simple.vimrc tmp and try Yp (yank and put

Re: (bug) yank and a particular utf-8 character

2010-05-26 Fir de Conversatie Charles Campbell
Dominique Pellé wrote: It's odd indeed that nobody can reproduce it. Can you fully automate it? For example, this works fine for me (no bug) with Vim-7.3a and Vim-7.2.245: $ vim -u NONE --noplugin -N -c 'set enc=utf-8' -c 'call feedkeys(i-1\c-vu1d50\escYp)' Does it work for you? This

(bug) yank and a particular utf-8 character

2010-05-25 Fir de Conversatie Charles Campbell
Hello! Set up a file tmp with a single line: (this line should appear as a -1 with a m exponent; ie. char-0x1D50 -1ᵐ Use the following command: vim -u simple.vimrc tmp and try Yp (yank and put). simple.vimrc: set nocp set enc=utf-8 I see --11ᵐ instead of -1ᵐ -1ᵐ ie. its picking up the

Re: netrw local browse doesn't respect readonly-ness of files

2010-05-21 Fir de Conversatie Charles Campbell
Steven Mueller wrote: Hi Chip, I've been enjoying flying around a large source tree using netrw, but have discovered that when opening read-only files from the local browse mechanism, setlocal noro is done on the new buffer anyway. The offending line is near the end of the NetrwBrowseChgDir

Re: netrw local browse doesn't respect readonly-ness of files

2010-05-21 Fir de Conversatie Charles Campbell
Ben Fritz wrote: On May 20, 9:36 pm, Steven Mueller diffu...@ugcs.caltech.edu wrote: Hi Chip, I've been enjoying flying around a large source tree using netrw, but have discovered that when opening read-only files from the local browse mechanism, setlocal noro is done on the new buffer

mercurial installation problem

2010-05-19 Fir de Conversatie Charles Campbell
Hello! I downloaded mercurial-1.5.tar and did make all, make i nstall, and then ran hg debuginstall -- and I see a message ImportError: No module named osutil -- any hints about where to find/install that module? Regards, Chip Campbell -- You received this message from the vim_dev

Re: mercurial installation problem

2010-05-19 Fir de Conversatie Charles Campbell
James Vega wrote: According to the UnixInstall page, it simply requires 2.4. docutils isn't a standard Python module. You specifically need to install it[0] or forego building the documentation. [0]: http://docutils.sourceforge.net/ Hello, James: Thank you for your help. I got, built,

Re: Patch to make link.sh output a bit less scary.

2010-05-18 Fir de Conversatie Charles Campbell
Gary Johnson wrote: On 2010-05-18, Matt Wozniski wrote: On Tue, May 18, 2010 at 11:04 AM, Cesar Romani wrote: On 18/05/2010 04:24 a.m., Jeff Horelick wrote: Hey, i've noticed some people saying on IRC and randomly throughout the web in places that the whole: link.sh: We don't

Re: did netrw move?

2010-05-13 Fir de Conversatie Charles Campbell
sc wrote: On Wednesday 12 May 2010 1:42:32 pm Gary Johnson wrote: On 2010-05-12, sc wrote: list-- lWi am unable to navigate to http://mysite.verizon.net/astronaut/vim/index.html is there a problem? If you navigate up to the site page, http://mysite.verizon.net/, you'll

Re: flexwiki ftplugin causing problems ('bomb')

2010-05-04 Fir de Conversatie Charles Campbell
Ron Aaron wrote: On Tuesday 04 May 2010 21:52:54 Bram Moolenaar wrote: There is no MediaWiki syntax file. Sorry, it's called Wikipedia. Hello! Ron, Bram was wanting a Wikipedia syntax file. I can't vouch for it, but perhaps you mean the one in:

Re: Patch with Fedora changes to runtime/syntax/spec.vim

2010-04-21 Fir de Conversatie Charles Campbell
Lukáš Lalinský wrote: Hello, Please see the attached patch for an updated version of spec syntax highlighting. Spec files now use a few more keywords that should be highlighted. I initially wrote a patch for highlighting the %check section, but then I noticed that Fedora has a more up-to-date

Re: mysql syntax fix

2010-04-20 Fir de Conversatie Charles Campbell
Elan Ruusamäe wrote: hi, i've written fix to allow mysql user variables to contain double underscore like system variables: @@tmp_table_size the patch can be grabbed from: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim-ft-mysql.patch [i hope it's acceptable to send patch like

Re: Error in the management of the jump list when using File browser (windows or Linux)

2010-04-05 Fir de Conversatie Charles Campbell
this list is being traversed by pressing C-o or C-i. Maybe Charles Campbell could respond to my accusation? ;-) Netrw does use and set the ' mark; however, I note that :keepj mark ' protects the jump list. I'll put that keepj in there with it. What I wish was that there was :lockjumps

Re: New language support

2010-03-31 Fir de Conversatie Charles Campbell
Jason Turner wrote: I've put together indent/syntax files for a new language (ChaiScript). I was wondering if someone could advise me on the best way to submit the files for inclusion in the official distribution? Send a copy to Bram Moolenaar; you can get a copy of his email using :help

Re: mail from new wiki pages

2010-03-23 Fir de Conversatie Charles Campbell
John Beckett wrote: John Beckett wrote: You can actually watch pages before they are created, however, that's a bit exotic, so I would recommend creating each relevant Script:xxx page then watching it. On second thoughts, it should be pretty easy to watch the pages that are NOT yet

Re: REMOVE ME Re: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-03-22 Fir de Conversatie Charles Campbell
Sung Woon Lee wrote: please remove me in the mailing list. Remove yourself from the mailing list! Somewhat modified version of what Tony M sent awhile ago... Unsubscribing from the vim or vim-dev list requires the following steps: 1. Send an email to the list you want off of:

Re: Error in the management of the jump list when using File browser (windows or Linux)

2010-03-15 Fir de Conversatie Charles Campbell
Jean Johner wrote: Hello, A still simpler case showing a problem with File browser and Ctrl-O/ Ctrl-I Suppress the ~/(.,_)viminfo file. Type vim test1 (file1 opens at line 1) Type :e . (The file browser opens at line 8 OK) Type Ctrl-O twice (Return to file1, OK) Type Ctrl-I (Return to File

Re: Patch 7.2.329

2010-01-12 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.2.329 Not available via ftp.home.vim.org quite as yet... Chip Campbell -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: [patch] tex syntax: supports comment in environment options

2009-12-28 Fir de Conversatie Charles Campbell
Johann Felix Soden wrote: The TeX-syntax highlighting does not detect comments in optional arguments to environments, e.g.: \begin{myenv}[ % here the options ] \end{myenv} The attached patch solves the problem. Thank you for the patch! I went through syntax/tex.vim and

Re: vim syntax file patch

2009-12-18 Fir de Conversatie Charles Campbell
c9s wrote: any comment ? On Dec 15, 9:11 pm, Cornelius cornelius.h...@gmail.com wrote: Hi folks, I found that VimL syntax doesnt fold for something like: fun! g:Test() endf it folds for : fun! g:Test.ok() endf so this is a patch of fixing the global function folding and my

Re: The list on vim-patches page

2009-12-16 Fir de Conversatie Charles Campbell
Tom Link wrote: It would help if the items listed on the vim-patches page mentioned any restrictions on OShttp://groups.google.com/group/vim_dev/web/vim-patches BTW what is the procedure to determine whether these patches are ever included in vim? The procedure is straightforward:

Re: bug in autoload/netrw.vim

2009-12-03 Fir de Conversatie Charles Campbell
James Vega wrote: On Thu, Dec 03, 2009 at 01:06:54PM +0100, Karsten Hopp wrote: Hi, I've got a bugreport that you might end up with invalid syntax files when the automated download for new spell files is used. That's https://bugzilla.redhat.com/show_bug.cgi?id=518791 It looks like

Re: Patch 7.2.280

2009-11-03 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.2.280 Problem:A redraw in a custom statusline with %! may cause a crash. (Yukihiro Nakadaira) Solution: Make a copy of 'statusline'. Also fix typo in function name redraw_custum_statusline. (party by Dominique Pelle) Files:

Re: Vim creates files named 4913, why?

2009-10-22 Fir de Conversatie Charles Campbell
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. The guidelines for the list may be found at: http://groups.google.com/group/vim_use/web/vim-information I have a 64-bit Vista system; haven't noticed any 4913s

Re: Patch 7.2.262

2009-09-18 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.2.262 Problem:When using custom completion for a user command the pattern string goes beyond the cursor position. (Hari Krishna Dara) Solution: Truncate the string at the cursor position. Files:src/ex_getln.c, src/structs.h

Re: Request: suppression of plugins

2009-08-11 Fir de Conversatie Charles Campbell
ron wrote: [snip] I use plugins for my own code, I don't want to disable them. But I don't want to load a whole bunch of code I never use, either. [snip] Are you aware of the bifurcation of the plugins into a plugin/ directory and an autoload/ directory? The majority of the plugins' code

Re: ftp.vim.org problem?

2009-07-30 Fir de Conversatie Charles Campbell
Yongwei Wu wrote: Is the FTP site having problems now? It seems I cannot go to the patches directory (/pub/vim/patches/7.2) to download the patches quickly: it always responds with 550 Failed to change directory. Hello! I'm still seeing the problem (as of 10:50am EDST, Jul 30): cd pub

Re: Patch 7.2.242

2009-07-30 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.2.242 Problem:Setting 'lazyredraw' causes the cursor column to be recomputed. (Tom Link) Solution: Only recompute the cursor column for a boolean option if changes the cursor position. Files:src/option.c Hello, Bram,

a math keymap

2009-07-24 Fir de Conversatie Charles Campbell
Hello! I've put together an utf-8 based keymap for math (:set kmp=math); you can obtain a copy from http://mysite.verizon.net/astronaut/vim/index.html#MATH Regards, Chip Campbell --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For

Re: Setting vin_vc_toupper_broken

2009-06-12 Fir de Conversatie Charles Campbell
Rich wrote: Hello! During my cross-compilation, I get this message: checking whether toupper is broken... configure: error: cross- compiling: please set 'vim_cv_toupper_broken' I added the line 'vim_cv_toupper_broken = no' to the Makefile but this didn't do anything. Sorry for the rookie

scim_bridge_client_imcontext_set_cursor_location -- an annoying error message

2009-06-10 Fir de Conversatie Charles Campbell
Hello! In running a not too trivial script I've written, I keep getting messages of the following sort (even when the script is quiescent, ie. after its opened its 8 windows): (Centos 5.2/Linux/gtk) CALC/ xorn? An IOException occurred at scim_bridge_client_imcontext_set_cursor_location ()

Re: RFC: Two option-handling techniques for scripts

2009-03-25 Fir de Conversatie Charles Campbell
Ben Fritz wrote: From many discussions I've had in the past, and from my own limited first-hand experience, I have learned that one of the biggest hurdles to writing a robust vim script to distribute to other people is dealing with the hundreds of options that Vim has, many of which

Re: Patch 7.2.148 [SOLVED]

2009-03-20 Fir de Conversatie Charles Campbell
Markus Heidelberg wrote: StarWing, 20.03.2009: On 3月20日, 下午9时42分, Tony Mechelynck antoine.mechely...@gmail.com Bram has now uploaded the patch and the other files that go with it on the FTP server. Anyone interested can now go ahead and download them, either to compile Vim or to

Re: Patch for vim.vim syntax file

2009-02-27 Fir de Conversatie Charles Campbell
Larson, DavidX S wrote: It is recommended to send the updates to the script's maintainer (listed in the script's header), too, so that he can quickly incorporate them into his development version. Hi Ingo, Yea, I've already submitted these changes to Dr. Chip, but I haven't

Re: Unit Testing for vim [Was: Vim Lib [Was: List Questions]]

2009-02-20 Fir de Conversatie Charles Campbell
Tom Link wrote: However I've made a different design choice: my plugin acts as a preprocessor. Thanks to that, I'm able to know the line where an assertion failure occurred Cool. BTW, tAssert provides convenience functions that my script don't (yet?). At first, I wondered if

Re: Create vimballs from the command-line

2009-02-18 Fir de Conversatie Charles Campbell
Gary Johnson wrote: On 2009-02-12, Tony Mechelynck antoine.mechely...@gmail.com wrote: And then there are people like me who can un- .zip files if they have to, but prefer to gunzip them (un- .gz), which is the Unix standard (as opposed to the Microsoft Megabucks LoseDough standard).

Re: syntax highlighting nit

2009-02-05 Fir de Conversatie Charles Campbell
David Nicol wrote: in shell syntax highlighting, comments following a typeset keyword are only recognized as such when there is an initialization in the typeset. typeset -u foo=`/usr/local/bin/foo` # this comment is colored correctly typeset -u bar# but this

Re: [bug] netrw-browse/autocmd/nospell

2009-01-13 Fir de Conversatie Charles Campbell
Marvin Renich wrote: * Charles Campbell [090109 11:48]: Charles Campbell wrote: krudo...@mi.fu-berlin.de wrote: I have `set spell` in my `.vimrc`. This unfortunately clashes with highlighting for `netrw-browse`. Therefore, I'd like to deactivate the setting locally

Re: [bug] netrw-browse/autocmd/nospell

2009-01-09 Fir de Conversatie Charles Campbell
krudo...@mi.fu-berlin.de wrote: Hello, I have `set spell` in my `.vimrc`. This unfortunately clashes with highlighting for `netrw-browse`. Therefore, I'd like to deactivate the setting locally for that file type (`netrw`). Manually deactivating via `:setlocal nospell` works fine.

Re: [bug] netrw-browse/autocmd/nospell

2009-01-09 Fir de Conversatie Charles Campbell
Charles Campbell wrote: krudo...@mi.fu-berlin.de wrote: Hello, I have `set spell` in my `.vimrc`. This unfortunately clashes with highlighting for `netrw-browse`. Therefore, I'd like to deactivate the setting locally for that file type (`netrw`). [snip] Please try netrw v135p

Re: netrw again changing format options

2008-12-17 Fir de Conversatie Charles Campbell
sc wrote: i tried upgrading to v135g, and i changed formatoptions to 'tco' in my .vimrc to mirror your attempt i used my 'vime' to start the session, selected a file, and fo was 'tco' -- fine -- i used MyExplore to find and add another buffer, fo was again 'tco' -- fine -- i used MyExplore

Re: netrw again changing format options

2008-12-17 Fir de Conversatie Charles Campbell
sc wrote: On Wednesday 17 December 2008 10:34 am, sc wrote: charles-- again i find myself struggling to maintain my own formatoptions settings through uses of netrw netrw version: v134 formatoptions before using netrw: tcq formatoptions after using netrw: nroql2 method of netrw

Re: netrw again changing format options

2008-12-17 Fir de Conversatie Charles Campbell
OK, I see the problem now... Thank you for the script! Chip Campbell --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: can't seem to catch E801

2008-11-25 Fir de Conversatie Charles Campbell
John Little wrote: Hi On Nov 26, 6:40 am, Charles Campbell wrote: catch /^Vim:\%((\a\+)\)\=:E801/ Your pattern doesn't match. In my vim v:exception has Vim(call):E801: ID already taken: 4 Your pattern has an extra : after Vim. Thanks, guys! I'm glad its an obvious

Re: Vim syntax: highlight keyword not highlighted inside functions

2008-11-24 Fir de Conversatie Charles Campbell
Erik Falor wrote: On Sun, Nov 23, 2008 at 05:56:41PM +0100, François Ingelrest wrote: Hi all, No news on this issue? On Wed, Nov 5, 2008 at 17:10, François Ingelrest [EMAIL PROTECTED] wrote: Hi all, If I put this in a foo.vim file: highlight Comment guifg=White

Re: slick way to keep patches?

2008-11-21 Fir de Conversatie Charles Campbell
Richard Hartmann wrote: On Mon, Nov 17, 2008 at 16:22, Charles Campbell [EMAIL PROTECTED] wrote: The only criticism I could make of MH's patch, and perhaps I'm just ignorant of how to do it -- but I rather like the plugin's different colorization of previous vs future relative numbers

Re: slick way to keep patches?

2008-11-17 Fir de Conversatie Charles Campbell
sc wrote: On Sunday 16 November 2008 2:34 pm, Markus Heidelberg wrote: sc, 15.11.2008: I finally bit the bullet and applied Markus Heidelberg's relative number patch to my source -- I love it so much I added Nice to hear. With subversion you don't have to reapply the

Re: slick way to keep patches?

2008-11-17 Fir de Conversatie Charles Campbell
sc wrote: On Monday 17 November 2008 9:22 am, Charles Campbell wrote: [bigsnip] The only criticism I could make of MH's patch, and perhaps I'm just ignorant of how to do it -- but I rather like the plugin's different colorization of previous vs future relative numbers, and would like

Re: netrw - double quoted question mark

2008-11-10 Fir de Conversatie Charles Campbell
Pavol Juhas wrote: Hello, I just found that URLs that contain question mark cannot be loaded with the latest netrw v134. For example :view http://www.vim.org/scripts/script_search_results.php?keywords=netrw shows an empty buffer, because the URL that is passed to wget contains '\?'.

<    1   2   3   4   5   >