update vim.txt

pull/16/head
skywind3000 7 years ago
parent 8847b5c18b
commit 0cd1d0d4a6

@ -233,6 +233,10 @@ i' 单引号内
a' 单引号内(包含单引号本身)
i" 双引号内
a" 双引号内(包含双引号本身)
2i) 往外两层小括号内
2a) 往外两层小括号内(包含小括号本身)
2f) 到第二个小括号处
2t) 到第二个小括号前
##############################################################################

@ -11,4 +11,4 @@
print("Hello, World !!") -- 基本输出
print("Hi" .. " You !!") -- 字符串链接
print(type(0) .. " " .. type('')) -- 输出类型
print(type('')) -- 输出类型

Loading…
Cancel
Save