Commit Graph

58 Commits

Author SHA1 Message Date
Kien N
d08fcae2f4 Update readme.md 2013-02-14 08:08:14 +07:00
Kien N
31ff4b9bcf Update readme.md 2012-09-06 10:15:21 +07:00
Kien N
4557b5e542 Change working_path_mode option's default value 2012-09-06 10:13:18 +07:00
Kien N
b7cb2f539d More specific default ignore rules 2012-08-19 23:31:22 +07:00
Kien N
c2a962786a Update docs 2012-08-18 09:35:53 +07:00
Kien N
4b6670afac Update docs 2012-08-09 07:51:55 +07:00
Kien N
093b1c2325 Option to use the ignore options for g:ctrlp_user_command
* Not recommended as it'll likely increase the total indexing time and defeat
  the purpose of using custom commands, but should be an option for convenience.
  Also, mention the default (of not applying ignore options) more explicitly
  in the docs to reduce the number of unnecessary bug reports.

* Add a note about E706.
2012-08-07 10:19:57 +07:00
Kien N
188de26f74 Rewrite WD related functions
* Equal priority for default root markers. Closes #241.
* Change g:ctrlp_working_path_mode's type.
2012-07-21 21:35:26 +07:00
Kien N
2927ce4eab Update readme 2012-07-19 23:52:20 +07:00
Kien N
78c24354db Revert "Update readme"
This reverts commit 9102e75bf6.
2012-07-19 23:49:24 +07:00
Kien N
9102e75bf6 Update readme 2012-07-18 14:19:26 +07:00
Kien N
6c38c7e72e Update readme 2012-06-20 22:18:29 +07:00
Kien N
4e38004029 Update docs 2012-06-19 23:45:00 +07:00
Kien N
5929844814 Update readme 2012-06-18 23:03:42 +07:00
Kien N
4b9c014460 Update docs 2012-06-14 11:36:21 +07:00
Kien N
369bd81bbd Update docs 2012-05-12 18:38:58 +07:00
Kien N
9c9e120b81 Update readme 2012-05-10 08:04:56 +07:00
Kien N
9749ee2695 Update readme 2012-04-08 06:42:49 +07:00
Kien N
8dde6d0f7c Update docs 2012-03-03 22:31:50 +07:00
Kien N
f0d2ce1be7 Add keypad mappings
Close #147
2012-02-24 01:19:44 +07:00
Kien N
e7b08a3223 Resolve a few issues
* Use :buffer commands when opening already opened files, all modes. Refs #97.
* Temporarily enable full-path if input has '/' or '\'. Close #98.
* Ignore possible empty return strings (from malformed tags). Close #99.
* Fix an incorrect cwd bug when opening multiple buffers with <c-o>.
  Introduced by f1c2b7a. Refs #108.
* Default keymap can be disabled with `let g:ctrlp_map = ''`. Refs #103.
* Remove duplicate rts entries. Close #107.
2012-01-22 11:48:44 +07:00
Kien N
f1db1253ec Improve <tab> completion
Refs #77
2012-01-18 20:56:18 +07:00
Kien N
420174fc53 Ignore filename and context of tags
Fix #76
2012-01-13 23:02:17 +07:00
Kien N
f04196941a Resolve some issues
* Remove active buffer from MRU listing. Close #66.
* Re-evaluate ctrlp_user_command when changing dir. Fix #69.
* Link to custom ctrlp_user_command config in the docs. Close #70.
2012-01-10 05:58:59 +07:00
Kien N
969075718a Version 1.6.6
* Allow running commands like `:diffthis` when opening multiple files.
* Add experimental extensions:
  + undo.vim (requires v7.3.005+)
  + rtscript.vim (find vimscripts in runtimepath)
* Include the workaround for <bs> and <c-h> for MS-Win. Resolve #62.
* Mention custom_ignore in readme and on the homepage. Resolve #63.
* Check the present of cwd in returned paths. Fix #64.
* Trigger Vim to remove cwd from display-names. Fix #65.
* Some internal changes and additions.
2012-01-06 13:22:55 +07:00
Kien N
ef9e072c5f Tag and Quickfix extensions
* New extensions for searching tag and quickfix.
* Option to update the results lazily. Close #37.
2011-11-28 19:52:28 +07:00
Kien N
0af1cdc791 Find root with '/' and '\'
* Submit '/' or '\' to find the project's root. Close #30.
* Add wig flag to glob() and globpath() in addition to expand().
* Make handling working directory less intrusive.
2011-11-12 22:00:50 +07:00
Kien N
2f4d281eed Preserve neighboring windows' height
* Save the window heights and restore them later,
  prevent ctrlp from nudging the bottom (or top)
  windows when it opens.
* Escape whitespaces in path. Close #26.
2011-11-09 01:30:53 +07:00
Kien N
ae6f1592b4 Some improvements
* More graceful degradation for 700, 701
* Simplify insertcache()
* Correct SetWorkingPath()'s behavior
* Reserve Open-Multiple-Files for built-ins
2011-11-04 22:35:26 +07:00
Kien N
5dd5e526c0 Update readme 2011-10-30 14:14:56 +07:00
Kien N
0319703514 Support user extensions
* Search for and perform actions on anything you want, not just files, buffers and MRU.
  Check out the 'extensions' branch for more details and how-to.
* <F5> now also removes deleted files from MRU list.
* Slight sorting change.
2011-10-23 17:38:03 +07:00
Kien N
6ee4410612 Improve Open Multiple Files
Try not to open a new tab when using <c-o> to open marked files.
Option to move the match window to top of screen.
2011-10-09 09:30:16 +07:00
Kien N
1ebf85d96c fix markdown 2011-10-08 22:09:04 +07:00
Kien N
b7d87e1cfb Smarter OpenMulti() action 2011-10-08 21:42:18 +07:00
Kien N
c8d02c5902 Enhancements for prompt history and :CtrlP [start-dir]
Can now use <tab> to auto-complete the directory for the :CtrlP [starting-directory] command.
Prompt history: put last string into history as well (accepted or not).
Remove |g:ctrlp_persistent_input|, |g:ctrlp_live_update| and <c-^>.
2011-10-07 21:10:14 +07:00
Kien N
1a2c3ee8d2 Open Multiple Files
Use <c-z> to mark/unmark files and <c-o> to open them. You can enter new input strings and continue to mark more files. The list of marked files will be cleared upon exiting CtrlP.
2011-10-03 03:04:43 +07:00
Kien N
bfd98009ed Various changes:
* New option `g:ctrlp_live_update`: enable/disable the update-as-you-type functionality.
* New option `g:ctrlp_max_depth`: the maximum directory depth to recurse into.
* New command `ResetCtrlP`: reset all options and take in new values of the option variables.
* Various other changes and bugfixes.
2011-09-18 18:33:37 +07:00
Kien N
e311264c38 update docs on using wildignore 2011-09-14 00:17:20 +07:00
Kien N
c360f2db47 sorting and escaping 2011-09-13 08:27:27 +07:00
Kien N
d18767ec36 mentionwildignore 2011-09-12 05:49:42 +07:00
Kien N
df2622f294 update readme with new .. input 2011-09-09 20:49:50 +07:00
Kien N
d17beb03f9 bug fix and clean up 2011-09-08 04:01:08 +07:00
Kien N
1c9a615111 udate docs 2011-09-07 22:10:52 +07:00
Kien N
fbcfec256e New feature: search most recently opened files 2011-09-07 21:41:43 +07:00
Kien N
bdfb4c5f8d should be good now 2011-09-06 07:11:20 +07:00
Kien N
88b4d9ae84 fix readme 2011-09-06 07:05:03 +07:00
Kien N
d82dfe8319 fix readme 2011-09-06 07:02:25 +07:00
Kien N
ba935d9ea4 fix readme 2011-09-06 07:00:33 +07:00
Kien N
48c91d85fc small edit 2011-09-06 06:52:49 +07:00
Kien N
d5ee279208 small edit 2011-09-06 06:48:56 +07:00