summary refs log tree commit diff stats
path: root/tests/method/tmultim8.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-12-06 15:02:57 +0100
committerGitHub <noreply@github.com>2016-12-06 15:02:57 +0100
commite53e7d9688547893e7de67f1dbc830bef5cac2df (patch)
tree3b04e0a6276d80c62b41cd1c8924eb816c9381f0 /tests/method/tmultim8.nim
parent14b9eaee06894f5bf00548117984381d37f16ec7 (diff)
parentdc8ee72eb6069c181621a3dc4ad97f8cced9db4b (diff)
downloadNim-e53e7d9688547893e7de67f1dbc830bef5cac2df.tar.gz
Merge pull request #5102 from nigredo-tori/fix-4690
Fix 4690 (WIP)
Diffstat (limited to 'tests/method/tmultim8.nim')
0 files changed, 0 insertions, 0 deletions
umber.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#ifndef LYEDIT_H
#define LYEDIT_H

#ifndef HTUTILS_H
#include <HTUtils.h>
#endif

#ifdef __cplusplus
extern "C" {
#endif
    extern BOOLEAN editor_can_position(void);
    extern int edit_current_file(char *newfile, int cur, int lineno);
    extern void edit_temporary_file(char *filename, const char *position, const char *message);

#ifdef __cplusplus
}
#endif
#endif				/* LYEDIT_H */