| Commit message (Collapse) | Author | Age |
| ... | |
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
This feature was already removed.
https://github.com/neovim/neovim/commit/83161200c473293b2d8d69e3ee1899c6a7199e38
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Although UNIX is a registered trademark of The Open Group, it doesn't
really matter whether we refer to these systems as UNIX, Unix, or
Unix-like. So, for consistency, refer to them collectively as Unix.
Related:
http://www.greens.org/about/unix.html
http://www.unixica.com/html/unixunix.html
|
| | |
| |
| |
| | |
We use libuv for high resolution time now so this note is irrelevant.
|
| |/
|
|
|
|
| |
Among other things, this includes:
- lies about command.com
- references to pcterm
|
| |
|
|
|
|
| |
Update a few runtime files.
https://github.com/vim/vim/commit/f3c2afb77f8b1f2591337fcaa90ba0fb45365cbc
|
| |\
| |
| | |
vim-patch:2b8388b
|
| | |
| |
| |
| |
| |
| | |
Updated runtime files.
https://github.com/vim/vim/commit/2b8388bd0175835eb751e6c58cd0b0b69465f0d9
|
| | |
| |
| |
| | |
We don't support it.
|
| |\ \
| | |
| | | |
[RFC] Remove 'swapsync'
|
| | |/
| |
| |
| | |
It's complete overkill.
|
| |/
|
|
| |
We don't support it.
|
| |
|
|
| |
We don't support it.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
https://github.com/vim/vim/commit/683fa185a4b4ed7595e5942901548b8239ed5cdb
|
| |
|
|
|
|
|
|
|
| |
Problem: Writing tests for Vim script is hard.
Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add
the v:errors variable. Add the runtest script. Add a first new
style test script.
https://github.com/vim/vim/commit/43345546ae63710441f066648b8485fb545b3801
|
| | |
|
| |
|
|
|
|
| |
Updated runtime files.
https://github.com/vim/vim/commit/e3faf44bef029d07f37a457bd0050653b628058f
|
| |
|
|
|
|
|
| |
The relevant code was never actually in Neovim, most likely due to being
unifdef(1)'d out during the initial import.
see `:h hidden-options'
|
| |\
| |
| | |
eval: Use better error messages when failing to dump values
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Recording the compilation time modifies the source for dubious gain, and
interferes with reproducible builds [1].
[1] https://reproducible-builds.org/
|
| |/ |
|
| | |
|
| |\
| |
| | |
vim-patch:7.4.605
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Problem: The # register is not writable, it cannot be restored after
jumping around.
Solution: Make the # register writable. (Marcin Szamotulski)
https://github.com/vim/vim/commit/3b3a9498d1eab3c28c524cce115160528a9a9297
|
| |/ |
|
| |
|
|
|
|
|
|
| |
Problem: It's a bit clumsy to execute a command on a list of matches.
Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
Lakshmanan)
https://github.com/vim/vim/commit/aa23b379421aa214e6543b06c974594a25799b09
|
| | |
|
| |
|
|
| |
We never supported it.
|
| |
|
|
| |
found with `make -C runtime/doc html`
|
| |
|
|
|
|
|
| |
- Nvim has no concept of "huge" or "normal" features: the overwhelming
majority of features are compiled in by default
- Nvim does not link to X (X11), so doesn't support setting things via
~/.Xresources, among many other things
|
| |
|
|
| |
We don't support Athena anymore.
|
| |
|
|
|
|
|
|
|
|
| |
We do not support every Unix flavor in existence so note
that here.
We do not support Windows 95 or NT. Update the list to
the Windows versions we do support.
We only support OS X not classic Mac OS so note that too.
|
| |
|
|
| |
We don't support Windows 95, Windows ME, or Windows 2000 anymore.
|
| |
|
|
|
|
| |
Follow-up to ee1f8ea
Roger Knobbe is still mentioned in intro.txt, for anyone wondering.
|
| |
|
|
| |
We don't support MS-DOS.
|
| | |
|
| |
|
|
|
|
| |
Update runtime files.
https://github.com/vim/vim/commit/8a94d873aa8c753a8522ea86a049bdf2abd0c507
|
| |
|
|
|
|
| |
Update runtime files.
https://github.com/vim/vim/commit/0122c4070f84e71f15a39fb20ababeffb70757c4
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Problem: On some systems automatically adding the missing EOL causes
problems. Setting 'binary' has too many side effects.
Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
https://github.com/vim/vim/commit/34d72d4b6c1a2b04a214d8a49b7d22c97bc7a8bc
|
| | | |
|
| |\ \
| | |
| | | |
Vim 7.4.{786,787,789,790}
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: It is not possible for a plugin to adjust to a changed setting.
Solution: Add the OptionSet autocommand event. (Christian Brabandt)
https://github.com/vim/vim/commit/537443018d41918639695a442c91b34ccec69fc3
|