<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/136/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>vimscript</title>
    <link>http://tech.saigonist.com/taxonomy/term/136/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>List of all Vim script events</title>
    <link>http://tech.saigonist.com/b/code/list-all-vim-script-events</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;April 5, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/vim&quot;&gt;vim&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/vimscript&quot;&gt;vimscript&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;To get an idea of what Vimscript is capable of, take a look at all the events it can react to because basically your script won&#039;t do much except when something happens (usually caused by the user) and your script reacts. For example, do something when opening a file, or highlighting a word, or hitting some trigger key. You don&#039;t want your script to just be running constantly in a loop in the background, and you also don&#039;t want it to stall Vim during its handling of events, including at startup. If you go through Vim&#039;s built-in documentation you can find the list of events but I&#039;ve created...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 05 Apr 2016 10:40:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">87 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
