projects
/
dotfiles
/
vim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Autocommit of file /home/julien/.dotfiles/vim/.vim/plugin/vimfootnotes.vim changed...
[dotfiles/vim.git]
/
.vim
/
plugin
/
vimfootnotes.vim
diff --git
a/.vim/plugin/vimfootnotes.vim
b/.vim/plugin/vimfootnotes.vim
index
f119834
..
dbaa969
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
\<esc> O
".cr."[".g:vimfootnotemark."] "
else
exe "normal o".cr."[".g:vimfootnotemark."] "
endif