Commit Graph

124 Commits

Author SHA1 Message Date
Kien N
675faa77f8 Fix for recognizing/expanding of environment variables
Thanks to Simon Ruderich
2012-12-21 08:48:12 +07:00
Kien N
4f996262b6 Check and insert the ending slash
Fixes #321
2012-12-03 04:23:35 +07:00
Kien N
f1acbbc503 Further reduce MRU saving
Only save once when a new entry is added.
2012-11-26 06:38:15 +07:00
Kien N
4f7d0a30f4 Add an option for saving the MRU list on every update
Closes #317
2012-11-21 01:35:00 +07:00
Kien N
3c6182371d Move the completion function 2012-09-20 19:12:54 +07:00
Kien N
10bbbfa7ba Improve filename and path escaping
Refs #281
2012-09-20 17:51:51 +07:00
Kien N
20f6e4097c Simplify some conditional expressions 2012-09-15 13:32:38 +07:00
Kien N
91a0dc5fa5 Match the tag pattern with "very nomagic"
Refs #272
2012-09-15 12:03:53 +07:00
Kien N
b3334eb659 Escape cmd.exe reserved chars 2012-09-14 16:43:49 +07:00
Kien N
32ac8d27cb Save the current cursor position before jumping
Closes #272
2012-09-11 20:58:38 +07:00
Kien N
767368d5e7 Also split if the buffer isn't writable 2012-09-06 10:13:34 +07:00
Kien N
44347fec88 Splitting instead of hiding
When the active buffer has been modified, instead of using :hide, open a new
split for the new buffer if `confirm`, `hidden`, `autowrite` and `autowriteall`
are all off.
2012-09-02 18:26:02 +07:00
Kien N
43ab14f8fe Small tweaks for tag and buffertag 2012-08-18 09:50:13 +07:00
Christopher
2bac5d9cca Make the circumflex and the dollar sign optional...
...when parsing the pattern part of the ctags output

http://pubs.opengroup.org/onlinepubs/009695399/utilities/ctags.html#tag_04_30_12

Closes #257
2012-08-18 09:38:02 +07:00
Kien N
08375f24d2 Allow manually adding MRU entries 2012-08-14 17:58:43 +07:00
Kien N
26c6f268c7 Improve s:findcount()
Fixes #235
2012-07-13 18:06:32 +07:00
Kien N
bf3f6cb2b1 Remove redundant fnamemodify() calls 2012-07-13 18:05:41 +07:00
Kien N
5e4bfa660b Option to change the new tabpage's position
Close #225
2012-07-06 12:28:29 +07:00
Kien N
cb86f0f386 Use the global caching option for extensions 2012-06-19 23:28:10 +07:00
Kien N
b3d52edb01 Replace a few match() calls 2012-05-31 16:33:12 +07:00
Kien N
5042a5d0de Misc 2012-05-05 19:30:08 +07:00
Kien N
dc12e57ded Tweak tags filter 2012-05-02 03:25:30 +07:00
Seth Fowler
f8f8f56fae Fixed an issue that caused a large number of errors in the 'tag' plugin if a tagfile was empty. 2012-05-02 02:45:28 +07:00
Kien N
93ab44a31d Some clean ups 2012-04-22 08:42:05 +07:00
Kien N
d4e658caa9 Better option handling 2012-04-22 02:08:18 +07:00
Kien N
fa2d745b5d Get lines from buffers first 2012-04-19 17:53:45 +07:00
Kien N
c747af3ae6 Tweak MRE buffer sorting 2012-04-19 10:59:56 +07:00
Kien N
b3d9e480c8 Save bookmarks before exiting 2012-04-16 11:41:26 +07:00
Kien N
93414deb65 Use a few curly braces variables 2012-04-16 11:40:21 +07:00
Kien N
863996ce26 Change bookmarkdir's cache 2012-04-15 02:00:06 +07:00
Kien N
43915113db Check matchlist's result 2012-04-14 13:44:05 +07:00
Kien N
d6e5c56b04 Add BookmarkDir extension
Literally the only thing I was still using NERDTree for, so figured I'd bring it to CtrlP.
2012-04-13 14:30:36 +07:00
Kien N
13cf37f106 Apply case sensitivity option when deleting 2012-04-13 09:58:24 +07:00
Kien N
9cf53d959b Add a few local vars 2012-04-11 01:19:10 +07:00
Kien N
6863e650d4 Use bufnr directly 2012-04-08 07:33:04 +07:00
Kien N
ba7c2048a2 Get a separate buffer list 2012-04-08 06:33:05 +07:00
Kien N
f1dd272388 Revert "Keep s:mrufs separated"
This reverts commit fec6cf52ef.
2012-04-08 05:08:35 +07:00
Kien N
59f64d698b Preset ext_vars 2012-04-07 18:55:23 +07:00
Kien N
a14bbe0737 Reorganize syntax stuff 2012-04-07 09:01:06 +07:00
Kien N
c62259c201 Add buffers into the mix 2012-04-07 07:58:44 +07:00
Kien N
2cedde3400 Only read from cache when necessary 2012-04-06 22:00:10 +07:00
Kien N
b1a688fc2f Use s:dyncwd more 2012-04-06 04:42:05 +07:00
Kien N
045b66a6ab Remix when MRU list changes 2012-04-06 00:18:13 +07:00
Kien N
fec6cf52ef Keep s:mrufs separated 2012-04-05 05:15:03 +07:00
Kien N
dee21e1873 Save a few bytes 2012-04-05 04:28:37 +07:00
Kien N
97f955c89c Rewrite MRU mode
+ Delay saving MRU list to disk.
+ Remove g:ctrlp_mruf_last_entered and make the setting a default feature.
2012-04-04 10:35:35 +07:00
Kien N
7cda4083de Add mixed files + mrufiles mode
Close #101
2012-04-04 08:58:04 +07:00
Kien N
dbc40ca3be Use more s:var's instead of passing arguments around 2012-04-04 08:51:28 +07:00
Kien N
7c67b3bde6 Workarounds for older Vims 2012-03-31 12:11:36 +07:00
Kien N
8b5bb1a6dd Allow extensions to disable sorting
Close #170
2012-03-31 01:58:51 +07:00