博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
neovim 计划
阅读量:6353 次
发布时间:2019-06-22

本文共 561 字,大约阅读时间需要 1 分钟。

hot3.png

all about neovim

以项目的形式研究,而不是单纯的代码片段

  • makefile
    • cmake
  • c build system
  • lua test framework
    • busted
  • gdb
  • BNF, ABNF

2015-08-05

由 test 入手,functional test 最先

2015-08-18

test/functional/helpers.lua

local Loop = require('nvim.loop')local MsgpackStream = require('nvim.msgpack_stream')local AsyncSession = require('nvim.async_session')local Session = require('nvim.session')

test/functional/helpers.lua require 了几个和 nvim 有关的模块(文件), 可以通过 .deps/usr/bin/busted 找到他们, busted 文件是一行简单的 shell 脚本, 定义了 lua 的 package.path, 加载 busted 模块等

转载于:https://my.oschina.net/xieyunzi/blog/488429

你可能感兴趣的文章
函数为左边表达式
查看>>
2015.06.04 工作任务与心得
查看>>
icinga2使用587端口发邮件
查看>>
hpasmcli查看HP服务器内存状态
查看>>
【14】Python100例基础练习(1)
查看>>
boost bind使用指南
查看>>
使用ntpdate更新系统时间
查看>>
Android M 特性 Doze and App Standby模式详解
查看>>
IE FF(火狐) line-height兼容详解
查看>>
谷歌Pixel 3吸引三星用户, 但未动摇iPhone地位
查看>>
VUE中使用vuex,cookie,全局变量(少代码示例)
查看>>
grep -w 的解析_学习笔记
查看>>
TX Text Control文字处理教程(3)打印操作
查看>>
CENTOS 7 如何修改IP地址为静态!
查看>>
MyCat分片算法学习(纯转)
查看>>
IO Foundation 3 -文件解析器 FileParser
查看>>
linux学习经验之谈
查看>>
mysqld_multi实现多主一从复制
查看>>
中介模式
查看>>
JS中将变量转为字符串
查看>>