summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-11-12Fix search with spaces and highlightAlbert Cervin
2024-11-10Render tabs using the correct tab widthAlbert Cervin
2024-11-08Fix col offset againAlbert Cervin
2024-11-08Add hpp and hxx as c++ extensionsAlbert Cervin
2024-11-07Fix location after inserting multi-lineAlbert Cervin
2024-09-17Fix crash when buffer was non-lazy addAlbert Cervin
2024-09-12Upgrade nixpkgs to 24.05Albert Cervin
2024-09-12WIP LSP clientAlbert Cervin
2024-09-11Overhaul unicode parsingAlbert Cervin
2024-08-27Fix bug where abort switched windowsAlbert Cervin
2024-08-15Do not update last write when openingAlbert Cervin
2024-08-14Add fancy welcome textAlbert Cervin
2024-08-14Do not reload buffer if it could not be watchedAlbert Cervin
2024-08-14Use IN_CLOSE_WRITE for inotify on LinuxAlbert Cervin
2024-06-23Fix buffer list switch and search/replaceAlbert Cervin
2024-06-09Fix crash in completionAlbert Cervin
2024-05-14Add indent for regionAlbert Cervin
2024-05-14Fix replace not updating after a replace opAlbert Cervin
2024-05-12Improve API docs and configure systemAlbert Cervin
2024-05-06Add inverted colors modeAlbert Cervin
2024-05-06Fix slow buffer pasteAlbert Cervin
2024-05-06OpenBSD port workAlbert Cervin
2024-04-09Prepare 0.1.0Albert Cervin
2024-04-03Add completion to executeAlbert Cervin
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