Mercurial > vim
comparison src/main.c @ 1999:fff7028d50c8 v7.2.296
updated for version 7.2-296
author | vimboss |
---|---|
date | Tue, 17 Nov 2009 11:31:25 +0000 |
parents | 1fbbe04a950f |
children | e0e0d1ae6011 |
comparison
equal
deleted
inserted
replaced
1998:6ba0265d1f1b | 1999:fff7028d50c8 |
---|---|
3149 main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result")); | 3149 main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result")); |
3150 main_msg(_("--serverlist\t\tList available Vim server names and exit")); | 3150 main_msg(_("--serverlist\t\tList available Vim server names and exit")); |
3151 main_msg(_("--servername <name>\tSend to/become the Vim server <name>")); | 3151 main_msg(_("--servername <name>\tSend to/become the Vim server <name>")); |
3152 #endif | 3152 #endif |
3153 #ifdef STARTUPTIME | 3153 #ifdef STARTUPTIME |
3154 main_msg(_("--startuptime=<file>\tWrite startup timing messages to <file>")); | 3154 main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>")); |
3155 #endif | 3155 #endif |
3156 #ifdef FEAT_VIMINFO | 3156 #ifdef FEAT_VIMINFO |
3157 main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo")); | 3157 main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo")); |
3158 #endif | 3158 #endif |
3159 main_msg(_("-h or --help\tPrint Help (this message) and exit")); | 3159 main_msg(_("-h or --help\tPrint Help (this message) and exit")); |