index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-prompt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-22
move all standard library includes into util.h
Randy Palamar
1
-1
/
+0
2025-11-24
text: remove a bunch of unused save functions
Randy Palamar
1
-1
/
+1
2024-05-24
combine Win and UiWin
Randy Palamar
1
-1
/
+1
2024-05-21
remove some view pointer chasing
Randy Palamar
1
-6
/
+6
2024-05-21
remove some ui pointer chasing
Randy Palamar
1
-1
/
+1
2024-05-21
replace UiTerm with Ui & delete function pointers
Randy Palamar
1
-5
/
+1
2024-05-21
make Selection unopaque
Randy Palamar
1
-2
/
+2
2024-05-21
make View unopaque
Randy Palamar
1
-1
/
+1
2023-05-28
remove unused vis_message_hide() function
Randy Palamar
1
-7
/
+0
2020-09-19
Add ignorecase option
Evan Gates
1
-1
/
+2
2018-01-26
vis: keep <C-j> mapped to <Enter> in command line window
Marc André Tanner
1
-0
/
+1
2018-01-05
vis: remove now unused variable in prompt handling code
Marc André Tanner
1
-1
/
+0
2018-01-03
vis: fix command malfunction triggered by special cursor position
Casper Ti. Vector
1
-5
/
+2
2017-07-10
vis: let '^ mark point to top of jump list
Marc André Tanner
1
-2
/
+0
2017-06-27
Merge branch 'show-eof' of https://github.com/p-e-w/vis
Marc André Tanner
1
-1
/
+1
2017-06-15
vis: rename uses of Cursor to Selection
Marc André Tanner
1
-2
/
+2
2017-06-15
view: rename view_cursors_count
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_primary_{get,set}
Marc André Tanner
1
-1
/
+1
2017-06-15
view: rename view_cursors_clear
Marc André Tanner
1
-1
/
+1
2017-06-15
view: remove view_cursors_multiple
Marc André Tanner
1
-1
/
+1
2017-06-15
vis: promote selections to first class primitives
Marc André Tanner
1
-1
/
+1
2017-06-04
Add option to hide EOF marker
Philipp Emanuel Weidmann
1
-1
/
+1
2017-03-31
vis: improve tab completion in command prompt
Marc André Tanner
1
-0
/
+7
2017-02-08
vis: make sure prompt starts newline terminated
Marc André Tanner
1
-7
/
+8
2017-01-14
vis-prompt: make it easier to enter multi line commands
Marc André Tanner
1
-29
/
+31
2016-05-28
vis: try to reduce number of redraws
Marc André Tanner
1
-5
/
+3
2016-05-13
vis: clean up key mapping implementation
Marc André Tanner
1
-6
/
+6
2016-04-18
vis: use internal file to show lua errors
Marc André Tanner
1
-6
/
+5
2016-04-03
sam: unify vi(m) and sam command line
Marc André Tanner
1
-6
/
+1
2016-04-03
Support sam's structural regular expression based command language
Marc André Tanner
1
-1
/
+1
2016-03-28
vis: cleanup usage of vis_cursors_count
Marc André Tanner
1
-1
/
+1
2016-03-15
vis: slightly cleanup register related code
Marc André Tanner
1
-1
/
+1
2016-03-15
vis: add support for command register ":
Marc André Tanner
1
-0
/
+1
2016-03-10
view: clean up API functions related to primary cursor handling
Marc André Tanner
1
-1
/
+2
2016-02-12
vis: remove trailing new line before executing prompt command
Marc André Tanner
1
-1
/
+5
2016-02-10
vis: simplify modes implementation
Marc André Tanner
1
-2
/
+0
2016-01-30
Improve Lua error reporting
Marc André Tanner
1
-0
/
+23
2016-01-19
vis: switch to normal mode if a :-command was successful in visual mode
Marc André Tanner
1
-2
/
+8
2016-01-16
vis: move selected prompt entry to end of the file
Marc André Tanner
1
-1
/
+7
2016-01-14
vis: move prompt handling to separate file
Marc André Tanner
1
-0
/
+177