home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46src.lha / vim-4.6 / src / proto / normal.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  596 b   |  12 lines

  1. /* normal.c */
  2. void normal __PARMS((void));
  3. void do_pending_operator __PARMS((register int c, int nchar, int finish_op, char_u *searchbuff, int *command_busy, int old_col, int gui_yank, int dont_adjust_op_end));
  4. int do_mouse __PARMS((int c, int dir, long count, int fix_indent));
  5. void start_visual_highlight __PARMS((void));
  6. void end_visual_mode __PARMS((void));
  7. int find_ident_under_cursor __PARMS((char_u **string, int find_type));
  8. void clear_showcmd __PARMS((void));
  9. int add_to_showcmd __PARMS((int c, int display_always));
  10. void push_showcmd __PARMS((void));
  11. void pop_showcmd __PARMS((void));
  12.