Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

All, Andy Wokula suggested a solution to the problem that buffer-local mappings have to wait if they are prefixes of global mappings. Below is a patch that...
10 Feb 17, 2013
7:02 pm

Michael Henry
vim@...
Send Email

Hi, When I split the window my cursor disappears. The cursor is still functional but has just disappeared. This is tested because when I scroll I can see the...
5 Feb 17, 2013
5:16 pm

mind entropy
mindentropy@...
Send Email

Patch 7.3.810 Problem: 'relativenumber is reset unexpectedly. (François Ingelrest) Solution: After an option was reset also reset the global value. Add a...
3 Feb 17, 2013
5:11 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.822 (after 7.3.799) Problem: Crash when accessing freed buffer. Solution: Get 'textwidth&#39; in caller of enter_buffer(). (Christian Brabandt) ...
1 Feb 17, 2013
2:46 pm

Bram Moolenaar
Bram@...
Send Email

I noticed some syntax error in netrw147e. Please check the following lines. diff --git a/autoload/netrw.vim b/autoload/netrw.vim index 574e574..93beb04 100644 ...
1 Feb 17, 2013
2:30 pm

Yukihiro Nakadaira
yukihiro.nakadaira@...
Send Email

By compiling vim 7.3.531 with the the latest Racket 5.2 on Windows 7 ... if_mzsch.c:806:4: error: #error Precise GC v.4+ or Racket with futures/places do not...
5 Feb 17, 2013
5:35 am

Sergey Khorev
sergey.khorev@...
Send Email

Hi Marcin! ... Personally, I have never used nroff macros and I think the 'paragraphs&#39; and 'sections&#39; setttings are pretty useless, if you can't use regular ...
4 Feb 16, 2013
9:14 pm

Christian Brabandt
cblists@...
Send Email

Bram, I think I've found a bug with the regular expression engine: ~$ vim -u NONE -N ... " Note how the cursor /does not/ move ... " Note, that the cursor...
3 Feb 16, 2013
9:02 pm

Christian Brabandt
cblists@...
Send Email

Patch 7.3.820 Problem: Build errors and warnings when building with small features and Lua, Perl or Ruby. Solution: Add #ifdefs and UNUSED. Files:...
8 Feb 16, 2013
5:16 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 109 by bland...@...: src/Make_mvc.mak fails for quoted values of SDK_INCLUDE_DIR ...
1 Feb 16, 2013
10:31 am

vim@...
Send Email

Patch 7.3.799 Problem: The color column is not correct when entering a buffer. (Ben Fritz) Solution: Call check_colorcolumn() if 'textwidth&#39; changed....
10 Feb 15, 2013
10:01 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.819 Problem: Compiling without +eval and with Python isn't working. Solution: Add the eval feature when building with Python. Files:...
3 Feb 15, 2013
9:44 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 28 by metaed: out of the box, gVim 7.3.46 for Win32 cannot write swap files on Windows 7 ...
9 Feb 15, 2013
7:45 pm

vim@...
Send Email

Bram, The other day in #vim, someone was wondering why :s/SOMEWORD/\L\u&/ was resulting in sOMEWORD instead of title-case (Someword). That seemed like a...
7 Feb 15, 2013
5:00 pm

Bram Moolenaar
Bram@...
Send Email

Hey, For doing libclang assisted re-factoring (renaming of symbols), I want to replace the symbol name at given locations with the new symbol name. Now, the...
2 Feb 15, 2013
8:49 am

Ingo Karkat
swdev@...
Send Email

Hi! I'm fooling around with gcov[1] at $dayjob and I think vim would benefit from it too. Attached is a patch to produce both gcov (text-only) and lcov (html)...
1 Feb 15, 2013
4:01 am

Nazri Ramliy
ayiehere@...
Send Email

Patch 7.3.818 Problem: When test 40 fails because of a bad build it may leave files behind that cause it to fail later. Solution: Let the file names start...
1 Feb 14, 2013
8:11 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.817 Problem: Test 89 fails with tiny and small features. Solution: Add sourcing small.vim. Files: src/testdir/test89.in ... *************** ...
1 Feb 14, 2013
7:11 pm

Bram Moolenaar
Bram@...
Send Email

Hello, Vim hangs when trying to insert a line after the long line in the attached file. * extract the attached zip. * open with vim. * use 'o' or 'O' to begin...
17 Feb 14, 2013
3:53 pm

Ben Fritz
fritzophrenic@...
Send Email

Hey, I am currently trying to improve the clang_complete plugin to have a global notion of symbols. One thing I would like to do is highlighting all occurences...
5 Feb 14, 2013
1:18 pm

Nathan Hüsken
nathan.huesken@...
Send Email

With respect to this thread on so: http://stackoverflow.com/questions/14842987/vim-wildmenu-move-into-subdirectory-with-a-different-key-than-down It seems like...
3 Feb 14, 2013
8:58 am

Ingo Karkat
swdev@...
Send Email

Steps to reproduce: 0. Have the matchparen plugin enabled. 1. Create a file with the following 3 lines: { { } 2. Move to the second line, and indent it with...
4 Feb 13, 2013
10:55 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.816 Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi) Files: runtime/doc/eval.txt, src/eval.c,...
1 Feb 13, 2013
4:36 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.815 Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata) Files:...
1 Feb 13, 2013
4:06 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.814 Problem: Can't input multibyte characters on Win32 console if 'encoding&#39; is different from current codepage. Solution: Use...
1 Feb 13, 2013
3:50 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.813 Problem: The CompleteDone event is not triggered when there are no pattern matches. (Jianjun Mao) Solution: Trigger the event. (Christian...
1 Feb 13, 2013
3:31 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.812 Problem: When 'indentexpr&#39; moves the cursor "curswant"; not restored. Solution: Restore "curswant";. (Sung Pae) Files: src/misc1.c ... ...
1 Feb 13, 2013
3:11 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.811 Problem: Useless termresponse parsing for SGR mouse. Solution: Skip the parsing. (Hayaki Saito) Files: src/term.c ... *************** ...
1 Feb 13, 2013
2:53 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long. Files: src/dosinst.c...
1 Feb 13, 2013
1:37 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.786 Problem: Python threads don't run in the background (issue 103). Solution: Move the statements to manipulate thread state. Files:...
7 Feb 13, 2013
1:17 pm

Bram Moolenaar
Bram@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help