• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Révision555f91f67e3b4d2cba5e80cf15e9d16876bad213 (tree)
l'heure2018-12-10 17:31:30
AuteurMarkus Prepens <markus.prepens@gmai...>
CommiterMarkus Prepens

Message de Log

OneMoreThing uses a new line for each entry

Change Summary

Modification

--- a/autoload/init.vim
+++ b/autoload/init.vim
@@ -148,6 +148,9 @@ function! init#OneMoreThing()
148148 execute "buffer " . g:one_more_thing_file
149149 endif
150150 normal G
151+ if len(getline('.')) > 0
152+ put=''
153+ endif
151154 if empty(l:reference)
152155 put=printf('## %s', l:comment)
153156 else