Hi,
For some systems where the smack library is not used (e.g. Mac OS X), the
configure script resulting from Patch 7.4.238 can yield *console* messages
wrong in both format and semantics, while the configured variables used for
building vim appear to be all correctly set.
Actually, on Mac, wh
Hi,
2014/4/1 Tue 17:43:39 UTC+9 ZyX wrote:
(snip)
> UTF-8 is not the default &encoding. Make sure that you have
>
> scriptencoding utf-8
> set encoding=utf-8
This should be:
set encoding=utf-8
scriptencoding utf-8
because :scriptencoding converts the script to the value of '
On 2 April 2014, Bram Moolenaar wrote:
>
> Lcd wrote:
>
> > On 2 April 2014, Bram Moolenaar wrote:
> > >
> > > Patch 7.4.238
> > > Problem:Vim does not support the smack library.
> > > Solution: Add smack support (Jose Bollo)
> > > Files:src/config.h.in, src/configure.in, src/fil
>
>
> The culprit is 7.4.238.
>
Patch 7.4.244 seems to have fixed it; thanks!
-Manny
--
--
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
Lcd wrote:
> On 2 April 2014, Bram Moolenaar wrote:
> >
> > Patch 7.4.238
> > Problem:Vim does not support the smack library.
> > Solution: Add smack support (Jose Bollo)
> > Files: src/config.h.in, src/configure.in, src/fileio.c,
> > src/memfile.c,
> > src/os_unix.c, sr
Patch 7.4.244 (after 7.4.238)
Problem:The smack feature causes stray error messages.
Solution: Remove the error messages.
Files: src/os_unix.c
*** ../vim-7.4.243/src/os_unix.c2014-04-02 14:05:33.999887839 +0200
--- src/os_unix.c 2014-04-02 23:08:25.967439786 +0200
**
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 212 by jke...@connectwise.com: feedkeys(".", "n") inside a macro
inserts @. register instead of repeating last operation
http://code.google.com/p/vim/issues/detail?id=212
If . is mapped to feedkeys(".", "n"), then dot-repea
Patch 7.4.243
Problem:Cannot use setreg() to add text that includes a NUL.
Solution: Make setreg() accept a list.
Files: runtime/doc/eval.txt, src/eval.c, src/ops.c, src/proto/ops.pro,
src/testdir/test_eval.in, src/testdir/test_eval.ok
*** ../vim-7.4.242/runtime/doc/eval.t
I wrote:
> ZyX wrote:
>
> > # HG changeset patch
> > # User ZyX
> > # Date 1383507911 -14400
> > # Sun Nov 03 23:45:11 2013 +0400
> > # Branch NL-funcs
> > # Node ID 5938d7011707823ab1a66bc3b3fe554ab9539e7a
> > # Parent d15f8c220a1f84d0b372272adfe430b7a599f486
> > setreg() changes and set
ZyX wrote:
> # HG changeset patch
> # User ZyX
> # Date 1383507911 -14400
> # Sun Nov 03 23:45:11 2013 +0400
> # Branch NL-funcs
> # Node ID 5938d7011707823ab1a66bc3b3fe554ab9539e7a
> # Parent d15f8c220a1f84d0b372272adfe430b7a599f486
> setreg() changes and setreg()/getreg() tests
>
> setr
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 211 by xinleib...@gmail.com: open a file with ":e"
http://code.google.com/p/vim/issues/detail?id=211
What steps will reproduce the problem?
1.When i open a file with ":e" or open a file in cli with "vim xx.xx", it's
output a
On Wed, Apr 2, 2014 at 3:20 PM, Manuel Ortega wrote:
> I get a similar warning over and over when I ran "make test" after
> building 7.4.241. That is, I get that warning inside the running of the
> tests, and test82 fails.
>
> I tried reconfiguring with "--disable-smack", but that didn't change
I get a similar warning over and over when I ran "make test" after building
7.4.241. That is, I get that warning inside the running of the tests, and
test82 fails.
I tried reconfiguring with "--disable-smack", but that didn't change
anything.
This is on a GNU/Linux virtual host. I am not seeing
Davido wrote:
> Dear list,
>
> Since today, Vim sends me a strange warning when I write a modified file :
>
> > "scratch" 357 lines, 9418 characters written
> >
> > Could not remove security context security.SMACK64 for
> > /home/[...]/vim/undo/%home%[...]%scratch
> > Could not remove securit
On 2 April 2014, Bram Moolenaar wrote:
>
> Patch 7.4.238
> Problem:Vim does not support the smack library.
> Solution: Add smack support (Jose Bollo)
> Files:src/config.h.in, src/configure.in, src/fileio.c,
> src/memfile.c,
> src/os_unix.c, src/undo.c, src/auto/config
On Wed, Apr 02, 2014 at 07:56:05PM +0200, Davido wrote:
> Dear list,
>
> Since today, Vim sends me a strange warning when I write a modified file :
>
> > "scratch" 357 lines, 9418 characters written
> >
> > Could not remove security context security.SMACK64 for
> > /home/[...]/vim/undo/%home%[.
Comment #1 on issue 210 by jke...@connectwise.com: 'listchars' causes
slowness if it has a codepoint that is missing in the current font
http://code.google.com/p/vim/issues/detail?id=210
The first step should be corrected as follows:
:set guifont=Courier:h14
--
You received this message
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 210 by jke...@connectwise.com: 'listchars' causes slowness if it
has a codepoint that is missing in the current font
http://code.google.com/p/vim/issues/detail?id=210
Steps to reproduce:
1. Use a font such as "Courier" whi
Patch 7.4.242
Problem:getreg() does not distinguish between a NL used for a line break
and a NL used for a NUL character.
Solution: Add another argument to return a list. (ZyX)
Files: runtime/doc/eval.txt, src/eval.c src/ops.c, src/proto/ops.pro,
src/vim.h, src/M
Dear list,
Since today, Vim sends me a strange warning when I write a modified file :
> "scratch" 357 lines, 9418 characters written
>
> Could not remove security context security.SMACK64 for
> /home/[...]/vim/undo/%home%[...]%scratch
> Could not remove security context security.SMACK64EXEC for
Patch 7.4.241
Problem:The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
Solution: Add a second argument to return a list. (ZyX)
Files: runtime/doc/eval.txt, src/eval.c, src/proto/regexp.pro,
On Tuesday, April 1, 2014 6:59:52 PM UTC-5, vex...@gmail.com wrote:
> > > An alternative to ZyX's suggestion of using the "scriptencoding" command
> > > to tell Vim what encoding to read the vimrc in, you could also use the
> > > codepoint value in a string to set the listchars:
> >
> > let &lis
Patch 7.4.240
Problem:":tjump" shows "\n" as "\\n".
Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
Files: src/tag.c
*** ../vim-7.4.239/src/tag.c2013-11-28 14:36:24.0 +0100
--- src/tag.c 2014-04-02 17:14:27.087731943 +0200
***
*** 741,748 ***
I would like to see this patch merge as well.
--
--
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 t
Ben Fritz wrote:
> Does "rebase" integrate with MQ to set up the queue base changeset and
> such properly? I really, really don't like the idea of messing around
> with MQ changesets in this way, unless I know it works.
Yes, it resets all the MQ-specific tags to what they would have been had
you
Patch 7.4.239
Problem:":e +" does not position cursor at end of the file.
Solution: Check for "+" being the last character (ZyX)
Files: src/ex_docmd.c
*** ../vim-7.4.238/src/ex_docmd.c 2014-04-01 18:54:44.312837673 +0200
--- src/ex_docmd.c 2014-04-02 14:18:02.247877546 +020
Patch 7.4.238
Problem:Vim does not support the smack library.
Solution: Add smack support (Jose Bollo)
Files: src/config.h.in, src/configure.in, src/fileio.c, src/memfile.c,
src/os_unix.c, src/undo.c, src/auto/configure
*** ../vim-7.4.237/src/config.h.in 2014-02-23 22
Ron Aaron wrote:
> I've been bothered by the spellchecker highlighting as incorrect,
> words with a typographically correct quotation mark, for example
> "it’s" instead of "it's".
>
> After much gnashing of teeth, I decided to download an updated spell
> file (from openoffice) and generate a new
ZyX wrote:
> > --- 12638,12664
> > if (n == FALSE)
> > {
> > if (STRNICMP(name, "patch", 5) == 0)
> > ! {
> > ! if (name[5] == '-'
> > ! && STRLEN(name) > 11
> > ! && vim_isdigit(name[6])
> > ! && vim_isdigit(name[8])
> > !
Patch 7.4.237 (after 7.4.236)
Problem:When some patches was not included has("patch-7.4.123") may return
true falsely.
Solution: Check for the specific patch number.
Files: runtime/doc/eval.txt, src/eval.c
*** ../vim-7.4.236/runtime/doc/eval.txt 2014-04-01 22:08:51.0086774
30 matches
Mail list logo