History log of /vim-8.2.3635/runtime/doc/ (Results 1 – 25 of 2447)
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 ...

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 ...

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


/vim-8.2.3635/.github/CODEOWNERS
/vim-8.2.3635/runtime/autoload/clojurecomplete.vim
eval.txt
gui_w32.txt
indent.txt
insert.txt
options.txt
syntax.txt
tags
tips.txt
todo.txt
usr_06.txt
/vim-8.2.3635/runtime/ftplugin/clojure.vim
/vim-8.2.3635/runtime/ftplugin/mail.vim
/vim-8.2.3635/runtime/ftplugin/meson.vim
/vim-8.2.3635/runtime/ftplugin/spec.vim
/vim-8.2.3635/runtime/indent/clojure.vim
/vim-8.2.3635/runtime/indent/meson.vim
/vim-8.2.3635/runtime/indent/vim.vim
/vim-8.2.3635/runtime/optwin.vim
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim
/vim-8.2.3635/runtime/syntax/arduino.vim
/vim-8.2.3635/runtime/syntax/clojure.vim
/vim-8.2.3635/runtime/syntax/help_ru.vim
/vim-8.2.3635/runtime/syntax/meson.vim
/vim-8.2.3635/runtime/syntax/sh.vim
/vim-8.2.3635/runtime/syntax/vim.vim
/vim-8.2.3635/runtime/tutor/tutor.da.utf-8
/vim-8.2.3635/src/ex_docmd.c
/vim-8.2.3635/src/normal.c
/vim-8.2.3635/src/po/ca.po
/vim-8.2.3635/src/po/da.po
/vim-8.2.3635/src/po/de.po
/vim-8.2.3635/src/po/eo.po
/vim-8.2.3635/src/po/fi.po
/vim-8.2.3635/src/po/fr.po
/vim-8.2.3635/src/po/ga.po
/vim-8.2.3635/src/po/it.po
/vim-8.2.3635/src/po/ja.euc-jp.po
/vim-8.2.3635/src/po/ja.po
/vim-8.2.3635/src/po/ja.sjis.po
/vim-8.2.3635/src/po/ko.UTF-8.po
/vim-8.2.3635/src/po/ko.po
/vim-8.2.3635/src/po/pt_BR.po
/vim-8.2.3635/src/po/ru.cp1251.po
/vim-8.2.3635/src/po/ru.po
/vim-8.2.3635/src/po/sr.po
/vim-8.2.3635/src/po/tr.po
/vim-8.2.3635/src/po/uk.cp1251.po
/vim-8.2.3635/src/po/uk.po
/vim-8.2.3635/src/spellsuggest.c
/vim-8.2.3635/src/testdir/runtest.vim
/vim-8.2.3635/src/testdir/test_normal.vim
/vim-8.2.3635/src/testdir/test_put.vim
/vim-8.2.3635/src/testdir/test_spell.vim
/vim-8.2.3635/src/version.c
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)

93ff672016-Oct-2021 Bram Moolenaar <[email protected]>

patch 8.2.3522: cannot use \x and \u when setting 'listchars'

Problem: Cannot use \x and \u when setting 'listchars'.
Solution: Support hex and unicode in hex form. (closes #9006)

160e994d16-Oct-2021 Yegappan Lakshmanan <[email protected]>

patch 8.2.3520: cannot define a function for thesaurus completion

Problem: Cannot define a function for thesaurus completion.
Solution: Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes #8987,

patch 8.2.3520: cannot define a function for thesaurus completion

Problem: Cannot define a function for thesaurus completion.
Solution: Add 'thesaurusfunc'. (Yegappan Lakshmanan, closes #8987,
closes 8950)

show more ...

2286304c16-Oct-2021 Bram Moolenaar <[email protected]>

Update runtime files

7b5f45be15-Oct-2021 Milly <[email protected]>

patch 8.2.3516: terminal window does not have transparent background

Problem: Terminal window does not have transparent background when
'termguicolors' is used.
Solution: Fix the ba

patch 8.2.3516: terminal window does not have transparent background

Problem: Terminal window does not have transparent background when
'termguicolors' is used.
Solution: Fix the background color. (closes #2361, closes #9002)

show more ...

0a7984af14-Oct-2021 Leah Neukirchen <[email protected]>

patch 8.2.3510: changes are only detected with one second accuracy

Problem: Changes are only detected with one second accuracy.
Solution: Use the nanosecond time if possible. (Leah Neukirchen,

patch 8.2.3510: changes are only detected with one second accuracy

Problem: Changes are only detected with one second accuracy.
Solution: Use the nanosecond time if possible. (Leah Neukirchen,
closes #8873, closes #8875)

show more ...

340dd0fb14-Oct-2021 Bram Moolenaar <[email protected]>

patch 8.2.3509: undo file is not synced

Problem: Undo file is not synced. (Sami Farin)
Solution: Sync the undo file if 'fsync' is set. (Christian Brabandt,
closes #8879, closes #892

patch 8.2.3509: undo file is not synced

Problem: Undo file is not synced. (Sami Farin)
Solution: Sync the undo file if 'fsync' is set. (Christian Brabandt,
closes #8879, closes #8920)

show more ...

12345678910>>...98