<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vim on Margrop Blog</title>
    <link>https://blog.margrop.net/en/tag/vim/</link>
    <description>Recent content in Vim on Margrop Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 15 May 2021 16:27:00 +0800</lastBuildDate>
    <atom:link href="https://blog.margrop.net/en/tag/vim/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Vim opens the file with Chinese garbled characters</title>
      <link>https://blog.margrop.net/en/post/vim-open-files-messy-code-solution/</link>
      <pubDate>Sat, 15 May 2021 16:27:00 +0800</pubDate>
      <guid>https://blog.margrop.net/en/post/vim-open-files-messy-code-solution/</guid>
      <description>Solution Edit the ~/.vimrc file (create it manually if it doesn’t exist) and add the following lines set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=utf-8 set encoding=utf-8 </description>
    </item>
  </channel>
</rss>
