normal.pro
上传用户:gddssl
上传日期:2007-01-06
资源大小:1003k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

DOS

  1. /* normal.c */
  2. void normal_cmd __ARGS((OPARG *oap, int toplevel));
  3. void do_pending_operator __ARGS((CMDARG *cap, char_u *searchbuff, int *command_busy, int old_col, int gui_yank, int dont_adjust_op_end));
  4. int do_mouse __ARGS((OPARG *oap, int c, int dir, long count, int fix_indent));
  5. void check_visual_highlight __ARGS((void));
  6. void end_visual_mode __ARGS((void));
  7. int find_ident_under_cursor __ARGS((char_u **string, int find_type));
  8. void clear_showcmd __ARGS((void));
  9. int add_to_showcmd __ARGS((int c));
  10. void add_to_showcmd_c __ARGS((int c));
  11. void push_showcmd __ARGS((void));
  12. void pop_showcmd __ARGS((void));
  13. void start_selection __ARGS((void));
  14. void may_start_select __ARGS((int c));