mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 09:48:19 +00:00
Fix fileio.c's diagram.
This commit is contained in:
@@ -72,25 +72,25 @@
|
|||||||
* The result is an array of Autopat lists, which point to AutoCmd lists:
|
* The result is an array of Autopat lists, which point to AutoCmd lists:
|
||||||
*
|
*
|
||||||
* first_autopat[0] --> Autopat.next --> Autopat.next --> NULL
|
* first_autopat[0] --> Autopat.next --> Autopat.next --> NULL
|
||||||
* Autopat.cmds Autopat.cmds
|
* Autopat.cmds Autopat.cmds
|
||||||
* | |
|
* | |
|
||||||
* V V
|
* V V
|
||||||
* AutoCmd.next AutoCmd.next
|
* AutoCmd.next AutoCmd.next
|
||||||
* | |
|
* | |
|
||||||
* V V
|
* V V
|
||||||
* AutoCmd.next NULL
|
* AutoCmd.next NULL
|
||||||
* |
|
* |
|
||||||
* V
|
* V
|
||||||
* NULL
|
* NULL
|
||||||
*
|
*
|
||||||
* first_autopat[1] --> Autopat.next --> NULL
|
* first_autopat[1] --> Autopat.next --> NULL
|
||||||
* Autopat.cmds
|
* Autopat.cmds
|
||||||
* |
|
* |
|
||||||
* V
|
* V
|
||||||
* AutoCmd.next
|
* AutoCmd.next
|
||||||
* |
|
* |
|
||||||
* V
|
* V
|
||||||
* NULL
|
* NULL
|
||||||
* etc.
|
* etc.
|
||||||
*
|
*
|
||||||
* The order of AutoCmds is important, this is the order in which they were
|
* The order of AutoCmds is important, this is the order in which they were
|
||||||
|
Reference in New Issue
Block a user