projects
/
dotfiles
/
vim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd54aa
)
Autocommit of file /home/julien/.dotfiles/vim/.vim/plugin/vimfootnotes.vim changed...
author
Julien Valroff
<julien@kirya.net>
Sat, 17 Dec 2011 09:25:23 +0000
(10:25 +0100)
committer
Julien Valroff
<julien@kirya.net>
Sat, 17 Dec 2011 09:25:23 +0000
(10:25 +0100)
.vim/plugin/vimfootnotes.vim
patch
|
blob
|
history
diff --git
a/.vim/plugin/vimfootnotes.vim
b/.vim/plugin/vimfootnotes.vim
index
f119834
..
3a57e45
100644
(file)
--- a/
.vim/plugin/vimfootnotes.vim
+++ b/
.vim/plugin/vimfootnotes.vim
@@
-256,7
+256,7
@@
function! s:VimFootnotes(appendcmd)
:below 4split
normal G
if search("^-- $", "bW")
- exe "normal
O
".cr."[".g:vimfootnotemark."] "
+ exe "normal
o
".cr."[".g:vimfootnotemark."] "
else
exe "normal o".cr."[".g:vimfootnotemark."] "
endif