Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
edit.pro
Package: vim53src.zip [view]
Upload User: gddssl
Upload Date: 2007-01-06
Package Size: 1003k
Code Size: 1k
Category:
Editor
Development Platform:
DOS
- /* edit.c */
- int edit __ARGS((int cmdchar, int startln, long count));
- void display_dollar __ARGS((colnr_t col));
- int vim_is_ctrl_x_key __ARGS((int c));
- int add_completion_and_infercase __ARGS((char_u *str, int len, char_u *fname, int dir, int reuse));
- int get_literal __ARGS((void));
- void insertchar __ARGS((unsigned c, int force_formatting, int second_indent, int ctrlv));
- int comp_textwidth __ARGS((int ff));
- void stop_arrow __ARGS((void));
- void set_last_insert __ARGS((int c));
- void beginline __ARGS((int flags));
- int oneright __ARGS((void));
- int oneleft __ARGS((void));
- int cursor_up __ARGS((long n, int upd_topline));
- int cursor_down __ARGS((long n, int upd_topline));
- int stuff_inserted __ARGS((int c, long count, int no_esc));
- char_u *get_last_insert __ARGS((void));
- char_u *get_last_insert_save __ARGS((void));
- void replace_push __ARGS((int c));
- void fixthisline __ARGS((int (*get_the_indent)(void)));
- int in_cinkeys __ARGS((int keytyped, int when, int line_is_empty));
- int hkmap __ARGS((int c));
- void ins_scroll __ARGS((void));
- void ins_horscroll __ARGS((void));