Works with MSVC.
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev
Patch 7.4.567
Problem:Non-ascii vertical separater characters are always redrawn.
Solution: Compare only the one byte that's stored. (Thiago Padilha)
Files: src/screen.c
*** ../vim-7.4.566/src/screen.c 2015-01-07 13:31:48.890661692 +0100
--- src/screen.c2015-01-07 18:44:50.021
Patch 7.4.566
Problem::argdo, :bufdo, :windo and :tabdo don't take a range.
Solution: Support the range. (Marcin Szamotulski)
Files: runtime/doc/editing.txt, runtime/doc/tabpage.txt,
runtime/doc/windows.txt, src/ex_cmds.h, src/ex_cmds2.c,
src/testdir/test_command
Patch 7.4.565
Problem:Ranges for arguments, buffers, tabs, etc. are not checked to be
valid but limited to the maximum. This can cause the wrong thing
to happen.
Solution: Give an error for an invalid value. (Marcin Szamotulski)
Use windows range for ":wi
Since version 2.2.0 of ruby building vim with dynamic ruby fails.
gcc -c -I. -Iproto -DHAVE_CONFIG_H -D_FORTIFY_SOURCE=2 -march=x86-64
-mtune=generic -O2 -pipe -fstack-protector-strong
--param=ssp-buffer-size=4 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
-DDYNAMIC_RUBY_DLL=\"libruby.so.2.2.0\" -DDYN
Updates:
Status: Invalid
Comment #4 on issue 298 by brammool...@gmail.com: langmap: should not get
applied after "ci", "ca" etc
https://code.google.com/p/vim/issues/detail?id=298
In my opinion there is no bug. ci' is a command and langmap applies to
commands. The single quote is a
Patch 7.4.564
Problem:FEAT_OSFILETYPE is used even though it's never defined.
Solution: Remove the code. (Christian Brabandt)
Files: src/fileio.c
*** ../vim-7.4.563/src/fileio.c 2014-11-19 16:38:01.516679915 +0100
--- src/fileio.c2015-01-07 14:40:04.731344734 +0100
***
Patch 7.4.563
Problem:No test for replacing on a tab in Virtual replace mode.
Solution: Add a test. (Elias Diem)
Files: src/testdir/test48.in, src/testdir/test48.ok
*** ../vim-7.4.562/src/testdir/test48.in2012-12-12 18:09:21.0
+0100
--- src/testdir/test48.in 201
Patch 7.4.562
Problem:Segfault with wide screen and error in 'rulerformat'. (Ingo Karkat)
Solution: Check there is enough space. (Christian Brabandt)
Files: src/buffer.c, src/screen.c
*** ../vim-7.4.561/src/buffer.c 2014-11-19 16:38:01.500680103 +0100
--- src/buffer.c2015-01-0
Patch 7.4.561
Problem:Ex range handling is wrong for buffer-local user commands.
Solution: Check for CMD_USER_BUF. (Marcin Szamotulski)
Files: src/ex_docmd.c, src/testdir/test_command_count.in,
src/testdir/test_command_count.ok
*** ../vim-7.4.560/src/ex_docmd.c 2014-
Marcin Szamotulski wrote:
> On 14:19 Tue 23 Dec , Marcin Szamotulski wrote:
> > On 04:24 Tue 23 Dec , Matteo Cavalleri wrote:
> > > hi!
> > >
> > > thanks Marcin, it now works perfectly :)
> > >
> >
> > Interestingly when I was compiling vim with `-ggdb -g3` flags I couldn't
> > reprod
> @Hayaki: do you have a newer patch available?
No, I fear it causes another problems, so now I think this patch should be
rewritten entirely.
"\033[I" and "\033[O" should be introduced as a new keycode instead of
hardcoding it.
Note: If you simply apply this patch and use it on tmux, it causes
Christian wrote:
> Hi Bram!
>
> On So, 04 Jan 2015, Bram Moolenaar wrote:
>
> > Christian wrote:
> >
> > > On Fr, 02 Jan 2015, Bram Moolenaar wrote:
> > >
> > > > Problem is that while typing this will open lots of folds before the one
> > > > you actually want to see.
> > >
> > > Do you fe
Lewis Coates wrote:
> ./configure --prefix=$HOME --enable-tclinterp --enable-pythoninterp
> --with-python-config-dir=/usr/local/lib/python2.7/config
> --with-features=huge
>
>
> Builds a python whose version responds as python2.6. I am on redhat 6.4
> which has the default python path of 2.6 (t
David Felix wrote:
> Copying previous conversations:
>
> Within issue 289
>
>
> What steps will reproduce the problem?
> 1. Enter valid HTML, with a script tag in the head
> 2. Type javascript inside the script tag
> 3. End the script tag with a valid (but unusual) tag. The space is
> t
15 matches
Mail list logo