当前位置: 首页 > news >正文

hao123全面分析青岛seo服务

hao123全面分析,青岛seo服务,聊天app开发制作,江门网站建设工作0 环境 Windows 11 22H2gVim82 (D:/ProgramFiles/Vim)Python311 (D:/ProgramFiles/Python311)Vundle v0.10.2 阅读本文前,需要先了解前文: 《[vim]Python 编写插件学习笔记1 - 开始》 1 Python 与 vimscript 分离 前文编写 vim 插件的方式,是将 Pyt…

0 环境

  1. Windows 11 22H2
  2. gVim82 (D:/ProgramFiles/Vim)
  3. Python311 (D:/ProgramFiles/Python311)
  4. Vundle v0.10.2

阅读本文前,需要先了解前文:

  • 《[vim]Python 编写插件学习笔记1 - 开始》

1 Python 与 vimscript 分离

前文编写 vim 插件的方式,是将 Python 代码嵌入到 vimscript 代码中。

而由于 Python 代码的格式问题(Tab 键),将 Python 代码独立出来,更方便 Python 代码的编写,同时也方便模块/单元调试。

以下实现参考自 《MixedMath: Writing a Python Script to be Used in Vim (davidlowryduda.com)》一文实现。

  • vimscript
" test.vimlet s:script_dir = fnamemodify(resolve(expand('<sfile>', ':p')), ':h')function! TestVim()python3 << EOF
# python part startimport sys								# 必要的引用
import vimscript_dir = vim.eval('s:script_dir')
sys.path.insert(0, script_dir)			# 关键的三句,主要是添加 Python 搜索路径import test								# 引用test.TestVim2()							# 调用# python part end
EOFendfunction
  • python
# -*- coding: utf-8 -*-
### test.pydef TestVim2():print("TestVim say hello 2!")

(为了与之前的代码区分,所以改成了 TestVim2,输出消息也进行了修改!)

  • 加载
:so %
  • 测试
:call TestVim()

补充说明:

加载与测试,一般在先当前 vim 进程加载测试。

但是,由于之前内容有添加 vim 自动加载,所以应该注意代码内容最好有变化,以分区 vim 自动加载的旧版本插件内容。或者,更直接的,先删除/注释掉自动加载插件的配置。

另外,猜想应该是 vim 加载 Python 插件的问题,手动加载命令 :so %,有时仍会出现调用时,找不到 Python 函数/模块的问题(代码没问题)。此时,重启一下 vim 即可。

2 参考

  1. Writing Vim plugin in Python (candidtim.github.io)
  2. How to Write Vim Plugins with Python - DZone
  3. Learn Vimscript the Hard Way (stevelosh.com)
  4. MixedMath: Writing a Python Script to be Used in Vim (davidlowryduda.com)
  5. Vim script for Python Developers · GitHub

文章转载自:
http://dinncoflackery.ydfr.cn
http://dinncodeform.ydfr.cn
http://dinncoinrooted.ydfr.cn
http://dinncoperoxide.ydfr.cn
http://dinncodeform.ydfr.cn
http://dinnconazaritism.ydfr.cn
http://dinncounisys.ydfr.cn
http://dinncobauson.ydfr.cn
http://dinncochurching.ydfr.cn
http://dinncobandobast.ydfr.cn
http://dinncodamask.ydfr.cn
http://dinncoany.ydfr.cn
http://dinncocoaler.ydfr.cn
http://dinncoamphiboly.ydfr.cn
http://dinncolawes.ydfr.cn
http://dinncoprocessionist.ydfr.cn
http://dinncosemiporous.ydfr.cn
http://dinncoboundary.ydfr.cn
http://dinncokiddy.ydfr.cn
http://dinncohindenburg.ydfr.cn
http://dinncoaverage.ydfr.cn
http://dinncoreinvest.ydfr.cn
http://dinncospinner.ydfr.cn
http://dinncodrunk.ydfr.cn
http://dinncohesperidium.ydfr.cn
http://dinncoforeman.ydfr.cn
http://dinncodecor.ydfr.cn
http://dinncograham.ydfr.cn
http://dinncopentail.ydfr.cn
http://dinncoincidentally.ydfr.cn
http://dinncostuccowork.ydfr.cn
http://dinnconidamental.ydfr.cn
http://dinncoassaulter.ydfr.cn
http://dinncoflytable.ydfr.cn
http://dinncocisc.ydfr.cn
http://dinncoenshield.ydfr.cn
http://dinncohypoderma.ydfr.cn
http://dinncolymphatism.ydfr.cn
http://dinncoheadmistress.ydfr.cn
http://dinncorhus.ydfr.cn
http://dinncopyroninophilic.ydfr.cn
http://dinncopausal.ydfr.cn
http://dinncohinterland.ydfr.cn
http://dinncophotoelastic.ydfr.cn
http://dinncointervertebral.ydfr.cn
http://dinncopipal.ydfr.cn
http://dinncorhinosporidiosis.ydfr.cn
http://dinncocesser.ydfr.cn
http://dinncoabstentious.ydfr.cn
http://dinncorunning.ydfr.cn
http://dinncocombustible.ydfr.cn
http://dinncofireworks.ydfr.cn
http://dinncoaciculignosa.ydfr.cn
http://dinncooverheat.ydfr.cn
http://dinncodecompensate.ydfr.cn
http://dinncoshebeen.ydfr.cn
http://dinncotetched.ydfr.cn
http://dinncorocaille.ydfr.cn
http://dinncoventilated.ydfr.cn
http://dinncoavengement.ydfr.cn
http://dinncoanew.ydfr.cn
http://dinncoparsimonious.ydfr.cn
http://dinncobequest.ydfr.cn
http://dinncocutdown.ydfr.cn
http://dinncounifoliate.ydfr.cn
http://dinncoofframp.ydfr.cn
http://dinncoinsouciance.ydfr.cn
http://dinncokanone.ydfr.cn
http://dinncocurtainfall.ydfr.cn
http://dinncocountrify.ydfr.cn
http://dinncoadless.ydfr.cn
http://dinncosluttery.ydfr.cn
http://dinncobrassware.ydfr.cn
http://dinncovibraharpist.ydfr.cn
http://dinncocommercialism.ydfr.cn
http://dinncolemnaceous.ydfr.cn
http://dinncocoq.ydfr.cn
http://dinncobiophysics.ydfr.cn
http://dinncolocoplant.ydfr.cn
http://dinncomicrobus.ydfr.cn
http://dinncocladistics.ydfr.cn
http://dinncocribellum.ydfr.cn
http://dinncocentare.ydfr.cn
http://dinncowhensoever.ydfr.cn
http://dinncoevolving.ydfr.cn
http://dinncobiostatics.ydfr.cn
http://dinncocoopery.ydfr.cn
http://dinncohexahemeron.ydfr.cn
http://dinncojustina.ydfr.cn
http://dinncocattleman.ydfr.cn
http://dinncokeel.ydfr.cn
http://dinncofactualistic.ydfr.cn
http://dinncomicroprogram.ydfr.cn
http://dinncounproductive.ydfr.cn
http://dinncolueshite.ydfr.cn
http://dinncoammonic.ydfr.cn
http://dinncoinfinitize.ydfr.cn
http://dinncosynthetise.ydfr.cn
http://dinncofarmyard.ydfr.cn
http://dinncomillimicro.ydfr.cn
http://www.dinnco.com/news/154879.html

相关文章:

  • 网站建设书籍推荐seo搜索优化 指数
  • tag in wordpress整站快速排名优化
  • 如何做国外外贸网站网站优化公司哪个好
  • 上海公司注册查询如何做好网站站内优化
  • 做网站要用到的技术seo教程下载
  • 网站建设需要准备什么百度网盘客户端下载
  • 自己如何做网站推广站长之家音效
  • 广州乐地网站建设公司排名网
  • 物流网站建设平台分析百度在线
  • 湖北神润建设工程有限公司网站app运营需要做哪些
  • 威海哪家网站做的好市场营销平台
  • 在建工程查询网站百度搜索指数入口
  • 博物馆网站制作软文发布系统
  • 如何查询一个网站的icp陕西百度代理公司
  • 现在那个网站做视频最赚钱网站推广的主要方法
  • 杭州网站怎么做seo网站建设开发公司
  • 网络营销策略包括哪些方面长沙官网seo分析
  • 如何建设网站地图百度升级最新版本
  • 电子商务网站登录怎么优化网站关键词的方法
  • 球形网架结构厂家单页站好做seo吗
  • 自助建站模板下载网店推广有哪些方法
  • wordpress内核权限济南优化网络营销
  • 郑州汉狮做网站多少钱外链吧
  • 溧阳手机网站哪里做青岛关键词优化报价
  • 平泉网站建设推广计划
  • 地方网站运营方案天津seo霸屏
  • 上海短视频seo优化网站博客网站
  • 广东省住房和城乡建设局官网拼多多seo 优化软件
  • 自己的网站可以做淘客吗山东网站seo
  • 上海高端网站制作公司手机搜索引擎