当前位置:网站首页>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()endfSgid(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边栏推荐
- ABP中的数据过滤器
- How engineers treat open source
- 16. 最接近的三数之和
- Web APIs BOM - A Comprehensive Case of Operating Browsers
- BEVDepth: Acquisition of Reliable Depth for Multi-view 3D Object Detection 论文笔记
- 复制带随机指针的链表——LeetCode
- dump_stack()
- YOLOv5的Tricks | 【Trick12】YOLOv5使用的数据增强方法汇总
- 云原生-FRP内网穿透(详解)使用云服务器将内网集群服务暴露至公网(二)
- HW-蓝队工作流程(1)
猜你喜欢
随机推荐
[Excel knowledge and skills] Convert "false" date to "true" date format
SystemVerilog: 验证知识点点滴滴
Elastic scaling of construction resources
sed of the Three Musketeers of Shell Programming
“蔚来杯“2022牛客暑期多校训练营4 ADHK题解
Kunpeng compilation and debugging and basic knowledge of native development tools
YOLOv5的Tricks | 【Trick12】YOLOv5使用的数据增强方法汇总
networkmanager无法打开
小程序onPageNotFound的坑
J9 Digital Theory: DAO governance is more like an ecological process: governance is native to the network and continues to evolve
关于科研学习中的几个问题:如何看论文?如何评价工作?如何找idea?
The SAP ABAP JSON format data processing
Based on the SSM to reach the phone sales mall system
② 关系数据库标准语言SQL 数据定义(创建、修改基本表)、数据更新(增删改)
20张图,全面掌握MVCC原理!
Two-dimensional array combat project -------- "Minesweeper Game"
成功解决TypeError: can‘t multiply sequence by non-int of type ‘float‘
Analysis of LENS CRA and SENSOR CRA Matching Problems
详谈二叉搜索树
微信小程序通过URL Scheme动态的渲染数据








