Error detected while processing function CheckFoam256 问题的解决

今天在打开OpenFOAM的constant文件的时候, vim-OpenFOAM-syntax插件遇到了如下问题:

Error detected while processing function CheckFoam256:
line    3:
E168: :finish used outside of a sourced file
Press ENTER or type command to continue

谷歌了一遍也没有找到是什么原因,估计可能是安装其他插件的时候有冲突,于是就自己尝试着修复.

修复方案如下,

首先确定了CheckFoam256这个函数的位置,

vim ~/.vim/ftdetect/scripts.vim

然后将错误提示位置的语句用"注释掉就可以了

测试之后发现问题解决了,而且不影响其他文件的语法高亮.

p.s. did_filetype()函数应该是filetype.vim里面的一个函数.具体的问题还没有深究.

?

时间: 2024-10-02 18:24:22

Error detected while processing function CheckFoam256 问题的解决的相关文章

如何解决“Error detected while processing /root/.vimrc:”

使用crontab -e添加定时任务时,遇到如下错误"Error detected while processing /root/.vimrc:": [root@~]# crontab -e Error detected while processing /root/.vimrc: line 30: E518: Unknown option: fdm=syntax line 34: E518: Unknown option: autochdir 第一种方法: 直观地,根据提示,应该是不

Error detected while processing /root/.vimrc:

       1.问题描述 在屏蔽.vimrc:中的注释行之后: $ vi ../../../.vimrc # set cursorline # set cursorcolumn # "hi CursorLine cterm=NONE ctermbg=257 # "hi CursorColumn cterm=NONE ctermbg=257  编辑当前文件内容时,总是会出现如下错误: $ vi in.thermalStress Error detected while processi

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the

Sys.Application.add_load(function() { var form = Sys.WebForms.PageRequestManager.getInstance()._form; form._initialAction = form.action = window.location.href; }); if (!document.all) { window.onbeforeunload = function() { Sys.WebForms.PageRequestMana

PHP-问题处理Fatal error: Uncaught Error: Call to undefined function simplexml_load_file()

1.问题 今天重新安装了ubuntu,PHP,MySQL,Apache,到测试CMS项目时发生一个错误: Fatal error: Uncaught Error: Call to undefined function simplexml_load_file() 2.解决: 2.1 安装php-xml: sudo apt-get install php-xml 2.2重启apache服务: sudo service apache2 restart

error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation

遇到这个问题,请打开项目的Properties(属性)------->Configuration Properties(配置属性)------>C/C++ ------>Preprocessor(预处理器)------->Preprocessor Difinitions (预处理器定义)   添加   _CRT_SECURE_NO_WARNINGS     之后点击OK.最后   应用------>确定. error C4996: 'fopen': This function

VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe

今天碰到这个问题,网上找了好久, 解决方法如下 VS2013编译protobuf报错:error C4996: 'std::_Copy_impl': Function call with parameters that may be unsafe 方法一 右键点击工程 -> 属性 -> C/C++ -> 常规 -> SDL检查 改为:否 (/sdl-) 编译 O了! 方法二 右键点击工程 -> 属性 -> C/C++ ->预处理器 添加宏定义 _SCL_SECUR

【Visual Studio】error c4996: 'fopen': This function or variable may be unsafe(转)

原文转自 http://blog.csdn.net/zhangyuehuan/article/details/12012635 [解决方案]项目 =>属性 =>c/c++  =>预处理器=>点击预处理器定义,编辑,加入_CRT_SECURE_NO_WARNINGS,即可. [Visual Studio]error c4996: 'fopen': This function or variable may be unsafe(转)

升级 MySQL 至 5.5,报错 [ERROR] Plugin 'InnoDB' init function returned error

MySQL 从 5.5 升级到 5.6,启动时报错: [ERROR] Plugin 'InnoDB' init function returned error. [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. [ERROR] Unknown/unsupported storage engine: InnoDB [ERROR] Aborting 原因:主要是没有正常关闭 mysqld 服务的情况下,对数据库参数进行改

error C4996: 'fopen': This function or variable may be unsafe.

vs2013中错误提示信息: error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1>f:\program files (x86)\microsoft visual studio 12.0\vc\i