我做了一个简单的宏来增加 json 对象中的数字,如下所示:
{
image: 'images/2.jpg',
thumb: 'images/2-thumb.jpg',
big: 'images/2.jpg',
title: '',
description: '',
link: 'images/2.jpg'
},
和:
q, n, shift-v, down-till-end, p, move-to-numbers, c-a, return-to-top, q, 150@n
(抱歉,如果这不是在 SE 中发布 vim 宏的适当语法)
它有效,但直到 9 日才会增加。我错过了什么?
提前致谢。
编辑:
我试图达到这样的目标:
{
image: 'images/3.jpg',
thumb: 'images/3-thumb.jpg',
big: 'images/3.jpg',
title: '',
description: '',
link: 'images/3.jpg'
},
{
image: 'images/4.jpg',
thumb: 'images/4-thumb.jpg',
big: 'images/4.jpg',
title: '',
description: '',
link: 'images/4.jpg'
},
... until *nth* value