h-east
8ee0e0b8e3
runtime(doc): Fix to two-space convention in user manual
...
closes : #15802
Signed-off-by: h-east <h.east.727@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-10-05 16:44:27 +02:00
h-east
52e7cc26d8
runtime(doc): tweak documentation style a bit
...
closes : #15371
Signed-off-by: h-east <h.east.727@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-07-28 17:03:29 +02:00
Maxim Kim
aeca7176f3
runtime(nohlsearch): simplify mapping
...
Use <cmd> instead of <expr> with execute(...)[-1]
closes : #15047
Signed-off-by: Maxim Kim <habamax@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-19 19:42:47 +02:00
Maxim Kim
26de90c631
runtime(nohlsearch): include the the simple nohlsearch package
...
fixes : #15039
closes : #15042
Signed-off-by: Maxim Kim <habamax@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-06-18 19:32:39 +02:00
Christian Brabandt
e595e9c31b
runtime(doc): clarify instal instructions for comment package
...
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-05-17 17:30:04 +02:00
Maxim Kim
5400a5d426
runtime(comment): include a simple comment toggling plugin
...
fixes #14626
closes : #14634
Signed-off-by: Maxim Kim <habamax@gmail.com >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-04-26 19:53:13 +02:00
Christian Brabandt
b4ddc6c11e
patch 9.1.0000: Vim 9.1 release
...
Problem: Need a new release
Solution: Release Vim 9.1
Signed-off-by: Christian Brabandt <cb@256bit.org >
2024-01-02 16:51:11 +01:00
Christian Brabandt
6ffcc58be3
runtime(help): Updated documentation on editorconfig
...
Add a small section about the distributed Editorconfig plugin at :h
usr_05.txt just below the matchit plugin. While editing that help
document, also add a bit of more documentation about standard plugins
and local help file additions.
Regenerate $VIMRUNTIME/doc/tags file with all the new tags from the rust
runtime files.
While at it, update the Editorconfig help page (and re-generate the
helptags file).
closes : #13078
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-09-12 21:08:54 +02:00
Christian Brabandt
596ad66d1d
runtime(doc): documentation updates
...
This is a collection of various improvements to the help pages
closes #12790
Co-authored-by: Houl <anwoku@yahoo.de >
Co-authored-by: Doug Kearns <dougkearns@gmail.com >
Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl >
Signed-off-by: Christian Brabandt <cb@256bit.org >
2023-09-11 20:23:11 +02:00
Dragan Simic' via vim_dev
81b8bf5b4a
Update the vimscript code for restoring cursor position
...
Using xxd(1) to filter and edit binary files causes the input files
to have dual nature, so to speak, which effectively makes restoring
the cursor position broken. Fix that by ignoring the "xxd" file type
in the code that restores the cursor position.
Interactive rebasing in git causes files to be edited in vim, which,
similarly to commit messages, are rarely the same as the last one
edited. Thus, also add "gitrebase" to the list of file types for
which the cursor position isn't restored.
While there, refactor the code a bit to possibly save a few CPU cycles
and to keep the line lengths in check, and use the long form of the
commands and variables, to make the code slightly more consistent and
more understandable to newcomers.
Update the relevant comments in the code and the associated parts of
the documentation, to keep them in sync with the updated code.
Remove some redundant trailing whitespace as well, as spotted.
2023-08-10 06:43:14 +02:00
Bram Moolenaar
938ae280c7
Update runtime files.
2023-02-20 20:44:55 +00:00
Bram Moolenaar
eb49041875
release version 9.0
...
Problem: About time to release Vim 9.0.
Solution: Update the version number everywhere.
2022-06-28 13:44:46 +01:00
Bram Moolenaar
c51cf03298
Update runtime files.
2022-02-26 12:25:45 +00:00
Bram Moolenaar
e7b1ea0276
Update runtime files.
2020-08-07 19:54:59 +02:00
Bram Moolenaar
5666fcd0bd
Update runtime files.
2019-12-26 14:35:26 +01:00
Bram Moolenaar
6f345a1458
patch 8.2.0017: OS/2 and MS-DOS are still mentioned
...
Problem: OS/2 and MS-DOS are still mentioned, even though support was
removed long ago.
Solution: Update documentation. (Yegappan Lakshmanan, closes #5368 )
2019-12-17 21:27:18 +01:00
Bram Moolenaar
98056533b9
Vim 8.2 release
2019-12-12 14:18:35 +01:00
Bram Moolenaar
68e6560b84
Update runtime files.
2019-05-26 21:33:31 +02:00
Bram Moolenaar
26967617a3
Update runtime files.
2019-03-17 17:13:16 +01:00
Bram Moolenaar
314dd79cac
Update runtime files.
2019-02-03 15:27:20 +01:00
Bram Moolenaar
d473c8c101
Update runtime files.
2018-08-11 18:00:22 +02:00
Bram Moolenaar
a9604e6145
Update runtime files.
2018-07-21 05:56:22 +02:00
Bram Moolenaar
b1c9198afb
Vim 8.1 release
...
Update version number and information. Fix a couple of tests.
2018-05-17 17:04:55 +02:00
Bram Moolenaar
22f1d0e35e
Updated runtime files.
...
Add Serbian translations and spell checking.
2018-02-27 14:53:30 +01:00
Bram Moolenaar
bb76f24af2
Vim 8.0 release
2016-09-12 14:24:39 +02:00
Bram Moolenaar
7db8f6f4f8
Updated runtime files.
2016-03-29 23:12:46 +02:00
Bram Moolenaar
4f3f668c84
Updated runtime files.
2016-03-26 23:01:59 +01:00
Bram Moolenaar
aedfcbe1e6
patch 7.4.1649
...
Problem: The matchit plugin needs to be copied to be used.
Solution: Put the matchit plugin in an optional package.
2016-03-25 17:02:51 +01:00
Bram Moolenaar
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
1a42b4befb
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
913df81e74
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00
Bram Moolenaar
2df58b4a58
Updated runtime files.
2012-11-28 18:21:11 +01:00
Bram Moolenaar
7f03644116
Last changes for the 7.3 release!
2010-08-15 15:24:20 +02:00
Bram Moolenaar
4421d6af22
Version 7.3f -> 7.3g
2010-08-14 13:33:56 +02:00
Bram Moolenaar
82d1c33a8a
Version 7.3e -> 7.3f.
2010-08-09 20:16:32 +02:00
Bram Moolenaar
257a9c873f
7.3d -> 7.3e.
2010-08-04 19:29:04 +02:00
Bram Moolenaar
9379f83030
Version 7.3c -> 7.3d
2010-08-01 20:38:51 +02:00
Bram Moolenaar
c3301874a6
7.3b -> 7.3c
2010-07-25 20:53:06 +02:00
Bram Moolenaar
d28478b557
Vim 7.3a -> 7.3b.
2010-07-18 23:29:58 +02:00
Bram Moolenaar
fff2beeeaa
First step in the Vim 7.3 branch. Changed version numbers.
2010-05-15 13:56:02 +02:00
Bram Moolenaar
8f3f58f2c3
Update documentation files.
2010-01-06 20:52:26 +01:00
Bram Moolenaar
ed39e1d53c
updated for version 7.2-000
2008-08-09 17:55:22 +00:00
Bram Moolenaar
e37d50a5de
updated for version 7.2c-000
2008-08-06 17:06:04 +00:00
Bram Moolenaar
c236c16d08
updated for version 7.2b-000
2008-07-13 17:41:49 +00:00
Bram Moolenaar
8c8de83932
updated for version 7.2a
2008-06-24 22:58:06 +00:00
Bram Moolenaar
1b826e540c
updated for version 7.1
2007-05-12 15:14:36 +00:00
Bram Moolenaar
49325942f5
updated for version 7.1b
2007-05-10 19:19:59 +00:00
Bram Moolenaar
c81e5e79a0
updated for version 7.1a
2007-05-05 18:24:42 +00:00
Bram Moolenaar
1423b9d3b8
updated for version 7.0
2006-05-07 15:16:06 +00:00
Bram Moolenaar
c9b4b05b35
updated for version 7.0g
2006-04-30 18:54:39 +00:00