summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-27Do something better when wcwidth returns -1Albert Cervin
2024-03-26Implement kill-buffer commandAlbert Cervin
2024-03-24Improve and simplify movement logicAlbert Cervin
2024-03-22Add a sigsegv handlerAlbert Cervin
2024-03-22Initial OpenBSD supportAlbert Cervin
2024-03-18Portably print the 64-bit integerAlbert Cervin
2024-03-18Fix clang buildAlbert Cervin
2024-03-18More work on languages/syntaxAlbert Cervin
2024-03-07Fix asan errorsAlbert Cervin
2024-03-07Implement timers properlyAlbert Cervin
2024-03-05Make syntax path a proper search pathAlbert Cervin
2024-02-28One missing file from last commitAlbert Cervin
2024-02-28More lang and buffer fixesAlbert Cervin
2024-02-27Fix follow up lang bugsAlbert Cervin
2024-02-23Fix language path bugAlbert Cervin
2024-02-23Make language less specificAlbert Cervin
2024-02-23Disable automatic trigger of buffer completionAlbert Cervin
2024-02-18Add qml lang and fix some regexesAlbert Cervin
2024-02-18Fix completion of paths not retaining first letterAlbert Cervin
2024-02-18Fix undo of deletesAlbert Cervin
2024-02-18Remove extra newlines in buffer listAlbert Cervin
2024-02-18Fix bytes vs char offsetAlbert Cervin
2024-02-14Improve word deletionAlbert Cervin
2024-02-12Fix final newline displayingAlbert Cervin
2024-02-01Fix minibuffer execute clearing when it should notAlbert Cervin
2024-02-01Add git commit syntaxAlbert Cervin
2024-02-01Fix key_nameAlbert Cervin
2024-01-31Add some more word delimsAlbert Cervin
2024-01-31Fix syntax predicate creationAlbert Cervin
2024-01-31Finish lang settings reworkAlbert Cervin
2024-01-31Fix application of text propsAlbert Cervin
2024-01-31Handle empty buffers in highlightingAlbert Cervin
2024-01-31Fix replace crashAlbert Cervin
2024-01-31Change how language and settings workAlbert Cervin
2024-01-31Make next-word stop at eolAlbert Cervin
2024-01-30Syntax highlight is a goAlbert Cervin
2024-01-26Fix clamp not handling negative locationsAlbert Cervin
2024-01-26Fix clamp using column instead of lineAlbert Cervin
2024-01-25Restore lazy row additionAlbert Cervin
2024-01-25Fix save empty buffer crashAlbert Cervin
2024-01-25Add final slash to find-file-relativeAlbert Cervin
2024-01-25Improve word navigationAlbert Cervin
2024-01-24Relative find file and small fixesAlbert Cervin
2024-01-15Completion reworkAlbert Cervin
2023-11-19Make goto line a bit more intelligentAlbert Cervin
2023-10-19Fix search result scoreAlbert Cervin
2023-10-19follow-up fixes after refactoringAlbert Cervin
2023-10-19big buffer/buffer_view reworkAlbert Cervin
2023-07-11Implement replace + autocompleteAlbert Cervin
2023-06-01Simplify rendering and prepare for propsAlbert Cervin