mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
documentation: Fix :delmarks! documentation
:delmarks! clears the change list, but this fact is not mentioned. Also true for Vim.
This commit is contained in:
parent
e96aa067f3
commit
fc2bb200f7
@ -797,7 +797,7 @@ g'{mark} g`{mark}
|
||||
<
|
||||
|
||||
:delm[arks]! Delete all marks for the current buffer, but not marks
|
||||
A-Z or 0-9.
|
||||
A-Z or 0-9. Also clear the |changelist|.
|
||||
|
||||
A mark is not visible in any way. It is just a position in the file that is
|
||||
remembered. Do not confuse marks with named registers, they are totally
|
||||
|
Loading…
Reference in New Issue
Block a user