-
Notifications
You must be signed in to change notification settings - Fork 26
Comparing changes
Open a pull request
base repository: dsanson/vim-pandoc
base: master
head repository: vim-pandoc/vim-pandoc-legacy
compare: master
Commits on Aug 26, 2011
-
Configuration menu - View commit details
-
Copy full SHA for e69a6e6 - Browse repository at this point
Copy the full SHA e69a6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a273a - Browse repository at this point
Copy the full SHA f1a273aView commit details
Commits on Aug 27, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 4d608ab - Browse repository at this point
Copy the full SHA 4d608abView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0359c - Browse repository at this point
Copy the full SHA df0359cView commit details -
Tweaked commands output buffer. Reduced replication in the commands code.
Configuration menu - View commit details
-
Copy full SHA for cb782a9 - Browse repository at this point
Copy the full SHA cb782a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efb154 - Browse repository at this point
Copy the full SHA 3efb154View commit details -
rewrote open_uri command in python, because the original failed with …
…an error regarding "flush". The new procedure is platform independent.
Configuration menu - View commit details
-
Copy full SHA for 7d1af6a - Browse repository at this point
Copy the full SHA 7d1af6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef4e01 - Browse repository at this point
Copy the full SHA 7ef4e01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 861856b - Browse repository at this point
Copy the full SHA 861856bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a19acff - Browse repository at this point
Copy the full SHA a19acffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d31e9 - Browse repository at this point
Copy the full SHA 29d31e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f34969 - Browse repository at this point
Copy the full SHA 6f34969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37625ba - Browse repository at this point
Copy the full SHA 37625baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d6511c - Browse repository at this point
Copy the full SHA 9d6511cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd34cec - Browse repository at this point
Copy the full SHA fd34cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c47e66d - Browse repository at this point
Copy the full SHA c47e66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d68dafc - Browse repository at this point
Copy the full SHA d68dafcView commit details
Commits on Aug 28, 2011
-
Configuration menu - View commit details
-
Copy full SHA for fa3ab57 - Browse repository at this point
Copy the full SHA fa3ab57View commit details -
Fixing issue #1 (vim-pandoc/vim-pandoc#1): Adding support for folding…
… on setext-style headers. Fix provided by https://github.com/mavenaut
Configuration menu - View commit details
-
Copy full SHA for 664964d - Browse repository at this point
Copy the full SHA 664964dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd6110 - Browse repository at this point
Copy the full SHA 5dd6110View commit details -
Configuration menu - View commit details
-
Copy full SHA for 990abc8 - Browse repository at this point
Copy the full SHA 990abc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e40d7b - Browse repository at this point
Copy the full SHA 3e40d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a0e5a - Browse repository at this point
Copy the full SHA c5a0e5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd5e6f - Browse repository at this point
Copy the full SHA dfd5e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e7f26e - Browse repository at this point
Copy the full SHA 1e7f26eView commit details -
Functions and global variables are defined in plugin/pandoc.vim. ftplugin/pandoc.vim only sets local configurations.
Configuration menu - View commit details
-
Copy full SHA for 80933cc - Browse repository at this point
Copy the full SHA 80933ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7f52b - Browse repository at this point
Copy the full SHA 3f7f52bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc0f437 - Browse repository at this point
Copy the full SHA bc0f437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec3cb2 - Browse repository at this point
Copy the full SHA 1ec3cb2View commit details -
Square parenthesis in a file won't be
highlighted unless they have matching reference definitions and will be turned into links by pandoc.
Configuration menu - View commit details
-
Copy full SHA for 7590907 - Browse repository at this point
Copy the full SHA 7590907View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2b21e2 - Browse repository at this point
Copy the full SHA a2b21e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8e9ce - Browse repository at this point
Copy the full SHA ef8e9ceView commit details
Commits on Aug 29, 2011
-
Created pandoc_go_to_ref(), which implements a more reliable way of g…
…oing to a reference than the old mapping. Changed <localleader>fr to <localleader>gr. Updated pandoc_open_uri() so it works fine when there is more than 1 link in the current line. Removed <localleader> wr, because its functionality is implemented by pandoc_open_uri(). Made the local mappings silent.
Configuration menu - View commit details
-
Copy full SHA for 97e5719 - Browse repository at this point
Copy the full SHA 97e5719View commit details -
Added pandoc_go_back_from_ref(), to return from a reference declarati…
…on or footnote to tthe text.
Configuration menu - View commit details
-
Copy full SHA for f2f83d6 - Browse repository at this point
Copy the full SHA f2f83d6View commit details -
Added a recommendation regarding `viewoptions`.
Configuration menu - View commit details
-
Copy full SHA for cc2219b - Browse repository at this point
Copy the full SHA cc2219bView commit details -
reverting syntax file to a2b21e2. something after that broke syntax h…
…ighlighting for headers
Configuration menu - View commit details
-
Copy full SHA for c99f755 - Browse repository at this point
Copy the full SHA c99f755View commit details -
Fixing syntax file so that text underlined with '=-=-=' isn't treated…
… as a setext header
Configuration menu - View commit details
-
Copy full SHA for c5aed02 - Browse repository at this point
Copy the full SHA c5aed02View commit details -
Set sane formatting options for people who want to use hard wraps by …
…setting 'g:pandoc_use_hard_wraps' to 1.
Configuration menu - View commit details
-
Copy full SHA for cf8c1c7 - Browse repository at this point
Copy the full SHA cf8c1c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ffde35 - Browse repository at this point
Copy the full SHA 4ffde35View commit details -
reapplying the fix from c5aed02
Something like this header =-=-=- shouldn't be matched as a setext style header, but was.
Configuration menu - View commit details
-
Copy full SHA for 9491f44 - Browse repository at this point
Copy the full SHA 9491f44View commit details -
Removed `a` to formatoptions when in hard wrap mode. `paragraphs` must be set to a correct one for it to work well.
Configuration menu - View commit details
-
Copy full SHA for 2ea7c10 - Browse repository at this point
Copy the full SHA 2ea7c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaf6336 - Browse repository at this point
Copy the full SHA eaf6336View commit details -
Configuration menu - View commit details
-
Copy full SHA for 913e12e - Browse repository at this point
Copy the full SHA 913e12eView commit details -
Fixed a problem when g:pandoc_use_hard_wraps is undefined and moved s…
…ome settings into the mode conditional.
Configuration menu - View commit details
-
Copy full SHA for 34269d1 - Browse repository at this point
Copy the full SHA 34269d1View commit details -
Removed `cq` to formatoptions, since there are no "real" comments in markdown.
Configuration menu - View commit details
-
Copy full SHA for a1f5cde - Browse repository at this point
Copy the full SHA a1f5cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1404c - Browse repository at this point
Copy the full SHA 6e1404cView commit details -
Folding and empty implicits highlighting can be disabled if needed fo…
…r performance reasons. Updated documentation.
Configuration menu - View commit details
-
Copy full SHA for c13993b - Browse repository at this point
Copy the full SHA c13993bView commit details
Commits on Aug 30, 2011
-
Configuration menu - View commit details
-
Copy full SHA for 1268bc1 - Browse repository at this point
Copy the full SHA 1268bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8505d - Browse repository at this point
Copy the full SHA fe8505dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29afbfc - Browse repository at this point
Copy the full SHA 29afbfcView commit details
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.