index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-04-21
Fix missing include in json_ui.cc
Maxime Coste
2016-04-21
Allow equality comparison between buffer iterators from differnt buffers
Maxime Coste
2016-04-21
Fix BufferIterator::difference_type, it should be signed
Maxime Coste
2016-04-20
prompt: zero password memory after running the command to be slightly more se...
Maxime Coste
2016-04-19
Add a -password switch to :prompt to allow for more secure password entering
Maxime Coste
2016-04-17
Add support for env var name completion
Maxime Coste
2016-04-17
Use common completion system for OptionManager::complete_option_name
Maxime Coste
2016-04-16
Remove iterator based regex constructor
Maxime Coste
2016-04-13
Fix mistake in input_handler.cc
Maxime Coste
2016-04-13
Fix support for macro being recorded and replay during :exec (non draft)
Maxime Coste
2016-04-13
Fix modified range computation when erasing multiple times past current buffe...
Maxime Coste
2016-04-12
ShellManager: do not open child stdin if there is no data to write to it
Maxime Coste
2016-04-11
Use padding face on the whole line
Maxime Coste
2016-04-11
Remove padding control options from ncurses ui
Maxime Coste
2016-04-11
Merge remote-tracking branch 'lenormf/buffer-padding'
Maxime Coste
2016-04-09
Use a specific startup_error exception type to get a nicer message
Maxime Coste
2016-04-09
Fix is_word ambiguous overload
Maxime Coste
2016-04-09
Small style tweak, we know buffer begin coord is always {0,0}
Maxime Coste
2016-04-09
Merge branch 'expose-cursor-byte-offset' of git://github.com/pauldub/kakoune
Maxime Coste
2016-04-09
fix word completion taking the words being edited as candidates
Maxime Coste
2016-04-09
Pass the selection list to insert mode completer functions
Maxime Coste
2016-04-08
expose cursor_byte_offset env variable
Paul d'Hubert
2016-04-07
Only offer directories when completing :cd arguments
Maxime Coste
2016-04-04
Tweak RankedMatch behaviour
Maxime Coste
2016-04-04
Give priority to lower case in RankedMatch
Maxime Coste
2016-04-04
Refactor wrap_lines and add some unit tests
Maxime Coste
2016-04-04
Tweak categorize(Codepoint) implementation
Maxime Coste
2016-04-04
Use a specific option type completions for insert completion
Maxime Coste
2016-03-31
Document the null register
Maxime Coste
2016-03-31
Make DynamicRegister statically dispatch to its function
Maxime Coste
2016-03-30
Replace menu and info when they actually moved
Maxime Coste
2016-03-30
Fix spaces_to_tabs implementation accessing past end
Maxime Coste
2016-03-29
RankedMatch constructor handles empty query just fine
Maxime Coste
2016-03-28
Tweak subsequence_match_smart_case
Maxime Coste
2016-03-28
Use manual lexicographic comparison in RankedMatch::operator<
Maxime Coste
2016-03-28
Uniquify candidates in -shell-candidates mode
Maxime Coste
2016-03-25
Use UsedLetters for shell-candidates filtering
Maxime Coste
2016-03-25
Move UsedLetters with RankedMatch
Maxime Coste
2016-03-25
Add a SplitView container view
Maxime Coste
2016-03-24
Tweak implementation of subsequence_match_smart_case
Maxime Coste
2016-03-24
Optimize split implementation, avoid growing strings char by char
Maxime Coste
2016-03-24
Small code tweak
Maxime Coste
2016-03-24
Correctly handle temporaries in container views
Maxime Coste
2016-03-24
Fix uninitialized value in RankedMatch
Maxime Coste
2016-03-24
Add an alternative -shell-candidates shell completion support
Maxime Coste
2016-03-24
Support getting back to original prefix with tab/shift-tab in prompts
Maxime Coste
2016-03-24
Remove forced redraw in ncurses ui
Maxime Coste
2016-03-24
Add completion support for alias/unalias commands
Maxime Coste
2016-03-23
Support mosue event in key_to_str
Maxime Coste
2016-03-22
User mappings and :exec are always executed in normal mode
Maxime Coste
[prev]
[next]