------------------------------------------------------------------- Tue Mar 8 13:25:23 UTC 2016 - ronisbr@gmail.com - Backport two patches that fix translations in Neovim: * neovim_fix_locale_dir_01.patch * neovim_fix_locale_dir_02.patch - Update to version 0.1.2. - Changelog: Features: * ef66249 tabline: Add %[] atom to the tabline, for random commands on click * f338ea7 job control: implement jobpid() to get PID of job * d0d5d17 job control: add 'detach' option to jobstart * 7ad3f07 Add support for binary numbers Fixes: * 291495a regexp_nfa.c: Speed up find_match_text() * 317d5ca input: Do not set high-bit; preserve ALT modifier. * 3b7c409 shell: Unquote &shell* options before using them Notable changes: * 49b06a8 encoding: Always use "utf-8" as default for &encoding * 79a6983 ui: revert "gui_running" hack Other changes: * b4b4536 version: semver.org compliance * c6aa716 reproducible builds: Stop using __{DATE,TIME}__ * 46bd3c0 clipboard: Check $DISPLAY. Prefer xsel. #4150 * f6ecd12 job control: don't kill PTY processes on exit * 49f0417 clipboard: Detach clipboard helper, so contents is kept after nvim exit * 38435e8 python: Add missing I/O methods to RedirectStream * d26b01d eval: Use better error messages when failing to dump values * 62d137c Remove swapsync. ------------------------------------------------------------------- Fri Jan 22 16:02:49 UTC 2016 - ronisbr@gmail.com - Add neovim desktop file. ------------------------------------------------------------------- Mon Jan 11 17:37:45 UTC 2016 - ronisbr@gmail.com - Add neovim logo to the package. ------------------------------------------------------------------- Sat Dec 5 20:17:17 UTC 2015 - ronisbr@gmail.com - Update to version 0.1.1. - Changelog: * shada/msgpack editor plugin #3270 * VimL Dict notifications #3603 * Note: API for this feature may change. * :profile dump, :profile stop #2427 * :oldfiles! #3611 * TermOpen, TermClose events #3653 * fix: shada/viminfo: Do not save unlisted and quickfix buffers #3581 ------------------------------------------------------------------- Thu Dec 3 11:36:38 UTC 2015 - ronisbr@gmail.com - Remove xclip of recommended packages list. ------------------------------------------------------------------- Thu Dec 3 00:04:27 UTC 2015 - ronisbr@gmail.com - Add python-neovim and python3-neovim as recommended packages. ------------------------------------------------------------------- Wed Dec 2 13:05:59 UTC 2015 - ronisbr@gmail.com - Initial version based on home:darix:neovim/neovim