| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_21.txt | 392 properties for one window only, use a view. 393 The use of a view is for when you want to edit a file in a specific way. 395 defined a few folds. Just like with sessions, you can remember this view on 397 the view of each window. 399 for the view file. You can restore the view when you later edit the same 400 file. To store the view for the current window: > 404 Vim will decide where to store the view. When you later edit the same file 405 you get the view back with this command: > 412 store this view with: > 429 you choose. This view can be loaded while editing another file. Vim will [all …]
|
| H A D | usr_28.txt | 66 To view the text again, open the fold by typing: > 88 Suppose you have created several folds, and now want to view all the text. 195 This will store the settings and other things that influence the view on the 197 When you come back to the same file later, you can load the view again: > 202 setup as the third view and load the second view: > 253 This gives a very quick way of "zooming out" to view the structure of the
|
| H A D | rileft.txt | 29 solution to these languages. Bidi offers the user the ability to view 44 is per window, so it is possible to view the same file in right-to-left
|
| H A D | scroll.txt | 152 zl Move the view on the text [count] characters to the 157 zh Move the view on the text [count] characters to the 162 zL Move the view on the text half a screenwidth to the 167 zH Move the view on the text half a screenwidth to the
|
| H A D | starting.txt | 99 view vim -R Start in read-only mode (see |-R|). *view* 104 rview vim -RZ Like "view", but in restricted mode. *rview* 120 alias view vim -R 232 the executable "view" has the same effect as the -R argument. 377 impossible. Handy if you want to view or edit a file on a 1313 *View* *view-file* 1398 "$VIM/vimfiles/view" then "view" is created in 1401 |:loadview| to load this view again. 1416 When storing the view as part of a session and "options" is in 1442 omitted, the view stored with ":mkview" is loaded. [all …]
|
| H A D | diff.txt | 14 2. Viewing diffs |view-diffs| 152 2. Viewing diffs *view-diffs* 174 Since 'diff' is a window-local option, it's possible to view the same buffer 176 possible to view the changes you have made to a buffer since the file was
|
| H A D | russian.txt | 17 Russian language is supported perfectly well in Vim. You can type and view
|
| H A D | usr_11.txt | 232 may want to view the file read-only, or quit. On multi-user systems, if you 240 You may want to view the file read-only at first (if you can), to see the 252 O Open the file readonly. Use this when you just want to view the file and
|
| H A D | vim.man | 15 view 78 view Start in read-only mode. You will be protected from writing 392 view and set options.
|
| H A D | arabic.txt | 16 It is best to view this file with these settings within Vim's GUI: > 47 orientation is per window, so it is possible to view the same
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pine.vim | 250 syn keyword pineOption enable-msg-view-addresses 251 syn keyword pineOption enable-msg-view-attachments 252 syn keyword pineOption enable-msg-view-forced-arrows 253 syn keyword pineOption enable-msg-view-urls 254 syn keyword pineOption enable-msg-view-web-hostnames 268 syn keyword pineOption expanded-view-of-addressbooks 269 syn keyword pineOption expanded-view-of-distribution-lists 270 syn keyword pineOption expanded-view-of-folders
|
| H A D | dirpager.vim | 17 " Usage: $ ls -la | view -c "set ft=dirpager" -
|
| H A D | neomuttrc.vim | 645 \ 'edit-newsgroups', 'edit-or-view-raw-message', 'edit-raw-message', 'edit-reply-to', 683 \ 'vfolder-window-forward', 'view-attachments', 'view-attach', 'view-file', 'view-mailcap', 684 \ 'view-name', 'view-raw-message', 'view-text', 'what-key', 'write-fcc'
|
| H A D | esqlc.vim | 30 syntax keyword esqlcKeyword unique user validate values view whenever
|
| H A D | kwt.vim | 23 " avoid unparsing rule sth:view being scanned as label
|
| H A D | sqlj.vim | 32 syn keyword sqljKeyword unique user validate values view whenever
|
| /vim-8.2.3635/src/ |
| H A D | gui_haiku.cc | 2077 if (view == NULL) in VimDialog() 2083 AddChild(view); in VimDialog() 2086 view->InitIcon(type); in VimDialog() 2102 view->AddChild(button); in VimDialog() 2820 AddChild(&view); in GetPictureFromBitmap() 2821 view.BeginPicture(pictureTo); in GetPictureFromBitmap() 2824 view.FillRect(view.Bounds()); in GetPictureFromBitmap() 2839 view.BeginLineArray(4); in GetPictureFromBitmap() 2844 view.EndLineArray(); in GetPictureFromBitmap() 2847 view.EndPicture(); in GetPictureFromBitmap() [all …]
|
| H A D | config.mk.dist | 5 VIEWNAME = view
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | eiffel.vim | 64 let view = winsaveview() 70 call winrestview(view)
|
| /vim-8.2.3635/READMEdir/ |
| H A D | Contents | 19 Xxd Hex dumper and reader. Can be used to view files as hex, edit
|
| /vim-8.2.3635/src/testdir/ |
| H A D | view_util.vim | 1 " Functions about view shared by several tests
|
| H A D | test_mksession.vim | 607 " Create a view with line number and a fold. 626 " Creating a view again with the same file name should fail (file 627 " already exists). But with a !, the previous view should be 654 " The directory Xviewdir/ should have been created and the view
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | sqlcomplete.vim | 20 " - NF: If resetting the cache and table, procedure or view completion 222 \ compl_type =~ 'column\|table\|view\|procedure' 246 \ compl_type =~ '\<\(table\|view\|procedure\|column\|column_csv\)\>' && 290 \ compl_type == 'view' 485 call DB_DictionaryDelete("view")
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 208 let view = winsaveview() 226 call winrestview(view) 649 let view = winsaveview() 681 return view
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | erlang.vim | 921 " From the indentation point of view, the keyword 1225 " - From the indentation point of view, the keyword 1252 " - From the indentation point of view, the keyword 1293 " - From the indentation point of view, the keyword 1317 " Pass: From the indentation point of view, the keyword
|