Hi
Function term_gettitle() is currently not tested according to
codecov:
https://codecov.io/gh/vim/vim/src/master/src/terminal.c#L4971
I thought of adding a test, but term_gettitle() seems to always
return an empty string. For example, this command...
:echo 'term title=[' . term_gettitle(t
On Monday, January 7, 2019 at 8:55:21 AM UTC+13, 38spl wrote:
> the following is valid bash(1) code to trim the last character of a string:
>
> string="${string::$((${#string}-1))}"
>
> The characters in bold above are highlighted as if they are syntax errors.
>From :help sh.vim:
One may sp
Patch 8.1.0700 (after 8.1.0698)
Problem:Using "gt" sometimes does not redraw a tab. (Jason Franklin)
Solution: Always set must_redraw in redraw_all_later().
Files: src/screen.c
*** ../vim-8.1.0699/src/screen.c2019-01-03 21:44:30.267072385 +0100
--- src/screen.c2019-01
Dominique wrote:
> Attached patch fixes 2 minor mistakes in the documentation.
I'll include it, thanks.
--
hundred-and-one symptoms of being an internet addict:
117. You are more comfortable typing in html.
/// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\
///
Patch 8.1.0699
Problem:Compiler warning for uninitialized variable. (Tony Mechelynck)
Solution: Add a dummy init.
Files: src/edit.c
*** ../vim-8.1.0698/src/edit.c 2019-01-06 15:29:52.540852980 +0100
--- src/edit.c 2019-01-06 17:42:36.649397395 +0100
***
*** 7970,7976 **
Tony wrote:
> On Sun, Jan 6, 2019 at 3:30 PM Bram Moolenaar wrote:
> >
> >
> > Patch 8.1.0696
> > Problem:When test_edit fails 'insertmode' may not be reset and the next
> > test may get stuck. (James McCoy)
> > Solution: Always reset 'insertmode' after executing a test. Avoi
Patch 8.1.0698
Problem:Clearing the window is used too often, causing the command line
to be cleared when opening a tab. (Miroslav Koškár)
Solution: Use NOT_VALID instead of CLEAR. (suggested by Jason Franklin,
closes #630) Also do this for a few other places where
Hi
Attached patch fixes 2 minor mistakes in the documentation.
Regards
Dominique
--
--
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
On Sun, Jan 6, 2019 at 3:30 PM Bram Moolenaar wrote:
>
>
> Patch 8.1.0696
> Problem:When test_edit fails 'insertmode' may not be reset and the next
> test may get stuck. (James McCoy)
> Solution: Always reset 'insertmode' after executing a test. Avoid that an
> Inser
Patch 8.1.0697
Problem:":sign place" requires the buffer argument.
Solution: Make the argument optional. Also update the help and clean up the
sign test. (Yegappan Lakshmanan, closes #3767)
Files: runtime/doc/eval.txt, runtime/doc/sign.txt, src/sign.c,
src/test
Patch 8.1.0696
Problem:When test_edit fails 'insertmode' may not be reset and the next
test may get stuck. (James McCoy)
Solution: Always reset 'insertmode' after executing a test. Avoid that an
InsertCharPre autocommand or a 'complete' function can change the
Patch 8.1.0695
Problem:Internal error when using :popup.
Solution: When a menu only exists in Terminal mode give an error. (Naruhiko
Nishino, closes #3765)
Files: runtime/doc/gui.txt, src/globals.h, src/menu.c, src/popupmnu.c,
src/testdir/test_popup.vim
*** ..
Patch 8.1.0694
Problem:When using text props may free memory that is not allocated.
(Andy Massimino)
Solution: Allocate the line when adjusting text props. (closes #3766)
Files: src/textprop.c
*** ../vim-8.1.0693/src/textprop.c 2019-01-04 23:09:45.249360567 +0100
---
13 matches
Mail list logo