| /vim-8.2.3635/src/testdir/ |
| H A D | test_profile.vim | 71 call assert_match('^Total time:\s\+\d\+\.\d\+$', lines[3]) 72 call assert_match('^ Self time:\s\+\d\+\.\d\+$', lines[4]) 77 call assert_equal('Called 1 time', lines[10]) 78 call assert_match('^Total time:\s\+\d\+\.\d\+$', lines[11]) 417 call assert_equal('Sourced 1 time', lines[1]) 418 call assert_match('^Total time:\s\+\d\+\.\d\+$', lines[2]) 419 call assert_match('^ Self time:\s\+\d\+\.\d\+$', lines[3]) 524 call assert_equal('Called 1 time', lines[10]) 553 call assert_equal('Called 1 time', lines[2]) 580 call assert_equal("Called 1 time", lines[1]) [all …]
|
| H A D | test_channel.py | 12 import time 75 time.sleep(0.2) 83 time.sleep(0.2) 91 time.sleep(0.2) 96 time.sleep(0.01) 121 time.sleep(0.02) 219 time.sleep(0.2) 260 time.sleep(0.5)
|
| H A D | test_channel_pipe.py | 9 import time 22 time.sleep(100) 45 time.sleep(0.05) 52 time.sleep(0.05) 55 time.sleep(0.05)
|
| H A D | test_viminfo.vim | 476 call setline(1, ['time 05', 'time 10', 'time 15', 'time 20', 'time 30', 'last pos']) 496 call assert_equal('time 30', getline('.')) 500 " duplicate for 'time 30' was removed 501 call assert_equal('time 20', getline('.')) 503 call assert_equal('time 15', getline('.')) 505 call assert_equal('time 10', getline('.')) 507 call assert_equal('time 05', getline('.')) 524 call assert_equal('time 30', getline('.')) 528 " duplicate for 'time 30' was removed 529 call assert_equal('time 20', getline('.')) [all …]
|
| H A D | test_backup.vim | 12 " writing a second time (before overwriting) 29 " writing a second time (before overwriting) 45 " writing a second time (before overwriting) 65 " writing a second time (before overwriting)
|
| H A D | popupbounce.vim | 32 let time = 0.1 variable 38 let speed += time * accel 41 let speed -= time * accel
|
| H A D | test_short_sleep.py | 7 import time 11 time.sleep(0.1) # sleep 100 msec
|
| H A D | test_channel_write.py | 9 import time 18 time.sleep(0.05) # sleep 50 msec
|
| H A D | test_filechanged.vim | 52 " Only time changed 57 call assert_equal('time', g:reason) 137 " Only time changed, no prompt
|
| H A D | test_undo.vim | 19 call assert_true(d.entries[0].time <= d.time_cur) 32 call assert_true(d.entries[1].time <= d.time_cur) 46 call assert_true(d.entries[1].time == d.time_cur) 60 call assert_true(d.entries[1].time <= d.time_cur) 75 call assert_true(d.entries[1].time == d.time_cur) 161 :" Delete three other characters and go back in time with g- 339 " create undofile with timestamps older than Vim startup time.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xquery.vim | 29 …time-to-timezone adjust-time-to-timezone avg base-uri base-uri boolean ceiling codepoint-equal cod… 31 …time add-dayTimeDurations add-yearMonthDuration-to-date add-yearMonthDuration-to-dateTime add-year… 33 …\|primitive\|string\|boolean\|float\|double\|decimal\|duration\|dateTime\|time\|date\|gYearMonth\|…
|
| H A D | tmux.vim | 71 \ escape-time exit-empty activity-action assume-paste-time base-index 74 \ display-panes-time display-time exit-unattached extended-keys focus-events 75 \ history-file history-limit key-table lock-after-time lock-command 84 \ prefix2 prompt-history-limit remain-on-exit renumber-windows repeat-time
|
| H A D | gprof.vim | 22 \ end="^ time.*name\s*$" 24 \ start="^\s*%\s\+the percentage of the total running time.*" 31 \ end="^\s*index % time\s\+self\s\+children\s\+called\s\+name$"
|
| H A D | cynlib.vim | 40 syn keyword cynlibFunction time configure my_name 54 syn keyword cynlibFunction CynClock configure time
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_32.txt | 38 Note that these commands really work in time sequence. This matters if you 119 command. This moves back in time. Thus it doesn't walk the tree upwards or 128 Use |g+| to move forward in time: 149 < number changes time ~ 159 Depending on how much time you took for the changes you end up at a certain 165 To travel forward in time again use the |:later| command: >
|
| H A D | quotes.txt | 51 the only thing that doesn't break from time to time. When a new system comes 63 first UNIX I came across in 1983). In my opinion, it's about time 'VIM' 87 Boy, I thought I knew almost everything about Vim, but every time I browse the 114 a finite time t before which at least one user u in the total user space U of 152 I use Vim every day. I spend more time in Vim than in any other program... 214 Emacs takes way too much time to start up and run, it is too big and bulky for 219 From the first time I got Vim3.0, I was very enthusiastic. It has almost no 239 Vim is by far the best editor that I have used in a long time, and I have 255 I use Vim since version 3.0. Since that time, it is the ONLY editor I use,
|
| H A D | pi_spec.txt | 29 Every time you run the plugin, it will check to see if the last entry in the 66 Note that "%a %b %d %Y" is the most used time format. If you don't provide 68 time, it will ask you an email address and build the |spec_chglog_format| 104 "No" each time it detects an old release, you may disable it with >
|
| H A D | repeat.txt | 308 `:packloadall` a second time will have no effect. 542 for a long time, when making it possible to add a comment halfway a 984 Profiling means that Vim measures the time that is spent on executing 1045 2 Called 1 time ~ 1046 3 Total time: 0.155251 ~ 1047 4 Self time: 0.002006 ~ 1057 time is the time passed while the function was executing. The "Self" time is 1058 the "Total" time reduced by time spent in: 1086 line to see the time for the individual commands. 1088 - The time of the lines added up is mostly less than the time of the whole [all …]
|
| H A D | usr_25.txt | 55 while. One time, I was stopped ~ 77 while. One time, I was stopped ~ 95 time, I was stopped by the ~ 149 time, I was stopped by the ~ 164 time, I was stopped by the ~ 187 time, I was stopped by the ~ 266 file another time, with 'tabstop' set to the default value of 8, it 269 all the time. That's the standard value everywhere. 276 'tabstop' to 3. But you have to do this every time you edit this file. 285 for this. You can now write the file. Next time you edit it the indents will
|
| H A D | mlang.txt | 46 With the "time" argument the language used for 77 With the "time" argument the language used for time 89 the language (some messages, time and date format).
|
| H A D | develop.txt | 65 hard time finding and remembering them. Keep in mind that more commands and 70 - There are many first-time and inexperienced Vim users. Make it easy for 71 them to start using Vim and learn more over time. 112 - Many users start Vim from a shell very often. Startup time must be short. 113 - Commands must work efficiently. The time they consume must be as small as 174 changes will be included). You do need to spend some time learning git, 273 tm_.* POSIX, time.h 284 time shadows global declaration 534 memory use, but takes a long time. On a fast PC it takes a couple of
|
| /vim-8.2.3635/runtime/macros/life/ |
| H A D | life.vim | 49 " + idem, time running one generation. 52 " 'z' to time that many generations. 246 " Get current date (used by time a generation) 254 " Turn number on current line into edit command (used by time N generations) 258 " Delete current line and save current line (used by time N generations) 262 " Run saved line (used by time N generations)
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 32 I Implemented a "proof of concept" and measured the time to run a simple 43 | how | time in sec | 67 | how | time in sec | 157 through these stages over time, adding real class support and now 222 These are ideas, this will take time to design, discuss and implement. 226 ## Code for sum time measurements 283 ## Code for indent time measurements
|
| /vim-8.2.3635/runtime/ |
| H A D | defaults.vim | 39 set ruler " show the cursor position all the time 43 set ttimeout " time out for key codes 106 " likely a different one than last time).
|
| /vim-8.2.3635/src/ |
| H A D | README.md | 92 time.c | time and timer functions 106 When something is time critical or stepping through code is a hassle, use the 107 channel logging to create a time-stamped log file. Add lines to the code like
|