|
1 |
| -*repeat.txt* For Vim version 9.0. Last change: 2023 May 01 |
| 1 | +*repeat.txt* For Vim version 9.0. Last change: 2023 May 26 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -308,8 +308,8 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
|
308 | 308 | 'runtimepath'.
|
309 | 309 |
|
310 | 310 | If the filetype detection was not enabled yet (this
|
311 |
| - is usually done with a "syntax enable" or "filetype |
312 |
| - on" command in your .vimrc file), this will also look |
| 311 | + is usually done with a `syntax enable` or `filetype on` |
| 312 | + command in your .vimrc file), this will also look |
313 | 313 | for "{name}/ftdetect/*.vim" files.
|
314 | 314 |
|
315 | 315 | When the optional ! is added no plugin files or
|
@@ -1149,8 +1149,8 @@ Profiling should give a good indication of where time is spent, but keep in
|
1149 | 1149 | mind there are various things that may clobber the results:
|
1150 | 1150 |
|
1151 | 1151 | - The accuracy of the time measured depends on the gettimeofday(), or
|
1152 |
| - clock_gettime if available, system function. The accuracy ranges from 1/100 |
1153 |
| - second to nanoseconds. With clock_gettime the times are displayed in |
| 1152 | + clock_gettime() if available, system function. The accuracy ranges from |
| 1153 | + 1/100 second to nanoseconds. With clock_gettime() the times are displayed in |
1154 | 1154 | nanoseconds, otherwise microseconds. You can use `has("prof_nsec")`.
|
1155 | 1155 |
|
1156 | 1156 | - Real elapsed time is measured, if other processes are busy they may cause
|
|
0 commit comments