On 11/28/18 5:01 PM, Bram Moolenaar wrote:
This is the result of the poll for features needed for supporting plugins.
These functions are to be added to support highlighting text, as defined
with text properties and text property types.
A text property type defines the highlighting and further a
Unfortunately without a simple example or two, I don't understand this at
all. (I not only don't see what it does, I also don't see why this would
benefit anything.)
-Manny
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are rep
This is the result of the poll for features needed for supporting plugins.
These functions are to be added to support highlighting text, as defined
with text properties and text property types.
A text property type defines the highlighting and further attributes for
a kind of text property, such
Jason Franklin wrote:
> The other example I had in mind was...
>
> :execute %
>
> It's not a huge deal, but it just seemed odd that error
> messages would be duplicated. I thought that the issuing
> of an error message would make aborting() return true
> all the way up the stack.
I'll fix t
Patch 8.1.0551 (after 8.1.0550)
Problem:Expression evaluation may repeat an error message. (Jason
Franklin)
Solution: Check for the value of did_emsg when giving an error
for the :execute command.
Files: src/eval.c
*** ../vim-8.1.0550/src/eval.c 2018-11-28 20
Hey Bram,
The other example I had in mind was...
:execute %
It's not a huge deal, but it just seemed odd that error
messages would be duplicated. I thought that the issuing
of an error message would make aborting() return true
all the way up the stack.
Thanks,
Jason
--
--
You received this
Patch 8.1.0550
Problem:Expression evaluation may repeat an error message. (Jason
Franklin)
Solution: Increment did_emsg and check for the value when giving an error
for the echo command.
Files: src/message.c, src/eval.c, src/testdir/test108.ok
*** ../vim-8.1.0
Jason Franklin wrote:
> I'm just wondering why duplicate error messages are printed for the
> command...
>
> :echo %
>
> I've looked at the code, but I can't figure out if this is on purpose
> or by mistake.
>
> If you look at the ex_echo() function, you can see that aborting()
> returns fa
Le mercredi 28 novembre 2018 14:43:19 UTC+1, Ni Va a écrit :
> Le mercredi 28 novembre 2018 00:05:48 UTC+1, Ken Takata a écrit :
> > Hi,
> >
> > 2018/11/28 Wed 0:33:03 UTC+9 Ni Va wrote:
> > > Le mardi 27 novembre 2018 10:39:05 UTC+1, Ken Takata a écrit :
> > > > Hi,
> > > >
> > > > 2018/11/27 Tu
Greetings,
I'm just wondering why duplicate error messages are printed for the
command...
:echo %
I've looked at the code, but I can't figure out if this is on purpose
or by mistake.
If you look at the ex_echo() function, you can see that aborting()
returns false even after the expression eva
Le mercredi 28 novembre 2018 00:05:48 UTC+1, Ken Takata a écrit :
> Hi,
>
> 2018/11/28 Wed 0:33:03 UTC+9 Ni Va wrote:
> > Le mardi 27 novembre 2018 10:39:05 UTC+1, Ken Takata a écrit :
> > > Hi,
> > >
> > > 2018/11/27 Tue 18:34:10 UTC+9 Ni Va wrote:
> > > > Le mardi 27 novembre 2018 10:17:55 UTC+
Using GVim 8.1. (Windows 10 64-bit), after applying a syntax scheme,
2html.vim fails to correcly expand the tabs contained in the base document.
Sample files:
- sample.lang# The source file
- lang.vim # The syntax file
- [sample.htm] # Resulting output file
--
--
You received this
Le mercredi 28 novembre 2018 00:05:48 UTC+1, Ken Takata a écrit :
> Hi,
>
> 2018/11/28 Wed 0:33:03 UTC+9 Ni Va wrote:
> > Le mardi 27 novembre 2018 10:39:05 UTC+1, Ken Takata a écrit :
> > > Hi,
> > >
> > > 2018/11/27 Tue 18:34:10 UTC+9 Ni Va wrote:
> > > > Le mardi 27 novembre 2018 10:17:55 UTC+
13 matches
Mail list logo