当前位置:网站首页>vim simple save window id
vim simple save window id
2022-08-11 00:49:00 【fqbqrr】
Save with script
variable.
fun! Ts()let i=win_getid()call Sgid(i)echo Ggid()endf
Sgid(i)
is just a script variable
. It is returned by Ggid()
. Similarly, it can be returned by scriptVariables
pass values between windows!
You can pass data arbitrarily:
fun! Ts()let i= [2,4,4]call Zwsj(i)echo Gwsj()let s={"333":33}call Zwsj(s)echo Gwsj()endf
边栏推荐
- 【pypdf2】合并PDF、旋转、缩放、裁剪、加密解密、添加水印
- Based on the SSM to reach the phone sales mall system
- Dump文件生成,内容,以及分析
- "NIO Cup" 2022 Nioke Summer Multi-School Training Camp 3 DF Problem Solving
- “蔚来杯“2022牛客暑期多校训练营2 DGHJKL题解
- SystemVerilog: 验证知识点点滴滴
- 微信小程序获取当前页面的url和参数
- 两个数组的交集
- Use mysql statement to operate data table (table)
- #yyds干货盘点#【愚公系列】2022年08月 Go教学课程 008-数据类型之整型
猜你喜欢
【ASM】字节码操作 ClassWriter COMPUTE_FRAMES 的作用 与 visitMaxs 的关系
J9 Digital Theory: DAO governance is more like an ecological process: governance is native to the network and continues to evolve
Distributed. Performance optimization
“蔚来杯“2022牛客暑期多校训练营3 DF题解
软件测试证书(1)—— 软件评测师
BEVDepth: Acquisition of Reliable Depth for Multi-view 3D Object Detection 论文笔记
Software Testing Certificate (1) - Software Evaluator
ADC和DAC记录
Word set before the title page
[Excel knowledge and skills] Convert "false" date to "true" date format
随机推荐
postgresql参数意义
【.NET Core】使用 NPOI 读写Excel 文件
3d打印出现stl文件物体不是流形,意味着不是水密体...解决办法
ArcGIS Pro 创建tpk
Two-dimensional array combat project -------- "Minesweeper Game"
Apache Commons Configuration远程代码执行漏洞(CVE-2022-33980)分析&复现
Elastic scaling of construction resources
地下管廊可视化管理系统搭建
Lens filter---about day and night dual-pass filter
HW-蓝队工作流程(1)
Exceptions and exception handling mechanisms
C# JObject解析JSON数据
rhel7.0解决yum无法使用(system is not registered to Red Hat Subscription Management)
【mysql】mysql分别按年/月/日/周分组统计数据
① 数据库介绍 及 关系型数据库的关系代数表达式
word 设置标题前分页
“蔚来杯“2022牛客暑期多校训练营4 ADHK题解
关于科研学习中的几个问题:如何看论文?如何评价工作?如何找idea?
Volatile和CAS
20张图,全面掌握MVCC原理!