aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/page/2/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/page/2/index.html')
-rw-r--r--docs/posts/page/2/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index 7448a90..7487333 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -32,6 +32,18 @@
<article class="post-entry">
<header class="entry-header">
+ <h2>[Vim] autocmd events の BufWrite/BufWritePre の違い</h2>
+ </header>
+ <section class="entry-content">
+ <p>Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。</p>
+ </section>
+ <footer class="entry-footer">
+ Posted on <time>2021-10-02</time>
+ </footer>
+ <a class="entry-link" href="https://blog.nsfisis.dev/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/"></a>
+</article>
+<article class="post-entry">
+ <header class="entry-header">
<h2>[Python] クロージャとUnboundLocalError: local variable &#39;x&#39; referenced before assignment</h2>
</header>
<section class="entry-content">