aboutsummaryrefslogtreecommitdiffhomepage
path: root/autoload.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-10 16:23:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-10 16:23:08 -0800
commiteec6db0a2312e923f74402bb2e714f4bb331d9bd (patch)
tree13567712e06226b0935d86d3c059280f370d68e1 /autoload.h
parent983bc5ceccdea58e1bb358f978a36cddc43d73b6 (diff)
forward-word should accept a word of an autosuggestion
Diffstat (limited to 'autoload.h')
-rw-r--r--autoload.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/autoload.h b/autoload.h
index 8bfdad6a..6c17c0b7 100644
--- a/autoload.h
+++ b/autoload.h
@@ -34,9 +34,10 @@ struct autoload_function_t : public lru_node_t
bool is_internalized; /** Whether this function came from a builtin "internalized" script */
};
-struct builtin_script_t {
- const wchar_t *name;
- const char *def;
+struct builtin_script_t
+{
+ const wchar_t *name;
+ const char *def;
};
struct builtin_script_t;