| /vim-8.2.3635/ |
| H A D | LICENSE | 10 II) It is allowed to distribute a modified (or extended) version of Vim, 14 2) The modified Vim must be distributed in one of the following five ways: 17 (in any way) for a copy of the modified Vim you distributed, you 30 b) If you have received a modified Vim that was distributed as 35 the modified Vim you distribute. This may be done in the form of a 39 d) When you have a modified Vim which includes changes as mentioned 48 or someone who you distributed the modified Vim to asks you (in 56 you can distribute the modified Vim under the GNU GPL version 2 or 60 is able to see that it was modified. When distributing as mentioned 67 III) If you distribute a modified version of Vim, you are encouraged to use [all …]
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_hide.vim | 23 set modified 28 set modified 36 set modified 44 set modified 52 set modified 61 set modified 70 set modified 80 set modified 90 set modified
|
| H A D | test_move.vim | 11 call assert_false(&modified) 15 call assert_false(&modified) 19 call assert_false(&modified) 23 call assert_true(&modified) 28 call assert_true(&modified) 33 call assert_true(&modified)
|
| H A D | test_winbuf_close.vim | 40 " test for :all keeping a buffer when it's modified 67 " test ":edit" failing in modified buffer when 'hidden' not set 73 " test ":edit" working in modified buffer when 'hidden' set 79 " test ":close" not hiding when 'hidden' not set in modified buffer 87 " test ":close!" does hide when 'hidden' not set in modified buffer; 108 set modified 110 set modified 112 set modified
|
| H A D | test_buffer.vim | 116 call setbufvar(b2, '&modified', 1) 242 " Test for deleting a modified buffer with :confirm 253 call assert_equal(1, &modified) 259 " Test for editing another buffer from a modified buffer with :confirm 270 call assert_equal(1, &modified) 274 call assert_equal(1, &modified) 349 " modified buffer
|
| H A D | test_swap.vim | 186 write " file is written, not modified 203 " Write the swapfile with a modified PID, now it will be automatically 213 " Now set the modified flag, the swap file will not be deleted 243 write " file is written, not modified 283 write " file is written, not modified 324 write " file is written, not modified 459 write " file is written, not modified
|
| H A D | test_prompt_buffer.vim | 22 \ ' " Reset &modified to allow the buffer to be closed.', 29 \ ' " Reset &modified to allow the buffer to be closed.', 38 \ ' " Reset &modified to allow the buffer to be closed.',
|
| H A D | test_writefile.vim | 302 " Test for writing to a file which is modified after Vim read it 316 " different. Note that on Linux/Unix, the file is considered modified 831 " If a backup file is already present, then a slightly modified filename 890 " link to the original file. The backup file should not be modified. 933 au QuitPre * call add(g:seq, 'QuitPre - ' .. (&modified ? 'modified' : 'not modified')) 937 call assert_equal(['written', 'QuitPre - not modified'], g:seq)
|
| H A D | test_cpoptions.vim | 250 " Interrupting the reading of a file will leave it modified. 722 " Test for the '+' flag in 'cpo' ('write file' command resets the 'modified' 730 call assert_equal(1, &modified) 733 call assert_equal(0, &modified) 889 " modified) 897 " :cd should fail when buffer is modified and 'cpo' contains dot.
|
| H A D | test_terminal_fail.vim | 17 call WaitFor('!&modified')
|
| H A D | test_recover.vim | 357 call assert_true(&modified) 388 call assert_false(&modified) 409 call assert_true(&modified)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | uganda.txt | 35 II) It is allowed to distribute a modified (or extended) version of Vim, 39 2) The modified Vim must be distributed in one of the following five ways: 42 (in any way) for a copy of the modified Vim you distributed, you 55 b) If you have received a modified Vim that was distributed as 60 the modified Vim you distribute. This may be done in the form of a 64 d) When you have a modified Vim which includes changes as mentioned 72 distributing the corresponding modified Vim. When the maintainer 73 or someone who you distributed the modified Vim to asks you (in 78 after last distributing the corresponding modified Vim, or as long 81 you can distribute the modified Vim under the GNU GPL version 2 or [all …]
|
| H A D | tabpage.txt | 152 modified buffers are written. Otherwise, windows that have 153 buffers that are modified are not removed, unless the [!] is 154 given, then they become hidden. But modified buffers are 235 Shows a "+" for modified buffers. 358 A "+" will be shown for a tab page that has a modified window. The number of 360 them has a modified buffer. 414 resembles the default, but without adding a + for a modified buffer or 445 windows in the tab page and a '+' if there is a modified buffer: > 451 " Add '+' if one of the buffers in the tab page is modified 453 if getbufvar(bufnr, "&modified")
|
| H A D | vimtutor.man | 13 it can be modified without changing the original file. 42 It was modified for Vim by Bram Moolenaar. For the names of the trans‐
|
| H A D | windows.txt | 51 modified since then and thus be different from the file. 402 given, then they become hidden. But modified buffers are 629 19. :[N]bmod [N] to Nth modified buf 640 39. :[N]sbmod [N] split + to Nth modified buf 682 given, then they become hidden. But modified buffers are 1050 Be careful: there may be more hidden, modified buffers! 1092 + a modified buffer 1097 + modified buffers 1111 h+ hidden buffers which are modified 1112 a+ active buffers which are modified [all …]
|
| H A D | autocmd.txt | 229 Note that the 'modified' flag is reset AFTER executing the BufReadPost 230 and BufNewFile autocommands. But when the 'modified' option was set by the 542 'modified' if successful, unless '+' is in 545 When the command resets 'modified' the undo 547 states as 'modified', like |:write| does. 757 cancelled if there is a modified buffer that 1403 au BufEnter *.foo set modified 1657 'modified' option. 1665 'modified' option. This makes it possible to exit the buffer with ":q" 1735 : exe "1," . l . "g/Last modified: /s/Last modified: .*/Last modified: " . [all …]
|
| H A D | usr_11.txt | 102 modified: YES ~ 155 modified: no ~ 195 modified: YES ~ 211 - The flag that the file was modified is not set.
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | COPYING | 54 modified by someone else and passed on, the recipients should know 107 that program using a modified version of the Library. 167 a) The modified work must itself be a software library. 169 b) You must cause the files modified to carry prominent notices 175 d) If a facility in the modified Library refers to a function or a 190 These requirements apply to the modified work as a whole. If 292 user can modify the Library and then relink to produce a modified 293 executable containing the modified Library. (It is understood 296 to use the modified definitions.) 302 will operate properly with a modified version of the library, if [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | privoxy.vim | 32 syn match privoxyAction "\%(hide-from-header\|hide-if-modified-since\|hide-referrer\|hide-user-agen… 33 syn match privoxyAction "\%(kill-popups\|limit-connect\|overwrite-last-modified\|prevent-compressio…
|
| H A D | natural.vim | 48 syn keyword naturalKeyword examine full replace giving separate delimiter modified 127 syn keyword naturalOperator and or not eq ne gt lt ge le mask scan modified
|
| /vim-8.2.3635/runtime/pack/dist/opt/editexisting/plugin/ |
| H A D | editexisting.vim | 9 " is not modified then try to find another Vim instance that is editing 70 if argc() == 1 && !&modified
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 106 imenu Set.mark modified or modified variables set -a
|
| /vim-8.2.3635/runtime/spell/fr/ |
| H A D | main.aap | 17 # fr_FR_latin1.aff modified file 18 # fr_FR_latin1.dic modified file
|
| /vim-8.2.3635/runtime/tools/ |
| H A D | emoji_list.vim | 4 if &modified
|
| /vim-8.2.3635/src/ |
| H A D | netbeans.c | 532 unsigned int modified:1; member 645 return buf_list[bufno].modified; in isNetbeansModified() 1746 buf->modified = buf->bufp->b_changed; in nb_do_cmd() 2745 nbbuf->modified = 1; in netbeans_inserted() 2797 nbbuf->modified = 1; in netbeans_removed() 2949 nbbuf->modified = 0; in netbeans_save_buffer() 2976 nbbuf->modified = 1; in netbeans_deleted_all_lines()
|