| /vim-8.2.3635/src/testdir/ |
| H A D | runtest.vim | 68 split messages 121 " Output all messages in English. 285 call add(s:messages, message) 360 call add(s:messages, message) 364 call add(s:messages, message) 370 call add(s:messages, message) 374 " Add SKIPPED messages 375 call extend(s:messages, s:skipped) 377 " Append messages to the file "messages" 378 split messages [all …]
|
| H A D | Makefile | 48 $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages $(REDIR_TEST_TO_NULL) 63 rm -f [email protected] test.log messages 65 @cat messages 72 rm -f test_vim9_*.res test.log messages 74 @cat messages 88 -rm -f opt_test.vim test.log test_result.log messages 94 -rm -f test.log test_result.log messages
|
| H A D | Make_ming.mak | 46 $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages 59 -if exist messages del messages 61 @type messages 82 -@if exist messages $(DEL) messages 89 -@if exist messages $(DEL) messages 132 @if exist messages type messages
|
| H A D | Make_dos.mak | 34 $(VIMPROG) -u NONE $(NO_INITS) -S summarize.vim messages 47 -if exist messages del messages 49 @type messages 70 -if exist messages del messages 77 -if exist messages del messages 120 @if exist messages type messages
|
| H A D | test_messages.vim | 1 " Tests for :messages, :echomsg, :echoerr 19 " get last two messages 21 2messages | redraw 26 " clear messages without last one 27 1messages clear 31 " clear all messages 32 messages clear
|
| H A D | test_ruby.vim | 368 let messages = split(execute('message'), "\n") 369 call assert_equal('A message', messages[-1]) 393 let messages = GetMessages() 394 call assert_equal('"Just a test"', messages[-1]) 403 messages clear 406 let messages = GetMessages() 407 call assert_equal(0, len(messages))
|
| H A D | test_perl.vim | 201 let messages = split(execute('message'), "\n") 202 call assert_match("Can't modify negation", messages[-1]) 346 let messages = split(execute('message'), "\n") 347 call assert_match("'print' trapped by operation mask", messages[-1])
|
| H A D | test_crypt.vim | 146 …ert_match("Note: Encryption of swapfile not supported, disabling swap file", execute(':5messages')) 165 …sert_match("Note: Encryption of swapfile not supported, disabling swap file", execute(':messages')) 168 call assert_match("\[xchacha20\]", execute(':messages')) 244 call assert_match("Keys don't match!", execute(':2messages'))
|
| H A D | test_stat.vim | 132 messages clear 139 call assert_match('E211:', execute('messages'))
|
| /vim-8.2.3635/src/po/ |
| H A D | README.txt | 4 Each file contains the translation of English Vim messages for one language. 9 messages from one encoding to another. This requires that it was compiled 10 with HAVE_ICONV. The result is that the messages may be in any encoding 42 comments at the start of the file. You can also see this with the ":messages" 69 (1) Add new and changed messages from the Vim sources: 94 (3) Remove unused messages (optional) 95 Remove messages that have been marked as obsolete. 96 Such messages start with "#~". 130 To try out the messages with Vim use:
|
| H A D | README_mvc.txt | 18 translating Vim messages. 24 you are translating Vim messages to. Language codes are typically two 62 will convert untranslated messages to comments. If you have syntax 63 highlighting turned on then untranslated messages will stand out more easily. 76 If there are new or changed messages in Vim that need translating, then the 88 Now that you have a .po file you can do the translations for all messages that 91 Once you have finished translating the messages you should make sure all
|
| H A D | README_mingw.txt | 30 This will produce a new brand xx.po file with all the messages in Vim ready 32 it will comment the untranslated messages (now, all). I recommend to use 33 syntax highlighting so you can identify the untranslated messages easily. 43 (1) Add new and changed messages from the Vim sources:
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | mlang.txt | 9 This is about using messages and menus in various languages. For editing 14 1. Messages |multilang-messages| 23 1. Messages *multilang-messages* 42 With the "messages" argument the language used for 43 messages is printed. Technical: LC_MESSAGES. 68 < With the "messages" argument the language used for 69 messages is set. This can be different when you want, 70 for example, English messages while editing Japanese 78 and date messages is set. This affects strftime(). 89 the language (some messages, time and date format). [all …]
|
| H A D | various.txt | 512 :redi[r][!] > {file} Redirect messages to file {file}. The messages which 538 :redi[r] @{a-z}>> Append messages to register {a-z}. 559 command output messages will cause errors. 566 :redi[r] END End redirecting messages. 603 Only normal messages are filtered, error messages are 609 When [!] is added, error messages will also be 613 further messages to be displayed normally. 623 string without messages: > 656 The additional use of ":silent" makes messages 659 used to generate messages and check them with [all …]
|
| H A D | message.txt | 7 This file contains an alphabetical list of messages and error messages that 11 1. Old messages |:messages| 12 2. Error messages |error-messages| 13 3. Messages |messages| 16 1. Old messages *:messages* *:mes* *message-history* 18 The ":messages" command can be used to view previously given messages. This 22 :mes[sages] Show all messages. 67 2. Error messages *error-messages* *errors* 73 :messages 74 See `:messages` above. [all …]
|
| H A D | netbeans.txt | 14 4. Error Messages |netbeans-messages| 162 4. Error Messages *netbeans-messages* 280 The messages are currently sent over a socket. Since the messages are in 288 command does invoke Netbeans messages processing. 290 6.1 Kinds of messages |nb-messages| 295 6.6 Special messages |nb-special| 299 6.1 Kinds of messages *nb-messages* 301 There are four kinds of messages: 514 no save messages were displayed after a save. 821 6.6 Special messages *nb-special* [all …]
|
| H A D | quickfix.txt | 30 without having to remember all the error messages. 37 If you have the error messages in a file you can start Vim with: > 961 read the error messages: > 1461 Multi-line messages *errorformat-multi-line* 1589 Ignoring and using whole messages *efm-ignore* 1694 Filtering messages 1724 messages Vim uses the following algorithm: 1766 message or by printing "leave directory" messages. 1769 directory" messages. 1793 produces simple multi-line error messages. [all …]
|
| H A D | usr_45.txt | 8 The messages in Vim can be given in several languages. This chapter explains 26 are using. Mostly this should work fine, and you get the messages in your 42 What if you would like your messages in a different language? There are 51 that all the GUI messages and things in libraries will use the right language 59 when translated messages are not available. Vim will silently fall back to 68 You can also set the language separately for messages, edited text and the 74 If translated messages are not available for your language, you could write 90 environment is set for your language, just like with messages. You don't need
|
| H A D | channel.txt | 80 You can see the raw messages in T1. What Vim sends is: 131 "nl" - Use messages that end in a NL character 132 "raw" - Use raw messages 164 to check for messages, the close_cb may be invoked while still 168 "drop" Specifies when to drop messages: 171 "never" All messages will be kept. 218 messages to read or callbacks to invoke. 607 Use |ch_log()| to write log messages. The file is flushed 702 Note that changing the mode may cause queued messages to be 1052 messages in between, e.g. when a job sends back data [all …]
|
| H A D | remote.txt | 17 server. It accepts messages from a client and executes them. At the same 194 version compiled with OLE. Windows messages are used, this works on any 197 Since MS-Windows messages are used, any other application should be able to
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | purifylog.vim | 14 " Informational messages 26 " Warning messages 40 " Corrupting messages 49 " Fatal messages
|
| H A D | messages.vim | 2 " Language: /var/log/messages file 71 let b:current_syntax = "messages"
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | README.txt | 8 efm_filter.*: Perl script to filter compiler messages to QuickFix format. 10 efm_perl.pl: Perl script to filter error messages from the Perl interpreter 13 mve.* Awk script to filter error messages to QuickFix format.
|
| /vim-8.2.3635/src/ |
| H A D | ex_eval.c | 309 msglist_T *messages, *next; in free_msglist() local 311 messages = l; in free_msglist() 312 while (messages != NULL) in free_msglist() 314 next = messages->next; in free_msglist() 315 vim_free(messages->msg); in free_msglist() 316 vim_free(messages->sfile); in free_msglist() 317 vim_free(messages); in free_msglist() 318 messages = next; in free_msglist() 536 excp->messages = (msglist_T *)value; in throw_exception() 648 free_msglist(excp->messages); in discard_exception()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | mail.vim | 14 " Don't use modelines in e-mail messages, avoid trojan horses and nasty 18 " many people recommend keeping e-mail messages 72 chars wide
|