@@ -430,6 +430,11 @@ Macros are not saved in transaction log (expanded before saving).
430
430
431
431
### lock.json operators
432
432
433
+ * ` [" lockjson/write" ] void`
434
+ * Writes lock.json to a file
435
+ * e.g.
436
+ * ` [" $invert" , [" lockjson/write" ]]` = ` [" lockjson/write" ]`
437
+
433
438
* ` [" lockjson/add" , repos Repos , profiles []string ]`
434
439
* Add ` repos` information to ` repos[]` array in lock.json.
435
440
If ` profiles` is not empty, the repository name is added to
@@ -472,6 +477,14 @@ Macros are not saved in transaction log (expanded before saving).
472
477
* ` [" plugconf/delete" , " github.com/tyru/caw.vim" ]`
473
478
* ` [" $invert" , [" plugconf/delete" , path]]` = ` [" plugconf/install" , [" $invert" , path]]`
474
479
480
+ ### Migration operators
481
+
482
+ * ` [" migrate/plugconf/config-func" ] void`
483
+ * Converts ` s:config ()` function name to ` s:on_load_pre ()` in all plugconf files.
484
+ * See ` volt migrate -help plugconf/config-func ` for the details.
485
+ * e.g.
486
+ * ` [" $invert" , [" migrate/plugconf/config-func" ]]` = ` [" migrate/plugconf/config-func" ]`
487
+
475
488
### Vim directory operators
476
489
477
490
* ` [" vimdir/with-install" , paths " all" | []ReposPath , expr Expr [* => R ]] R `
@@ -482,7 +495,7 @@ Macros are not saved in transaction log (expanded before saving).
482
495
* See "Why ` vimdir/install` and ` vimdir/uninstall` operators do not exist?"
483
496
section
484
497
485
- ### Why ` vimdir/install` and ` vimdir/uninstall` operators do not exist?
498
+ #### Why ` vimdir/install` and ` vimdir/uninstall` operators do not exist?
486
499
487
500
We'll describe why ` vimdir/install` and ` vimdir/uninstall` operators do not
488
501
exist, and ` vimdir/with-install` exists instead.
0 commit comments