Home
last modified time | relevance | path

Searched refs:statusline (Results 1 – 25 of 49) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_statusline.vim1 " Test 'statusline'
40 let &statusline = statusline
43 call assert_equal(statusline, &statusline)
44 set statusline=
52 let &statusline = statusline
58 set statusline=
65 set statusline=%a
98 set statusline=%f
102 set statusline=%F
127 set statusline=%k
[all …]
H A Dtest_messages.vim101 " Set custom statusline built by user-defined function.
107 set statusline=%!StatusLine()
132 " Set custom statusline built by user-defined function.
H A Dtest_autocmd.vim890 let oldval = &statusline
891 let g:options = [['statusline', oldval, oldval, oldval, 'foo', 'global', 'set']]
892 set statusline=foo
899 let g:options = [['statusline', 'foo', 'foo', 'foo', oldval, 'global', 'set']]
900 set statusline&
906 setglobal statusline=bar
911 noa set statusline& " Reset global and local value (without triggering autocmd)
913 setlocal statusline=baz
921 noa setlocal statusline=baz
922 let g:options = [['statusline', 'bar', 'baz', 'bar', 'foo', 'global', 'set']]
[all …]
H A Dtest_modeline.vim276 call s:modeline_fails('statusline', 'statusline=Something()', 'E992:')
H A Dtest_winbar.vim151 set statusline=abcde
H A Dtest_options.vim383 call assert_fails('set statusline=%$', 'E539:')
384 call assert_fails('set statusline=%{', 'E540:')
385 call assert_fails('set statusline=%(', 'E542:')
386 call assert_fails('set statusline=%)', 'E542:')
H A Dtest_terminal2.vim247 set statusline=x
275 set statusline&
H A Dtest_terminal.vim1520 " When drawing the statusline the cursor position may not have been updated
1525 " 4. 0.5 sec later: redraw, including statusline (used to trigger bug)
1530 set statusline=x
1541 set statusline=
H A Dtest_search_stat.vim288 set laststatus=2 statusline+=%{TestSearchCount()}
H A Dtest_startup.vim173 " - sum of both windows height (+ 3 for both statusline and Ex command)
207 " - window height (+ 2 for the statusline and Ex command) should be equal
H A Dtest_popupwin.vim1345 setlocal statusline=2
1352 call assert_equal(&g:statusline, getwinvar(winid, '&statusline'))
3769 set statusline=%!Statusline()
/vim-8.2.3635/runtime/syntax/
H A Deviews.vim36 …dif @errorcount @evpath exitloop for if @isobject next poff pon return statusline step stop @temp…
43 …t sort spec spike sspace statby statefinal stategraphs stateinit stats statusline stomna store str…
/vim-8.2.3635/runtime/keymap/
H A Dpolish-slash_cp852.vim13 " short keymap name for statusline
H A Dpolish-slash_iso-8859-2.vim13 " short keymap name for statusline
H A Dpolish-slash_cp1250.vim13 " short keymap name for statusline
H A Dpolish-slash_utf-8.vim13 " short keymap name for statusline
H A Desperanto_utf-8.vim14 " short keymap name for statusline
/vim-8.2.3635/runtime/doc/
H A Dvarious.txt29 Useful to update the status line(s) when 'statusline'
345 N *+byte_offset* support for 'o' flag in 'statusline' option, "go"
456 N *+statusline* Options 'statusline', 'rulerformat' and special
H A Dtabpage.txt365 For basics see the 'statusline' option. The same items can be used in the
431 See the 'statusline' option for the format of the value.
H A Doptions.txt3309 stl:c ' ' or '^' statusline of the current window
6315 screen. If the statusline is given by 'statusline' (i.e. not empty),
7350 *'statusline'* *'stl'* *E540* *E542*
7351 'statusline' 'stl' string (default empty)
7366 :set statusline=%!MyStatusLine()
7372 context of the window that the statusline belongs to.
7483 :set statusline=...%(\ [%M%R%H]%)...
7499 evaluating 'statusline' |textlock|.
7516 :set statusline=%<%f\ %h%m%r%=%-14.(%l,%c%V%)\ %P
7518 :set statusline=%<%f%h%m%r%=%b\ 0x%B\ \ %l,%c%V\ %P
[all …]
H A Dprint.txt197 option is defined in the same way as the 'statusline' option. If Vim has not
198 been compiled with the |+statusline| feature, this option has no effect and a
H A Dversion6.txt286 'statusline' no longer have a leading space.
708 active. Show this text in the default statusline too.
1220 The %m and %M items in 'statusline' show a '-'.
5478 using the 'statusline' option or when 'buftype' is "nofile".
6266 statusline. (Yasuhiro Matsumoto)
6512 statusline. (Robert M. Nowotniak)
6585 statusline. (Robert M. Nowotniak)
9132 statusline item like there is no room.
9398 Solution: Remove the default maximum (also for 'statusline').
12330 statusline. (Andrew Pimlott)
[all …]
H A Dhelphelp.txt362 two single quotes, eg. 'statusline'
/vim-8.2.3635/src/
H A Dwindow.c54 static void last_status_rec(frame_T *fr, int statusline);
6519 last_status_rec(frame_T *fr, int statusline) in last_status_rec() argument
6527 if (wp->w_status_height != 0 && !statusline) in last_status_rec()
6534 else if (wp->w_status_height == 0 && statusline) in last_status_rec()
6569 last_status_rec(fp, statusline); in last_status_rec()
6576 last_status_rec(fp, statusline); in last_status_rec()
/vim-8.2.3635/runtime/
H A Doptwin.vim475 if has("statusline")
476 call <SID>AddOption("statusline", gettext("alternate format to be used for a status line"))
737 if has("statusline")

12