在 LESS (Less CSS) 中启用 --watch 使 Vim 在当前 .less 文件中显示只读警告
我启用 --watch: lessc style.less --watch
每次我尝试在 style.less
文件中保存某些内容时,Vim 都会显示以下消息:
E505 "...style.less is read-only" (add ! to override)
每次 想要保存文件,我必须输入 :w!
有消除只读的建议吗?
Everytime I enable --watch: lessc style.less --watch
Vim displays the following message every time I try to save something in the style.less
file:
E505 "...style.less is read-only" (add ! to override)
So everytime I want to save the file I have to type :w!
Any suggestions to eliminate the read-only?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法重现这个。
我只能说,尝试一下 vim :
或者
如果不起作用,请查看文件的右侧。
可能跟少一点关系都没有。
I cannot reproduce this.
All I can say is, try on vim :
or
If nothing works, have a look on the file's right.
It may have nothing to do with less.