Update 2026-01-25 09:38 OpenBSD/amd64-t14
This commit is contained in:
@@ -27,10 +27,17 @@ CONTENTS *undotree-contents*
|
||||
3.11 undotree_HighlightChangedText .. |undotree_HighlightChangedText|
|
||||
3.12 undotree_HighlightSyntaxAdd .... |undotree_HighlightSyntaxAdd|
|
||||
undotree_HighlightSyntaxChange . |undotree_HighlightSyntaxChange|
|
||||
3.13 Undotree_CustomMap ............. |Undotree_CustomMap|
|
||||
3.14 undotree_HelpLine .............. |undotree_HelpLine|
|
||||
3.15 undotree_CursorLine ............ |undotree_CursorLine|
|
||||
3.16 undotree_UndoDir................ |undotree_UndoDir|
|
||||
3.13 undotree_SignAdded ............. |undotree_SignAdded|
|
||||
undotree_SignModified .......... |undotree_SignModified|
|
||||
undotree_SignDeleted ........... |undotree_SignDeleted|
|
||||
undotree_SignDeletedEnd ........ |undotree_SignDeletedEnd|
|
||||
3.14 Undotree_CustomMap ............. |Undotree_CustomMap|
|
||||
3.15 undotree_HelpLine .............. |undotree_HelpLine|
|
||||
3.16 undotree_CursorLine ............ |undotree_CursorLine|
|
||||
3.17 undotree_StatusLine ............ |undotree_StatusLine|
|
||||
3.18 undotree_DisabledFiletypes...... |undotree_DisabledFiletypes|
|
||||
3.19 undotree_DisabledBuftypes....... |undotree_DisabledBuftypes|
|
||||
3.20 undotree_UndoDir................ |undotree_UndoDir|
|
||||
4. Bugs ................................. |undotree-bugs|
|
||||
5. Changelog ............................ |undotree-changelog|
|
||||
6. License .............................. |undotree-license|
|
||||
@@ -111,6 +118,9 @@ Markers
|
||||
* Saved changes are marked as s and the big S indicates the most recent
|
||||
saved change.
|
||||
|
||||
* The = number = marks user chosen change. When this mark is set the
|
||||
diff panel displays diff between current seq and marked seq.
|
||||
|
||||
* Press ? in undotree window for quick help.
|
||||
|
||||
Persistent undo
|
||||
@@ -394,7 +404,24 @@ You may chose your favorite through ":hi" command.
|
||||
Default: "DiffAdd", "DiffDelete" and "DiffChange"
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.13 g:Undotree_CustomMap *Undotree_CustomMap*
|
||||
3.13 g:undotree_SignAdded *undotree_SignAdded*
|
||||
g:undotree_SignModified *undotree_SignModified*
|
||||
g:undotree_SignDeleted *undotree_SignDeleted*
|
||||
g:undotree_SignDeletedEnd *undotree_SignDeletedEnd*
|
||||
|
||||
Set the signs to display in the gutter where the file has been changed.
|
||||
|
||||
SignDeletedEnd is used when the last line of the buffer has been deleted;
|
||||
it is not possible to display SignDeleted since the deleted text is actually
|
||||
beyond the end of the current buffer version and therefore it is not possible
|
||||
to place a sign on the exact line - because it doesn't exist.
|
||||
Instead, a special delete sign is placed on the (existing) last line of the
|
||||
buffer
|
||||
|
||||
Default: "++", "~~", "--" and "-v"
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.14 g:Undotree_CustomMap *Undotree_CustomMap*
|
||||
|
||||
There are two ways of changing the default key mappings:
|
||||
The first way is to define global mappings as the following example:
|
||||
@@ -426,24 +453,49 @@ List of the commands available for redefinition.
|
||||
<plug>UndotreeRedo
|
||||
<plug>UndotreeUndo
|
||||
<plug>UndotreeEnter
|
||||
<plug>UndotreeDiffMark
|
||||
<plug>UndotreeClearDiffMark
|
||||
<
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.14 g:undotree_HelpLine *undotree_HelpLine*
|
||||
3.15 g:undotree_HelpLine *undotree_HelpLine*
|
||||
|
||||
Set to 0 to hide "Press ? for help".
|
||||
|
||||
Default: 1
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.15 g:undotree_CursorLine
|
||||
3.16 g:undotree_CursorLine *undotree_CursorLine*
|
||||
|
||||
Set to 0 to disable cursorline.
|
||||
|
||||
Default: 1
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.16 g:undotree_UndoDir *undotree_UndoDir*
|
||||
3.17 g:undotree_StatusLine
|
||||
|
||||
By default, Undotree will override your statusline option while in the
|
||||
Undotree buffer.
|
||||
Set to 0 to disable this.
|
||||
|
||||
Default: 1
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.18 g:undotree_DisabledFiletypes *undotree_DisabledFiletypes*
|
||||
|
||||
List of filetypes that Undotree will ignore.
|
||||
|
||||
Default: empty
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.19 g:undotree_DisabledBuftypes *undotree_DisabledBuftypes*
|
||||
|
||||
List of filetypes that Undotree will ignore.
|
||||
|
||||
Default: ['terminal', 'prompt', 'quickfix']
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
3.20 g:undotree_UndoDir *undotree_UndoDir*
|
||||
|
||||
Set the path for the persistence undo directory. Due to the differing formats
|
||||
of the persistence undo files between nvim and vim, the default undodir for
|
||||
|
||||
Reference in New Issue
Block a user