aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-02-23 15:31:50 +0900
committernsfisis <nsfisis@gmail.com>2022-02-23 15:31:50 +0900
commita4a72de9af0d0a6d17944f847a4d5fed2b05d2a7 (patch)
tree8e47394a19d0341934c72704f4ba228e729a6a12 /docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
parent1b9939e183b72dfc4f73264b6bed8cc286cf374e (diff)
downloadnsfisis.github.io-a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7.tar.gz
nsfisis.github.io-a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7.tar.zst
nsfisis.github.io-a4a72de9af0d0a6d17944f847a4d5fed2b05d2a7.zip
change site domain to `blog.nsfisis.dev`
Diffstat (limited to 'docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html')
-rw-r--r--docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
index 670fa20..082c7d1 100644
--- a/docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
+++ b/docs/posts/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
@@ -20,12 +20,12 @@ https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/aut
{&#34;BufRead&#34;, EVENT_BUFREADPOST}, {&#34;BufReadCmd&#34;, EVENT_BUFREADCMD}, {&#34;BufReadPost&#34;, EVENT_BUFREADPOST}, https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/autocmd.c#L103-L105">
<meta name="author" content="">
- <link href="https://nsfisis.github.io/an-old-hope.min.css" rel="stylesheet">
- <link href="https://nsfisis.github.io/style.css" rel="stylesheet">
- <link href="https://nsfisis.github.io/custom.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/an-old-hope.min.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/style.css" rel="stylesheet">
+ <link href="https://blog.nsfisis.dev/custom.css" rel="stylesheet">
- <link rel="apple-touch-icon" href="https://nsfisis.github.io/apple-touch-icon.png">
- <link rel="icon" href="https://nsfisis.github.io/favicon.ico">
+ <link rel="apple-touch-icon" href="https://blog.nsfisis.dev/apple-touch-icon.png">
+ <link rel="icon" href="https://blog.nsfisis.dev/favicon.ico">
<meta name="generator" content="Hugo 0.88.1" />
@@ -83,7 +83,7 @@ https://github.com/vim/vim/blob/8e6be34338f13a6a625f19bcef82019c9adc65f2/src/aut
</script>
<header class="header">
<nav class="nav">
- <p class="logo"><a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></p>
+ <p class="logo"><a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></p>
</nav>
</header>
<main class="main">
@@ -171,13 +171,13 @@ FileEncoding Obsolete. It still works and is equivalent
</article></main>
<footer class="footer">
- <span>&copy; 2021 <a href="https://nsfisis.github.io">REPL: Rest-Eat-Program Loop</a></span>
+ <span>&copy; 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span>
<span>&middot;</span>
<span>Powered by <a href="https://gohugo.io/" rel="noopener" target="_blank">Hugo️️</a>️</span>
<span>&middot;</span>
<span>Theme️ <a href="https://github.com/nanxiaobei/hugo-paper" rel="noopener" target="_blank">Paper</a></span>
</footer>
-<script src="https://nsfisis.github.io/highlight.min.js"></script>
+<script src="https://blog.nsfisis.dev/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>