223 Commits

Author SHA1 Message Date
Reed Es
6d70438a88 Merge pull request #104 from openalloc/master
Unnecessary regex modifier on my recent change #92
1.6.1
2023-04-03 12:15:53 -06:00
Reed Es
c9d7f686f1 Unnecessary regex modifier on my recent change 2023-04-03 11:21:09 -06:00
Reed Es
4ad39c5810 Merge pull request #103 from openalloc/master
Blacklist support Jekyll front matter #92
1.6
2023-04-02 20:12:56 -06:00
Reed Es
449be7a8e6 Blacklist support Jekyll front matter #92 2023-04-01 19:14:20 -06:00
Peter Aronoff
5b4110dade Update links to point to preservim 2022-02-13 07:17:05 -05:00
Aditya
942e02e53c Fix broken link to Language of Vim/NeoVim (#97)
The link was changed to a different URL for the article and the current link was broken.
2021-06-19 13:29:56 +03:00
James Sully
2135374d48 Add -bar suffix to commands to allow use as first of series of commands with | (#94)
For example, `Pencil|Goyo`. Commands which can be followed by a `|` must be declared with `command-bar` (not entirely clear to me why).

My use case is in making an alias for a pager for prose: `vim -c 'Pencil|Goyo'`, but it could be potentially useful for a variety of reasons.
2021-02-06 10:00:30 +03:00
Ian Stanley
dad5a3626a Added support for :help vim-pencil (#91) 2020-07-30 00:14:39 +03:00
JudeLakkis
0945852760 Add highlight groups to blacklist in RST (#86)
Co-authored-by: Reed Esau <reed@esau.org>
2019-12-13 09:00:21 +03:00
Reed Es
9aead49ecf Added reference to new vim-wordchipper plugin 2019-11-22 00:21:53 -07:00
Caleb Maclennan
236380f1af Merge pull request #82 from reedes/non-zero
Fix keymaps so they don't default to '0' if not previously mapped
2019-11-16 12:32:21 +03:00
Caleb Maclennan
7d1e536d1d Map g0/g$ to what used to be 0/$ (similar to j->gj/gj->j) 2019-11-16 12:21:17 +03:00
Caleb Maclennan
788a6870c7 Bind to whatever users may have remapped 0/$ to instead of directly to 0/$ 2019-11-16 12:17:39 +03:00
Caleb Maclennan
b9c7f44616 Fix Mapkey to return queried key instead of 0 if no match 2019-11-16 12:08:27 +03:00
Caleb Maclennan
c847322db8 Merge pull request #81 from reedes/lint-vimscript 2019-11-15 11:15:30 +03:00
Caleb Maclennan
0ff06322b7 Add linter status badge to README 2019-11-15 11:12:47 +03:00
Caleb Maclennan
0914c05ed6 Add Github Actions CI job that lints vimscript 2019-11-15 11:09:30 +03:00
Caleb Maclennan
8848dedb70 Use full option names instead of abreviations 2019-11-15 11:02:32 +03:00
Caleb Maclennan
dae22f99b5 Use single quoted strings by default 2019-11-15 10:59:26 +03:00
Caleb Maclennan
ed3630df12 Use robust comparison operators 2019-11-15 10:55:43 +03:00
Caleb Maclennan
c6727cac47 Add missing abort option to autoload function 2019-11-15 10:53:36 +03:00
Caleb Maclennan
460b8a0304 Explicitly set script encoding so RegEx behave 2019-11-15 10:52:33 +03:00
Caleb Maclennan
32fe37f4bf Add configuration for Vint vimscript linter 2019-11-15 10:48:18 +03:00
Caleb Maclennan
907d26ecfd Merge pull request #50 from dangerginger/sane-mvmt-key-remap
Sane defaults for movement key remaps
2019-11-15 10:28:07 +03:00
Reed Es
4e0f08de17 Merge pull request #74 from actionless/patch-1
markdown comment syntax
v1.5
2019-08-30 11:49:13 -06:00
Reed Es
0205f78aac Merge pull request #78 from BlueDrink9/patch-1
fix #77 Map gk in soft mode
2019-08-30 11:47:48 -06:00
BlueDrink9
013587c347 fix #77 Map gk in soft mode 2019-05-02 17:25:24 +12:00
Yauhen Kirylau
68a8d0f3e4 markdown comment syntax 2019-03-11 07:52:52 +01:00
Reed Esau
2dcd974b72 Merge pull request #58 from zorab47/patch-1
Fix broken blog links in readme
2017-06-14 16:03:18 -06:00
Charles Maresh
aeba287111 Fix broken links due to remote site changes
Updates links to remote blogs due to their owners changing the URLs.

I was unable to find a working site for "Writing with Vim (2015) - by Pat Ambrosio". It was removed.
2017-06-13 10:15:03 -05:00
Reed Esau
6d01570f94 Merge branch 'master' of https://github.com/reedes/vim-pencil 2017-01-11 18:23:26 -07:00
Reed Esau
443187995a misc formatting and notes on markdownsyntax behavior 2017-01-11 18:22:07 -07:00
Reed Esau
a5dbd88f30 Merge pull request #53 from ExMember/pandoc-support
Add vim-pandoc support
2017-01-11 18:03:34 -07:00
Damien Burke
9ad784bc23 Add vim-pandoc support
Do not autoformat code, HTML, LaTeX math blocks, lists, tables or
YAML in pandoc documents.
2017-01-02 22:37:32 -08:00
Reed Esau
fd75347422 mkdNonListItemBlock shouldn't be blacklisted 2016-10-05 23:29:52 -06:00
Reed Esau
f113c8c929 Blacklist updates for plasticboy markdown syntax 2016-10-02 23:40:51 -06:00
Reed Esau
3e8b6f3417 Various minor fixes to documentation 2016-09-02 11:10:08 -06:00
Reed Esau
670c62c39e Various improvements to initialization
Added example of initializing by function.
2016-09-01 10:56:48 -06:00
Reed Esau
99e2499500 Improve wording and formatting. 2016-08-18 14:10:42 -06:00
Reed Esau
f5f456ccdc New optional key mapping to suspend autoformat #48
When using hard line break mode, autoformat is enabled by default.

Blacklisting is the existing mechanism to suspend autoformat for code blocks. You can now optionally map a buffer-scoped 'modifier' key to suspend autoformat for the Insert.

Also simplified README by moving things to the advanced section.
v1.4
2016-08-17 11:32:38 -06:00
Reed Esau
cc63b20e03 Added mention of new danielbmarques/vim-ditto plugin 2016-07-30 19:05:18 -06:00
Reed Esau
f1df0f3030 Merge branch 'master' of https://github.com/reedes/vim-pencil 2016-07-30 18:57:12 -06:00
Reed Esau
735cc3b24e Additional tips on formatting paragraphs 2016-07-30 18:56:58 -06:00
james
341403d115 Change the remapping of movement keys when Pencil mode is enabled to
check for user remaps and use those as a sane default.

Fixes #49
2016-07-22 10:32:42 -07:00
Reed Esau
a4ad656d68 Removed <buffer> from manual autoformat mapping examples 2016-07-11 18:42:41 -06:00
Reed Esau
ad18a74cf0 Blacklisting texStatement, per #43 v1.3 2016-06-29 20:09:26 -06:00
Reed Esau
470f9ca44c ongoing 2016-06-13 17:08:16 -06:00
Reed Esau
f9cbfca887 ongoing 2016-06-11 15:13:24 -06:00
Reed Esau
01a3a95c72 Merge branch 'master' of https://github.com/reedes/vim-pencil 2016-06-10 21:26:31 -06:00
Reed Esau
08ee355694 map <cr> only if not already mapped 2016-06-10 21:26:23 -06:00