| /vim-8.2.3635/runtime/syntax/ |
| H A D | hitest.vim | 17 let s:shortmess = &shortmess 23 set hidden lazyredraw nomore report=99999 shortmess=aoOstTW wrapscan 136 let &shortmess = s:shortmess 146 unlet s:hidden s:lazyredraw s:more s:report s:shortmess
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_search_stat.vim | 1 " Tests for search_stats, when "S" is not in 'shortmess' 8 set shortmess-=S 71 set shortmess+=S 83 set shortmess-=S 256 set shortmess+=S 277 set shortmess-=S 305 set shortmess-=S 334 set shortmess-=S 363 set shortmess-=S
|
| H A D | test_buffer.vim | 226 set shortmess+=F 232 set shortmess&
|
| H A D | test_options.vim | 709 set shortmess+=F 713 set shortmess-=F 716 set shortmess& 725 set shortmess+=F 740 set shortmess&
|
| H A D | test_registers.vim | 170 set shortmess=q 173 set shortmess&
|
| /vim-8.2.3635/src/po/ |
| H A D | fixfilenames.vim | 4 set shortmess+=A
|
| H A D | tojavascript.vim | 6 set shortmess+=A
|
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 607 return shortmess(SHM_NEW) ? _("[New]") : _("[New File]"); in new_file_message() 1013 if (shortmess(SHM_OVER) && !exiting) in buf_write() 2407 if (!shortmess(SHM_WRITE)) in buf_write() 2410 STRCAT(IObuff, shortmess(SHM_WRI) ? _(" [a]") : _(" appended")); in buf_write() 2412 STRCAT(IObuff, shortmess(SHM_WRI) ? _(" [w]") : _(" written")); in buf_write()
|
| H A D | fileio.c | 77 if (shortmess(SHM_OVERALL) && !exiting && p_verbose == 0) in filemess() 315 if ((shortmess(SHM_OVER) || curbuf->b_help) && p_verbose == 0) in readfile() 2446 STRCAT(IObuff, shortmess(SHM_RO) ? _("[RO]") : _("[readonly]")); in readfile() 3065 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[dos]") : _("[dos format]")); in msg_add_fileformat() 3071 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[mac]") : _("[mac format]")); in msg_add_fileformat() 3077 STRCAT(IObuff, shortmess(SHM_TEXT) ? _("[unix]") : _("[unix format]")); in msg_add_fileformat() 3099 if (shortmess(SHM_LINES)) in msg_add_lines() 3118 STRCAT(IObuff, shortmess(SHM_LAST) ? _("[noeol]") : _("[Incomplete last line]")); in msg_add_eol()
|
| H A D | search.c | 1101 if (!shortmess(SHM_SEARCH) && (options & SEARCH_MSG)) in searchit() 1391 (!cmd_silent || !shortmess(SHM_SEARCHCOUNT))) in do_search() 1423 if (!shortmess(SHM_SEARCHCOUNT) || cmd_silent) in do_search() 1558 if (!shortmess(SHM_SEARCH) in do_search() 1620 && !shortmess(SHM_SEARCHCOUNT) in do_search() 1700 if (!shortmess(SHM_SEARCH)) in search_for_exact_line() 1714 if (!shortmess(SHM_SEARCH)) in search_for_exact_line() 4111 if (shortmess(SHM_SEARCHCOUNT)) // 'shortmess' contains 'S' flag in f_searchcount()
|
| H A D | buffer.c | 251 if (shortmess(SHM_FILEINFO)) in open_buffer() 1128 if (shortmess(SHM_FILEINFO)) in handle_swap_exists() 1839 if (!msg_silent && !shortmess(SHM_FILEINFO)) in enter_buffer() 3692 curbufIsChanged() ? (shortmess(SHM_MOD) in fileinfo() 3705 curbuf->b_p_ro ? (shortmess(SHM_RO) ? _("[RO]") in fileinfo() 3742 !shortmess(SHM_FILE)); in fileinfo()
|
| H A D | insexpand.c | 2124 if (!shortmess(SHM_COMPLETIONMENU)) in ins_compl_prep() 4016 if (!shortmess(SHM_COMPLETIONMENU)) in ins_complete() 4229 if (!shortmess(SHM_COMPLETIONMENU)) in ins_complete()
|
| H A D | ex_cmds.c | 1826 if (*eap->arg == NUL || !shortmess(SHM_FILEINFO)) in ex_file() 3156 if (shortmess(SHM_OVERALL) && !exiting && p_verbose == 0) in do_ecmd() 3164 if (!shortmess(SHM_FILEINFO)) in do_ecmd()
|
| H A D | netbeans.c | 3428 STRCAT(IObuff, shortmess(SHM_RO) ? _("[RO]") : _("[readonly]")); in print_read_msg() 3433 STRCAT(IObuff, shortmess(SHM_LAST) ? _("[noeol]") in print_read_msg()
|
| H A D | message.c | 203 if ((!msg_scroll && !need_wait_return && shortmess(SHM_TRUNCALL) in msg_strtrunc() 938 if ((force || (shortmess(SHM_TRUNC) && !exmode_active)) in msg_may_trunc()
|
| H A D | screen.c | 4185 if (edit_submode != NULL && !shortmess(SHM_COMPLETIONMENU)) in showmode() 4368 if (!shortmess(SHM_RECORDING)) in recording_mode()
|
| H A D | spell.c | 1454 if (!shortmess(SHM_SEARCH)) in spell_move_to() 1471 if (!shortmess(SHM_SEARCH)) in spell_move_to()
|
| /vim-8.2.3635/src/proto/ |
| H A D | option.pro | 66 int shortmess(int x);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | howto.txt | 84 |'shortmess'| avoid |hit-enter| prompts
|
| H A D | usr_11.txt | 294 'shortmess' option. But it's very unusual that you need this.
|
| H A D | message.txt | 20 depends on the 'shortmess' option. 831 - Add flags to 'shortmess'.
|
| H A D | editing.txt | 61 modified, read errors, new file). See the 'shortmess' 65 'shortmess' indicates this. 184 is in 'shortmess'. 802 If 'shortmess' contains 'f' it will be
|
| H A D | pattern.txt | 155 When 'shortmess' does not include the "S" flag, Vim will automatically show an 278 switched off by setting the 's' flag in the 'shortmess' option. The highlight
|
| H A D | version5.txt | 688 'shortmess' Added 'I' flag to avoid the intro message. 2401 'O' flag in 'shortmess': message for reading a file overwrites any previous 3487 Added 'T' flag to 'shortmess': Truncate all messages that would cause the 3489 The 'O' flag in 'shortmess' now also applies to quickfix messages, e.g., from 3492 The default for 'shortmess' is now "filnxtToO", to make most messages fit on 3497 Some messages are shown fully, even when 'shortmess' tells to shorten
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 723 call <SID>AddOption("terse", gettext("add 's' flag in 'shortmess' (don't show search message)")) 725 call <SID>AddOption("shortmess", gettext("list of flags to make messages shorter"))
|