summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-27Refactor whitespace highlighter into a structMaxime Coste
2018-08-26Try to complete command switches when an argument starts with '-'Maxime Coste
2018-08-24Use $USER if getpwuid failsMatt Peterson
2018-08-21src: Make sure buffers are saved regardless of the client countFrank LENORMAND
2018-08-21Support user-defined "str-to-str-map" options.Tim Allen
2018-08-18src: Improve error messages in RPC requests parsingFrank LENORMAND
2018-08-16Add a test case for -once hooks and code style tweaksMaxime Coste
2018-08-16Merge remote-tracking branch 'lenormf/fix-hook-once'Maxime Coste
2018-08-11src: Forbid empty `menu` entriesFrank LENORMAND
2018-08-09Add a -version switch to KakouneMaxime Coste
2018-08-06src: Allow hooks to be run only onceFrank LENORMAND
2018-08-04An empty string is not a valid numberMaxime Coste
2018-08-02src: Stay in user-mode when an unmapped key is hit in lock-modeFrank LENORMAND
2018-08-02src: Make `enter_user_mode()` tail-recursiveFrank LENORMAND
2018-07-31Add an assert to catch newpad returning a nullptrMaxime Coste
2018-07-30Avoid invalid access to OptionalMaxime Coste
2018-07-30Fix compilation with gcc-5Maxime Coste
2018-07-28Merge remote-tracking branch 'Delapouite/map-key-completer'Maxime Coste
2018-07-26Lazily iterate over words instead of gathering them in a vectorMaxime Coste
2018-07-26Fix shared string registry ref count statsMaxime Coste
2018-07-26Cleanup some trailing whitespaces and double semicolonMaxime Coste
2018-07-26Replace a few loops with rangesMaxime Coste
2018-07-26Make TransformView iterator's category match its underlying'sMaxime Coste
2018-07-26Fix missing override specifierMaxime Coste
2018-07-25Obtain a new window for a client before releasing the current oneMaxime Coste
2018-07-25Micro optimize command parsing by avoiding utf8 decodingMaxime Coste
2018-07-25Fix uninitialized context flagsMaxime Coste
2018-07-25Fix memory leak in regex executionMaxime Coste
2018-07-24Quote every option type but integral typesMaxime Coste
2018-07-23Merge remote-tracking branch 'lenormf/fix-C-skip-empty-lines'Maxime Coste
2018-07-23Support setting registers to empty listsMaxime Coste
2018-07-23Restore SIGPIPE handler to default before spawning shellMaxime Coste
2018-07-22Merge remote-tracking branch 'lenormf/fix-face-name-format'Maxime Coste
2018-07-22Merge remote-tracking branch 'lenormf/fix-development-version'Maxime Coste
2018-07-22Opt-in types for quoting of option listsMaxime Coste
2018-07-20src: Change the bullet point symbols in the version notesFrank LENORMAND
2018-07-20src: Don't print a number for the development versionFrank LENORMAND
2018-07-20src: Allow face names to contain an underscoreFrank LENORMAND
2018-07-19src: Rename `auto_complete` to `autocomplete`Frank LENORMAND
2018-07-19Re-introduce kill_session::exit_status, @lenormf was rightMaxime Coste
2018-07-19Merge remote-tracking branch 'lenormf/kill-clients-exit-code'Maxime Coste
2018-07-19Add a -debug '...' switch to Kakoune startup that sets the debug optionMaxime Coste
2018-07-19Fix RegexCompileFlags::Backwards having the same value as OptimizeMaxime Coste
2018-07-19src: Propagate to clients the `kill` exit codeFrank LENORMAND
2018-07-19Merge remote-tracking branch 'icetan/buffer-reload-hook'Maxime Coste
2018-07-19Reduce confusion in add-highlighter docstringMaxime Coste
2018-07-15Fix manual insert completion menu not getting automatically hiddenMaxime Coste
2018-07-15Add support for <a-;> in prompt modeMaxime Coste
2018-07-15Change autoshowcompl to auto_complete with insert|prompt possible valuesMaxime Coste
2018-07-14Merge remote-tracking branch 'Screwtapello/fix-info-docstring'Maxime Coste