summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-08Evaluate modules in an empty contextJustin Frank
2019-04-08Added ModuleLoad hook that uses the module name as the parameterJustin Frank
2019-04-08Added 'provide-module' and 'require-module' commandsJustin Frank
2019-04-08Set up command boilerplate for provide-module and require-moduleJustin Frank
2019-04-08Refactor ClientManager::clearMaxime Coste
2019-04-08Auto generate buffer name when using edit -scratch with no nameMaxime Coste
2019-04-08Add a ClientCreate and ClientClose hookMaxime Coste
2019-04-07update version notes and changelogMaxime Coste
2019-04-07Add support for %file{...} expansionsMaxime Coste
2019-04-07Add a -to-file <filename> switch to the echo commandMaxime Coste
2019-04-04Run WinClose hook when clearing all free windowsMaxime Coste
2019-04-04Fix detection of client ungraceful disconnectionMaxime Coste
2019-04-01Buffer writes in blocks of 4Kb when writing buffers to filesMaxime Coste
2019-04-01Add -timestamp switch support to the select commandMaxime Coste
2019-04-01Add Optional::map and Optional::cast methodsMaxime Coste
2019-03-27Add missing flags to debug buffers outputDelapouite
2019-03-26Only pass ncurses compilation flags to ncurses_ui.ccMaxime Coste
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
2019-03-24Extract shell script completion code into structsMaxime Coste
2019-03-23Add cursor_display_column expansionMaxime Coste
2019-03-22find $(sharedir)/rc ...Vladimir Bauer
2019-03-22undo clean sectionVladimir Bauer
2019-03-22call find in BSD compatible wayVladimir Bauer
2019-03-22Limit WordDB word length to 50 bytesMaxime Coste
2019-03-21Fixed makefile so properly installs new rc structureJustin Frank
2019-03-21Do not copy environment strings, just refer to themMaxime Coste
2019-03-21Track more memory statisticsMaxime Coste
2019-03-19Make String able to reference external data without copyingMaxime Coste
2019-03-19Fix typo in scratch buffer default contentMaxime Coste
2019-03-17Add a text in scratch buffer to make it explicit it wont be savedMaxime Coste
2019-03-16Remove another unnecessary ; in palete reset escape sequenceMaxime Coste
2019-03-16Make keymap fully constexprMaxime Coste
2019-03-13Remove unnecessary ; from palette reset escape sequenceMaxime Coste
2019-03-05Re-introduce -MP in the C++ compilation ruleMaxime Coste
2019-03-05Merge remote-tracking branch 'laelath/compilation-warnings'Maxime Coste
2019-03-05Merge remote-tracking branch 'krobelus/write-all-note-modified'Maxime Coste
2019-03-05Make error description available as "%val{error}" during catch blocksMaxime Coste
2019-03-05Fix use of invalidated iterators in highlight_rangeMaxime Coste
2019-02-27-MP compile option isn't needed since header files aren't globbedJustin Frank
2019-02-27Fixed all reorder warningsJustin Frank
2019-02-27Fixed Selection being defined as a struct and classJustin Frank
2019-02-25Document that write-all only writes modified buffersJohannes Altmanninger
2019-02-17Add object mode expansionsJason Felice
2019-02-17Merge remote-tracking branch 'eraserhd/object-command-submode'Maxime Coste
2019-02-17Collapse jumps based on current index changeMaxime Coste
2019-02-17Fix uses of std::remove_ifMaxime Coste
2019-02-17Run WinClose hook before putting the window into trashMaxime Coste
2019-02-14Add object commandJason Felice
2019-02-12Check the return value of the rename callMaxime Coste
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste