• R/O
  • SSH

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂28c7ce456087470c1519d9d3d5488a440bee46fb (tree)
時間2023-04-26 05:15:02
作者badcoff33
Commiterbadcoff33

Log Message

fixed line continuation

Change Summary

差異

diff -r 9aeb4a653cee -r 28c7ce456087 after/ftplugin/rst_preview.vim
--- a/after/ftplugin/rst_preview.vim Tue Apr 25 12:18:39 2023 +0200
+++ b/after/ftplugin/rst_preview.vim Tue Apr 25 22:15:02 2023 +0200
@@ -35,7 +35,7 @@
3535 \ cmd: b:rst_command,
3636 \ background: v:true,
3737 \ no_write: v:true
38- })
38+ \ })
3939 endif
4040 endfunction
4141