at configure time and the build breaks.
checking for python2... /usr/local/bin/python2
checking for python version... 2.7
<...>
/usr/local/bin/python2 -B ../data/templates/libkkc-data/tools/sortlm.py \
./data/models/text2/data.arpa data/models/sorted2/data
Traceback (most recent call last):
File "../data/templates/libkkc-data/tools/sortlm.py", line 20, in <module>
import marisa
ImportError: No module named marisa
Software changes:
* support macOS iterm2 in plugin preview-tui (#1196)
* use selection at native command prompt with %j and %J (docs)
* scroll strings longer than columns in rename/new prompts (#1213, #279)
* batch rename symlink targets in listing mode (#1214)
* option for recursive rename in plugin .nmv (#1186)
* more frequent checks for cancellation during du (#1236)
* picker mode: enable auto-proceed
* picker mode: don't pick hovered file on Enter if selection exists
* picker mode: fix issue in plugin fzopen when used to pick files
* send file to explorer FIFO on double left click instead of opening it
* new neovim plugin nnn.nvim featuring explorer mode
* explorer mode for nnn.vim
* remove option -w: always place HW cursor on current entry
* accept link name when linking a single target (#1201)
* option -i to show current file information in info bar
* force GNU sed on *BSD and Solaris
* add nsxiv support to nuke, preview-tabbed and imgview (#1230)
* fix preview-tui without -a (#1208)
* pass pts in env var for preview-tui to use in tput (#1235)
* disable editing file in picker mode (#1183)
* save session in picker mode (#1190)
* use nerd icons for gitstatus patch (#1220)
Port changes:
* added run_dep gsed
* cherry picked upstream patch to make use of gsed on BSDs
Sijmen J. Mulder noticed that gsed is required now.
op@ noticed that gsed is not used due a bug.
ok sthen@ for the original update
ok op@ and solene@ for the final version with gsed patch
Remove -48 firmware images which are no longer used by the driver.
Add -67 firmware images which allegedly contain security fixes. We should
be able to use these soon. The driver has been patched to work with -67
images but has not yet been switched over (pending more testing).
Add newest available firmware images for any AX201 devices which are not
yet matched by the driver but will hopefully be supported eventually.
ok sthen@
committed over AX201 running fw ver 67.8f59b80b.0
- try only 3 delta base candidates instead of 10 to speed up packing
- use up to 128 delta chain elements again; creates smaller packs at same speed
- remove unused variables to fix LLVM 13 warnings (naddy)
- make 'got rebase' switch the work tree if no commits need rebasing (jrick)
- fix man page HTML rendering for command aliases (kn)
- let gotadmin find the repository automatically if invoked in a work tree
- preserve binary files during updates and merges instead of leaving them empty
- allow sorting references by timestamp in tog ref view
- add got ref -t option to sort listed references by modification time
- add got branch -t option to sort listed branches by modification time
- regress: make test operands POSIX compliant (thomas_adam)