---8<---
Implements support for python plugins in Nvim. Also works as a library for
connecting to and scripting Nvim processes through its msgpack-rpc API.
--->8---
OK tb@. Thanks!
---8<---
Neovim is a project that seeks to aggressively refactor Vim in order to:
* Simplify maintenance and encourage contributions.
* Split the work between multiple developers.
* Enable advanced external UIs without modifications to the core.
* Improve extensibility with a new plugin architecture.
--->8---
Tweaks suggested from abieber@ and sthen@.
OK abieber@.
Thanks to upstream for addressing the issues I have been filing over the past
few months. All tests are now passing.
Mostly a bug-fixe release, see NEWS for the few things that changed.
The diff for bug #24082 included is in this release.
Tested on armv7 and amd64. -rc/release test reports from alf, Manuel
Giraud, sunil@ and krw@
* Fix a startup crash that's extremely easy to trigger on OpenBSD
(patch-draw_c).
* Various fixes from a forked Github version (there was no official
elvis release since 2004), clang warns about most of them.
* Remove some questionable/broken/dangerous features: backtick
support in filenames, WYSIWYG for nroff/tex files, and
HTTP/FTP support. Looking at the code, I'd feel better having
less features, here. Please complain if you really want them.
* Remove dead FTP mirrors from MASTER_SITES, and use an HTTP server
instead.
* Remove some previous patches of mine which only dealt with
whitespace in man pages: fixing that was just useless noise.
Found newer package texworks-20090618p0 in /mnt/plist/i386
Found newer package texworks-20090618p1 in /mnt/plist/i386
Found newer package texworks-20090618p2 in /mnt/plist/i386
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark