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

编辑器/阅读器

开发平台:

DOS

  1. /* edit.c */
  2. int edit __ARGS((int cmdchar, int startln, long count));
  3. void display_dollar __ARGS((colnr_t col));
  4. int vim_is_ctrl_x_key __ARGS((int c));
  5. int add_completion_and_infercase __ARGS((char_u *str, int len, char_u *fname, int dir, int reuse));
  6. int get_literal __ARGS((void));
  7. void insertchar __ARGS((unsigned c, int force_formatting, int second_indent, int ctrlv));
  8. int comp_textwidth __ARGS((int ff));
  9. void stop_arrow __ARGS((void));
  10. void set_last_insert __ARGS((int c));
  11. void beginline __ARGS((int flags));
  12. int oneright __ARGS((void));
  13. int oneleft __ARGS((void));
  14. int cursor_up __ARGS((long n, int upd_topline));
  15. int cursor_down __ARGS((long n, int upd_topline));
  16. int stuff_inserted __ARGS((int c, long count, int no_esc));
  17. char_u *get_last_insert __ARGS((void));
  18. char_u *get_last_insert_save __ARGS((void));
  19. void replace_push __ARGS((int c));
  20. void fixthisline __ARGS((int (*get_the_indent)(void)));
  21. int in_cinkeys __ARGS((int keytyped, int when, int line_is_empty));
  22. int hkmap __ARGS((int c));
  23. void ins_scroll __ARGS((void));
  24. void ins_horscroll __ARGS((void));