summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-17Complete arguments to "echo -to-file"Johannes Altmanninger
2023-02-17Do not complete redundant switchesJohannes Altmanninger
2023-02-17Use parameter parser to skip switch args in completionJohannes Altmanninger
2023-02-15Add option to set maximum info box widthAmeer Ghani
2023-02-15Fix trimming of line front halfway through a double-width glyphMaxime Coste
2023-02-14Fix scroll_window not ensuring cursor lies on a codepoint startMaxime Coste
2023-02-14Immediately execute ModuleLoaded hooks for already loaded modulesMaxime Coste
2023-02-14Fix broken corner cases in DualThreadStack::grow_ifnMaxime Coste
2023-02-14Refactor DualThreadStack as a RingBufferMaxime Coste
2023-02-13Remove scheduled optimization from ThreadedRegexVMMaxime Coste
2023-02-10Avoid extra indirection for storing FifoWatcherMaxime Coste
2023-02-03Fix DisplayLine::trim_front quadratic behaviourMaxime Coste
2023-01-28Merge remote-tracking branch 'az5112/vimtokak'Maxime Coste
2023-01-28Merge remote-tracking branch 'krobelus/selection-undo-fix-standstill-after-bu...Maxime Coste
2023-01-27Merge branch 'hare-packed' of http://github.com/stacyharper/kakouneMaxime Coste
2023-01-27Merge branch 'master' of http://github.com/Awesomerly/kakouneMaxime Coste
2023-01-27Merge remote-tracking branch 'occivink/fix-split-stray-sel'Maxime Coste
2023-01-27Merge remote-tracking branch 'razetime/master'Maxime Coste
2023-01-23Fix typo in options.asciidocEve
2023-01-23Remove mention of in READMEEve
2023-01-23Fix crash in TabulationHighlighter when wrapping just after a tabMaxime Coste
2023-01-23Fix incorrect use of subject end/begin in regex executionMaxime Coste
2023-01-21Revert "Remove compare include that seems to break clang"Maxime Coste
2023-01-21Replace std::strong_ordering with auto return type to not require <compare>Maxime Coste
2023-01-21Try to fix cirrus macos testsMaxime Coste
2023-01-21Remove compare include that seems to break clangMaxime Coste
2023-01-20fix 'split' operation when the pattern occurs at the beginningOlivier Perret
2023-01-18Merge remote-tracking branch 'krobelus/fix-mouse-click-during-insert'Maxime Coste
2023-01-18Merge remote-tracking branch 'potatoalienof13/fix-buffer-advance'Maxime Coste
2023-01-18Merge remote-tracking branch 'm-kru/troff_headings_highlighting'Maxime Coste
2023-01-18Merge remote-tracking branch 'arrufat/git-add-reset-docstring'Maxime Coste
2023-01-18Merge remote-tracking branch 'krobelus/missing-error-when-open-fails'Maxime Coste
2023-01-14add APL highlightingrazetime
2023-01-14 Razetime Copyright Waiverrazetime
2023-01-08Fix regression when file on command line cannot be openedJohannes Altmanninger
2023-01-08Remove bogus assertions preventing mouse clicks in insert modeJohannes Altmanninger
2023-01-06Add reset to git command docstringAdrià Arrufat
2023-01-02Add @packed to hare highlighterStacy Harper
2022-12-30troff filetype: Fix headings highlightingMichał Kruszewski
2022-12-27Make selection undo skip over entries that are nop after buffer changeJohannes Altmanninger
2022-12-27Tweak selection-undo interaction with WinDisplay hooksJohannes Altmanninger
2022-12-27Add tests for selection undoJohannes Altmanninger
2022-12-27Extract variable and add comment in selection change recordingJohannes Altmanninger
2022-12-27Extract variable in selection undoJohannes Altmanninger
2022-12-27Share logic for undo/redo selection changesJohannes Altmanninger
2022-12-26Add a regression test for <a-t> on an 'empty' file.potatoalienof13
2022-12-26Remove a check for inclusivity in select_to_reverse.potatoalienof13
2022-12-25 potatoalienof13 Copyright Waiverpotatoalienof13
2022-12-25<a-t> should not succeed when run on the first character of a file.potatoalienof13
2022-12-22Fix Buffer::advance out of bounds access.potatoalienof13