Mention using 'hidden' in combination with ALEGoToDefinition
This commit is contained in:
parent
8012809c3f
commit
634c81fd46
1 changed files with 4 additions and 0 deletions
|
@ -2715,6 +2715,10 @@ ALEGoToDefinition *ALEGoToDefinition*
|
|||
You can jump back to the position you were at before going to the definition
|
||||
of something with jump motions like CTRL-O. See |jump-motions|.
|
||||
|
||||
You should consider using the 'hidden' option in combination with this
|
||||
command. Otherwise, Vim will refuse to leave the buffer you're jumping from
|
||||
unless you have saved your edits.
|
||||
|
||||
A plug mapping `<Plug>(ale_go_to_definition)` is defined for this command.
|
||||
|
||||
|
||||
|
|
Reference in a new issue