| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
References #3791.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: The default conceal character is documented to be a space but it's
initially a dash. (Christian Brabandt)
Solution: Make the intial value a space.
https://github.com/vim/vim/commit/4a427106954857c6f84c0b0dc07725e302a433c6
|
| | |
| | |
| | | |
Closes #3754
|
|\ \ \
| |/ /
|/| | |
tutor: Update vim-tutor to 0.2.1
|
| |/
| |
| |
| | |
Also, some tweaks based on input by @fdinoff on gitter.
|
|\ \
| | |
| | | |
shada: Do not save unlisted and quickfix buffers
|
| | |
| | |
| | | |
Fixes #3635
|
|\ \ \
| | | |
| | | | |
[RFC] doc: Remove todo.txt
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It's not documentation in the same sense as the majority of files in
runtime/doc, so is of little use to most users and should probably not
be installed alongside the "real" documentation.
It may be full of good ideas, but it's also full of things which are no
longer applicable to Nvim, such as references to platforms we no longer
support (e.g., MS-DOS), Vi compatibility, Autoconf, the Perl interface,
etc.
If someone is looking for things to fix or improve, the GitHub issue
tracker should prove useful, and, unlike todo.txt, the issues are
generally much more relevant to Nvim. Besides all that, removing
todo.txt makes porting runtime patches a bit easier.
refs #2911, discussed briefly in #2608 and #2553
|
|/ / /
| | |
| | |
| | | |
It never did anything (see `:h hidden-options`).
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
All `{not in Vi}' tags have been removed, so the first sentence is no
longer true. As for the second sentence, the header ("Differences
between Vim and Vi") is already self-explanatory, so it can be removed
as well.
|
| | |
| | |
| | |
| | | |
We don't care about Vi here, only Vim.
|
| | |
| | |
| | |
| | |
| | | |
This stuff is no longer relevant, as we don't care about Vi
compatibility just for the sake of it.
|
| | |
| | |
| | |
| | |
| | | |
By and large, it's very outdated, and we already have a style guide
available online (see CONTRIBUTING.md).
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We don't make such assumptions; new code should use fixed-width integer
types [1].
[1]: https://neovim.io/develop/style-guide.xml?showone=Integer_Types#Integer_Types
|
|\ \ \
| | | |
| | | | |
[RFC] vi_diff.txt pruning
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The compatibility stubs for these options were removed in [1], so this
section is nearly useless.
[1]: cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These are more like notes than proper documentation, so remove it as
they're not of much use unless you don't know what you're looking for.
Many of these are somewhat useful, but many also duplicate what's
already documented elsewhere. In any case, vi_diff.txt is the last
place that assorted tips'n'tricks should be located (we already have
tips.txt!!!).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In regards to Nvim, it's very outdated; for an updated list of such
arguments refer to the manual page or `nvim --help`. In all other
regards, it's of little to no use to end-users.
|
| |/ /
| | |
| | |
| | | |
This was missed in 818f7aefd2fe7eacd7135c5e3154934f24c85ca7
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Note: it looks like viminfo files do not store search direction intentionally.
After reading viminfo file search direction was considered to be “forward”.
Note 2: all files created on earlier Neovim version will automatically receive
“forward” direction.
Fixes #3580
|
|\ \
| |/
|/| |
Add plugin for editing ShaDa files
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Contains most of the logic
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
A terminal buffer now exits with: [Process exited <return value>]
You can hook into it. E.g. :au TermClose * call feedkeys('<cr>')
Closes #2293.
|
| |
| |
| |
| | |
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
|
| |
| |
| |
| |
| |
| | |
This fixes a typo that was already contained in the original Vim patch:
https://github.com/vim/vim/commit/d51cb706a4e3ae99555bc214a64c83603c701139
|
|\ \
| | |
| | | |
Remove all invalid nvimrc references
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
"vimrc" refers to all files that are used to configure Neovim. The main
configuration file is init.vim nowadays.
All nvimrc references that are left refer to a local ".nvimrc" which is read
if 'exrc' is set. ".ngvimrc" references were completely wiped.
Closes #3552.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem: The buffer list can be very long.
Solution: Add an argument to ":ls" to specify the type of buffer to list.
(Marcin Szamotulski)
https://github.com/vim/vim/commit/d51cb706a4e3ae99555bc214a64c83603c701139
|
|\ \ \
| | | |
| | | | |
[RDY] Remove os_mac.txt
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Pretty much all of this stuff is outdated.
Reviewed-by: @justinmk
|
|/ /
| |
| |
| |
| | |
I don't want anyone getting the idea that the `-X` flag they might have
used has anything to do with why the `+` is working for them
|
| |
| |
| |
| |
| |
| |
| |
| | |
:browse was removed for good, but some people miss ":browse oldfiles".
The same functionality is now provided by ":oldfiles!".
Helped-by: @Pyrohh
|
| |
| |
| |
| | |
This writes the logfile and stops profiling.
|
| |
| |
| |
| |
| | |
Currently the logfile (":profile start {logfile}") only gets written when Vim
exits. This new command allows to dump the log immediately without exiting.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Problem: "zr" and "zm" do not take a count.
Solution: Implement the count, restrict the fold level to the maximum
nesting depth. (Marcin Szamotulski)
https://github.com/vim/vim/commit/7d2757a47204d00cd47e3db94f1bd248c499d4e3
|
| |
| |
| |
| | |
This file was missing from the previous runtime update (975a610).
|