History log of /vim-8.2.3635/runtime/ (Results 1 – 25 of 2894)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
cdf5fdb220-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3627: difficult to know where the text starts in a window

Problem: difficult to know where the text starts in a window. (Sergey
Vlasov)
Solution: Add the "textoff" entry i

patch 8.2.3627: difficult to know where the text starts in a window

Problem: difficult to know where the text starts in a window. (Sergey
Vlasov)
Solution: Add the "textoff" entry in the result of getwininfo().
(closes #9163)

show more ...

8b8d829f19-Nov-2021 Christian Brabandt <[email protected]>

patch 8.2.3623: "$*" is expanded to "nonomatch"

Problem: "$*" is expanded to "nonomatch".
Solution: Only add "set nonomatch" when using a csh-like shell. (Christian
Brabandt, closes

patch 8.2.3623: "$*" is expanded to "nonomatch"

Problem: "$*" is expanded to "nonomatch".
Solution: Only add "set nonomatch" when using a csh-like shell. (Christian
Brabandt, closes #9159, closes #9153)

show more ...

777175b018-Nov-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3619: cannot use a lambda for 'operatorfunc'

Problem: Cannot use a lambda for 'operatorfunc'.
Solution: Support using a lambda or partial. (Yegappan Lakshmanan,
closes #87

patch 8.2.3619: cannot use a lambda for 'operatorfunc'

Problem: Cannot use a lambda for 'operatorfunc'.
Solution: Support using a lambda or partial. (Yegappan Lakshmanan,
closes #8775)

show more ...

851c7a6918-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem: getcwd() is unclear about how 'autochdir' is used.
Solution: Update the help for getcwd(). Without any arguments alwa

patch 8.2.3618: getcwd() is unclear about how 'autochdir' is used

Problem: getcwd() is unclear about how 'autochdir' is used.
Solution: Update the help for getcwd(). Without any arguments always return
the actual current directory. (closes #9142)

show more ...

125ffd2117-Nov-2021 Egor Zvorykin <[email protected]>

patch 8.2.3608: users who type "q:" instead of ":q" are confused

Problem: Users who type "q:" instead of ":q" are confused.
Solution: Add an autocmd to give a message that explains this is the

patch 8.2.3608: users who type "q:" instead of ":q" are confused

Problem: Users who type "q:" instead of ":q" are confused.
Solution: Add an autocmd to give a message that explains this is the
command-line window. (Egor Zvorykin, closes #9146)

show more ...

519cc55916-Nov-2021 Bram Moolenaar <[email protected]>

Update runtime files

2a16dc6616-Nov-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()

Problem: Cannot clear and unlinke a highlight group with hlset() in a
single call.
Solution: Add the "force"

patch 8.2.3605: cannot clear and unlinke a highlight group with hlset()

Problem: Cannot clear and unlinke a highlight group with hlset() in a
single call.
Solution: Add the "force" option. (Yegappan Lakshmanan, closes #9117)

show more ...

c143fa0716-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3604: not all sudoers files are recognized

Problem: Not all sudoers files are recognized.
Solution: Add a file pattern. (Doug Kearns, closes #1192)

b1b163ef16-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3603: fish filetype not recognized

Problem: Fish filetype not recognized.
Solution: Add a file pattern and match script line. (Doug Kearns)

314b773a16-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3600: filetype test fails

Problem: Filetype test fails.
Solution: Add missint change.

782b4bbc16-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3599: not all gdbinit files are recognized

Problem: Not all gdbinit files are recognized.
Solution: Add "gdbinit". (Doug Kearns)

0818ab8215-Nov-2021 zainin <[email protected]>

patch 8.2.3598: RouterOS filetype is not recognized

Problem: RouterOS filetype is not recognized.
Solution: Add file and script patterns. (closes #9097)

36968af115-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3597: Vim seems to hang when writing a long text to a terminal

Problem: Vim seems to hang when writing a very long text to a terminal
window.
Solution: Limit the amount of

patch 8.2.3597: Vim seems to hang when writing a long text to a terminal

Problem: Vim seems to hang when writing a very long text to a terminal
window.
Solution: Limit the amount of text based on 'termwinscroll'. (issue #9080)

show more ...

23beefed13-Nov-2021 naohiro ono <[email protected]>

patch 8.2.3591: no event is triggered when closing a window

Problem: No event is triggered when closing a window.
Solution: Add the WinClosed event. (Naohiro Ono, closes #9110)

a0fca17213-Nov-2021 Drew Vogel <dvogel@github>

patch 8.2.3590: test for v:colornames sometimes fails

Problem: Test for v:colornames sometimes fails. (Dominique Pellé)
Solution: Check features. Clear v:colornames between tests. (Drew Vogel,

patch 8.2.3590: test for v:colornames sometimes fails

Problem: Test for v:colornames sometimes fails. (Dominique Pellé)
Solution: Check features. Clear v:colornames between tests. (Drew Vogel,
closes #9105, closes #9073)

show more ...

5300be6213-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value

Problem: Failure when the "term_rows" argument of term_start() is an
unusual value.
Solution: Limit to r

patch 8.2.3589: failure when "term_rows" of term_start() is an unusual value

Problem: Failure when the "term_rows" argument of term_start() is an
unusual value.
Solution: Limit to range of zero to 1000. (closes #9116)

show more ...

58ef8a3112-Nov-2021 Bram Moolenaar <[email protected]>

patch 8.2.3584: "verbose set efm" reports location of the :compiler command

Problem: "verbose set efm" reports the location of the :compiler command.
(Gary Johnson)
Solution: Add th

patch 8.2.3584: "verbose set efm" reports location of the :compiler command

Problem: "verbose set efm" reports the location of the :compiler command.
(Gary Johnson)
Solution: Add the "-keepscript" argument to :command and use it when
defining CompilerSet.

show more ...

113cb51307-Nov-2021 Bram Moolenaar <[email protected]>

Update runtime files

d1a8d65803-Nov-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3578: manipulating highlighting is complicated

Problem: Manipulating highlighting is complicated.
Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan,
cl

patch 8.2.3578: manipulating highlighting is complicated

Problem: Manipulating highlighting is complicated.
Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan,
closes #9039)

show more ...

e30d102524-Oct-2021 Drew Vogel <dvogel@github>

patch 8.2.3562: cannot add color names

Problem: Cannot add color names.
Solution: Add the v:colornames dictionary. (Drew Vogel, closes #8761)

079ba76a23-Oct-2021 Bram Moolenaar <[email protected]>

Update runtime files

25def2c822-Oct-2021 =?UTF-8?q?Magnus=20Gro=C3=9F?= <[email protected]>

patch 8.2.3555: ModeChanged is not triggered on every mode change

Problem: ModeChanged is not triggered on every mode change.
Solution: Also trigger on minor mode changes. (Maguns Gross, closes

patch 8.2.3555: ModeChanged is not triggered on every mode change

Problem: ModeChanged is not triggered on every mode change.
Solution: Also trigger on minor mode changes. (Maguns Gross, closes #8999)

show more ...

94358a1e20-Oct-2021 zeertzjq <[email protected]>

patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid

Problem: setcellwidths() may make 'listchars' or 'fillchars' invalid.
Solution: Check the value and give an error. (c

patch 8.2.3545: setcellwidths() may make 'listchars' or 'fillchars' invalid

Problem: setcellwidths() may make 'listchars' or 'fillchars' invalid.
Solution: Check the value and give an error. (closes #9024)

show more ...

f4d8b76d17-Oct-2021 Bram Moolenaar <[email protected]>

patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scope

Problem: 'thesaurus' and 'thesaurusfunc' do not have the same scope.
Solution: Make 'thesaurusfunc' global-local.

4eeedc0916-Oct-2021 Dusan Popovic <[email protected]>

patch 8.2.3524: GUI: ligatures are not used

Problem: GUI: ligatures are not used.
Solution: Add the 'guiligatures' option. (Dusan Popovic, closes #8933)

12345678910>>...116