mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 15:05:27 +08:00
Fix a class/struct disparity
This commit is contained in:
parent
0576a11a6f
commit
35c49d62d7
@ -71,7 +71,7 @@
|
||||
#define HIGHLIGHT_AUTOSUGGESTION 0x2000
|
||||
|
||||
class history_item_t;
|
||||
class file_detection_context_t;
|
||||
struct file_detection_context_t;
|
||||
|
||||
/**
|
||||
Perform syntax highlighting for the shell commands in buff. The result is
|
||||
|
Loading…
x
Reference in New Issue
Block a user