summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-270.17.0Junegunn Choi
2017-08-27Make --expect additiveJunegunn Choi
2017-08-27Optimize rank comparison on x86 (little-endian)Junegunn Choi
2017-08-26Remove an unnecessary code branchJunegunn Choi
2017-08-26Minor refactoringsJunegunn Choi
2017-08-26[fzf-tmux] Execute trap with bash instead of the default shellJunegunn Choi
2017-08-26[neovim] Allow running FZF in multiple windowsJunegunn Choi
2017-08-26Remove bound checkings in inner loopsJunegunn Choi
2017-08-20Ignore EvtReadNew if EvtReadFin is already setJunegunn Choi
2017-08-20Minor optimization of FuzzyMatchV2Junegunn Choi
2017-08-20Extract debug code from FuzzyMatchV2Junegunn Choi
2017-08-20Remove unused clear arguments of alloc16 and alloc32Junegunn Choi
2017-08-20Pass util.Chars by pointerJunegunn Choi
2017-08-20[vim] Escape backslashes in fzf#shellescape (#1021)Jan Edmund Lazo
2017-08-20Remove redundant read event when --sync is usedJunegunn Choi
2017-08-19Delay slab allocationJunegunn Choi
2017-08-18Limit search scope of uppercase letterJunegunn Choi
2017-08-18Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-17Revert "Short-circuit ANSI processing if no ANSI codes are found"Junegunn Choi
2017-08-17Short-circuit ANSI processing if no ANSI codes are foundJunegunn Choi
2017-08-17Linuxbrew can install fzfJunegunn Choi
2017-08-16Remove count field from ChunkListJunegunn Choi
2017-08-16Make Reader event notification asynchronousJunegunn Choi
2017-08-15Remove special nilItemJunegunn Choi
2017-08-14[vim] Allow Funcref in g:fzf_actionJunegunn Choi
2017-08-13Add MinGW 64 to install fzf in Windows 64-bit (#1015)Jan Edmund Lazo
2017-08-12Update FuzzyMatchV1 to use skip optimization used in V2Junegunn Choi
2017-08-11Disallow escaping of meta characters except for spacesJunegunn Choi
2017-08-11Treat | as proper query when it can't be an OR operatorJunegunn Choi
2017-08-10Treat $ as proper search queryJunegunn Choi
2017-08-10Build cache key for a pattern only onceJunegunn Choi
2017-08-10Fix escaping of meta characters after ' or ! prefixJunegunn Choi
2017-08-09Allow escaping term starting with |Junegunn Choi
2017-08-09Allow escaping meta characters with backslashesJunegunn Choi
2017-08-09Remove unnecessary SCP (Save Cursor Position)Junegunn Choi
2017-08-09[vim] Fix issues with other plugins changing working directoryJunegunn Choi
2017-08-08Fix invalid cache lookupsJunegunn Choi
2017-08-05Update Travis build to run on TrustyJunegunn Choi
2017-08-05Fix Travis CI buildJunegunn Choi
2017-08-04[vim] Fix vader test casesJunegunn Choi
2017-08-04Update performance comparison chartJunegunn Choi
2017-08-020.16.11Junegunn Choi
2017-08-02Exit 2 instead of panic when failed to open /dev/ttyJunegunn Choi
2017-08-02Remove non-exclusive access to ChunkList fieldJunegunn Choi
2017-08-01Modify loop conditions in checkAscii functionJunegunn Choi
2017-08-01[man] Add note on `--no-` conventionJunegunn Choi
2017-08-01Do not use defer in performance-sensitive contextsJunegunn Choi
2017-08-01Inline function calls in a tight loopJunegunn Choi
2017-07-31Revert "[bash] Do not append space when path completion is cancelled"Junegunn Choi
2017-07-30[bash] Do not append space when path completion is cancelledJunegunn Choi