diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-14 22:29:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-14 22:29:30 +0000 |
commit | 1d2ba7fa851f988ea9eab47b7662be243f85ddfa (patch) | |
tree | 5882ec62c5c5c6047021a94e74e4797139944a95 /src/proto/ops.pro | |
parent | f52c725c4739f2d3368029d67218d6cae0d87995 (diff) | |
download | vim-git-1d2ba7fa851f988ea9eab47b7662be243f85ddfa.tar.gz |
updated for version 7.0197v7.0197
Diffstat (limited to 'src/proto/ops.pro')
-rw-r--r-- | src/proto/ops.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/ops.pro b/src/proto/ops.pro index da9973bbe..3b4c9c423 100644 --- a/src/proto/ops.pro +++ b/src/proto/ops.pro @@ -38,6 +38,8 @@ void ex_display __ARGS((exarg_T *eap)); void do_do_join __ARGS((long count, int insert_space)); int do_join __ARGS((int insert_space)); void op_format __ARGS((oparg_T *oap, int keep_cursor)); +void op_formatexpr __ARGS((oparg_T *oap)); +int fex_format __ARGS((linenr_T lnum, long count)); void format_lines __ARGS((linenr_T line_count)); int paragraph_start __ARGS((linenr_T lnum)); int do_addsub __ARGS((int command, linenr_T Prenum1)); |